Shades of Maize #E0BB7C
Tints of Maize #E0BB7C
RGB
CMYK
RGB Variations
Color information
#E0BB7C (or 0xE0BB7C) is known color: Maize. HEX triplet: E0, BB and 7C. RGB value is (224,187,124). Sum of RGB (Red+Green+Blue) = 224+187+124=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB7C is #1F4483. Grayscale: #BFBFBF. Windows color (decimal): -2049156 or 8174560. OLE color: 8174560.
HSL color Cylindrical-coordinate representation of color #E0BB7C: hue angle of 37.8º degrees, saturation: 0.62, 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 #E0BB7C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 124 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.12 |
| HSL | 37.8º | 0.62% | 0.68% | - |
| HSV(B) | 37.8º | 0.45% | 0.88% | - |
| XYZ | 52.15 | 52.84 | 26.52 | - |
| YUV | 190.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 124 | 0 | 0.17 | 0.45 | 0.12 | 37.8 | 0.62 | 0.68 |
| Hex | E0 | BB | 7C | 0 | 11 | 2D | C | 26 | 3E | 44 |
| Octal | 340 | 273 | 174 | 0 | 21 | 55 | 14 | 46 | 76 | 104 |
| Binary | 11100000 | 10111011 | 1111100 | 0 | 10001 | 101101 | 1100 | 100110 | 111110 | 1000100 |
Color Harmonies of #E0BB7C
Complementary color
Monochromatic Colors of #E0BB7C
Black with #E0BB7C
Text Example
Text Example
White with #E0BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB7C; }
p { color: rgb(224,187,124); }
H1.HeaderClassName
{
color: #E0BB7C;
}
.AnyTagClassName
{
color: #E0BB7C;
}
</style>
background-color css
<style>
a { background-color: #E0BB7C; }
a { background-color: rgb(224,187,124); }
div.DivClassName
{
background-color: #E0BB7C;
}
.BgClassName
{
background-color: #E0BB7C;
}
</style>
border-color css
<style>
span { border-color: #E0BB7C; }
span { border-color: rgb(224,187,124); }
td.TdClassName
{
border-color: #E0BB7C;
}
.TagClassName
{
border-color: #E0BB7C;
}
</style>