change background color on number input css code example
Example 1: change background input css
input[type="text"], textarea {
background-color : #d1d1d1;
}
Example 2: input background color
<input style="background-color: gold;" type="text" value="">