Shades of Maize #E1BB7C
Tints of Maize #E1BB7C
RGB
CMYK
RGB Variations
Color information
#E1BB7C (or 0xE1BB7C) is known color: Maize. HEX triplet: E1, BB and 7C. RGB value is (225,187,124). Sum of RGB (Red+Green+Blue) = 225+187+124=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB7C is #1E4483. Grayscale: #BFBFBF. Windows color (decimal): -1983620 or 8174561. OLE color: 8174561.
HSL color Cylindrical-coordinate representation of color #E1BB7C: hue angle of 37.43º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1BB7C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 124 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.12 |
| HSL | 37.43º | 0.63% | 0.68% | - |
| HSV(B) | 37.43º | 0.45% | 0.88% | - |
| XYZ | 52.46 | 53 | 26.53 | - |
| YUV | 191.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 124 | 0 | 0.17 | 0.45 | 0.12 | 37.43 | 0.63 | 0.68 |
| Hex | E1 | BB | 7C | 0 | 11 | 2D | C | 25 | 3F | 44 |
| Octal | 341 | 273 | 174 | 0 | 21 | 55 | 14 | 45 | 77 | 104 |
| Binary | 11100001 | 10111011 | 1111100 | 0 | 10001 | 101101 | 1100 | 100101 | 111111 | 1000100 |
Color Harmonies of #E1BB7C
Complementary color
Monochromatic Colors of #E1BB7C
Black with #E1BB7C
Text Example
Text Example
White with #E1BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB7C; }
p { color: rgb(225,187,124); }
H1.HeaderClassName
{
color: #E1BB7C;
}
.AnyTagClassName
{
color: #E1BB7C;
}
</style>
background-color css
<style>
a { background-color: #E1BB7C; }
a { background-color: rgb(225,187,124); }
div.DivClassName
{
background-color: #E1BB7C;
}
.BgClassName
{
background-color: #E1BB7C;
}
</style>
border-color css
<style>
span { border-color: #E1BB7C; }
span { border-color: rgb(225,187,124); }
td.TdClassName
{
border-color: #E1BB7C;
}
.TagClassName
{
border-color: #E1BB7C;
}
</style>