Shades of Maize #E0B876
Tints of Maize #E0B876
RGB
CMYK
RGB Variations
Color information
#E0B876 (or 0xE0B876) is known color: Maize. HEX triplet: E0, B8 and 76. RGB value is (224,184,118). Sum of RGB (Red+Green+Blue) = 224+184+118=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B876 is #1F4789. Grayscale: #BCBCBC. Windows color (decimal): -2049930 or 7780576. OLE color: 7780576.
HSL color Cylindrical-coordinate representation of color #E0B876: hue angle of 37.36º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0B876 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 118 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.12 |
| HSL | 37.36º | 0.63% | 0.67% | - |
| HSV(B) | 37.36º | 0.47% | 0.88% | - |
| XYZ | 51.15 | 51.44 | 24.37 | - |
| YUV | 188.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 118 | 0 | 0.18 | 0.47 | 0.12 | 37.36 | 0.63 | 0.67 |
| Hex | E0 | B8 | 76 | 0 | 12 | 2F | C | 25 | 3F | 43 |
| Octal | 340 | 270 | 166 | 0 | 22 | 57 | 14 | 45 | 77 | 103 |
| Binary | 11100000 | 10111000 | 1110110 | 0 | 10010 | 101111 | 1100 | 100101 | 111111 | 1000011 |
Color Harmonies of #E0B876
Complementary color
Monochromatic Colors of #E0B876
Black with #E0B876
Text Example
Text Example
White with #E0B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B876; }
p { color: rgb(224,184,118); }
H1.HeaderClassName
{
color: #E0B876;
}
.AnyTagClassName
{
color: #E0B876;
}
</style>
background-color css
<style>
a { background-color: #E0B876; }
a { background-color: rgb(224,184,118); }
div.DivClassName
{
background-color: #E0B876;
}
.BgClassName
{
background-color: #E0B876;
}
</style>
border-color css
<style>
span { border-color: #E0B876; }
span { border-color: rgb(224,184,118); }
td.TdClassName
{
border-color: #E0B876;
}
.TagClassName
{
border-color: #E0B876;
}
</style>