Shades of Maize #E1BB7D
Tints of Maize #E1BB7D
RGB
CMYK
RGB Variations
Color information
#E1BB7D (or 0xE1BB7D) is known color: Maize. HEX triplet: E1, BB and 7D. RGB value is (225,187,125). Sum of RGB (Red+Green+Blue) = 225+187+125=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB7D is #1E4482. Grayscale: #BFBFBF. Windows color (decimal): -1983619 or 8240097. OLE color: 8240097.
HSL color Cylindrical-coordinate representation of color #E1BB7D: hue angle of 37.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1BB7D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 125 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.12 |
| HSL | 37.2º | 0.63% | 0.69% | - |
| HSV(B) | 37.2º | 0.44% | 0.88% | - |
| XYZ | 52.52 | 53.03 | 26.87 | - |
| YUV | 191.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 125 | 0 | 0.17 | 0.44 | 0.12 | 37.2 | 0.63 | 0.69 |
| Hex | E1 | BB | 7D | 0 | 11 | 2C | C | 25 | 3E | 45 |
| Octal | 341 | 273 | 175 | 0 | 21 | 54 | 14 | 45 | 76 | 105 |
| Binary | 11100001 | 10111011 | 1111101 | 0 | 10001 | 101100 | 1100 | 100101 | 111110 | 1000101 |
Color Harmonies of #E1BB7D
Complementary color
Monochromatic Colors of #E1BB7D
Black with #E1BB7D
Text Example
Text Example
White with #E1BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB7D; }
p { color: rgb(225,187,125); }
H1.HeaderClassName
{
color: #E1BB7D;
}
.AnyTagClassName
{
color: #E1BB7D;
}
</style>
background-color css
<style>
a { background-color: #E1BB7D; }
a { background-color: rgb(225,187,125); }
div.DivClassName
{
background-color: #E1BB7D;
}
.BgClassName
{
background-color: #E1BB7D;
}
</style>
border-color css
<style>
span { border-color: #E1BB7D; }
span { border-color: rgb(225,187,125); }
td.TdClassName
{
border-color: #E1BB7D;
}
.TagClassName
{
border-color: #E1BB7D;
}
</style>