Shades of Maize #E0B978
Tints of Maize #E0B978
RGB
CMYK
RGB Variations
Color information
#E0B978 (or 0xE0B978) is known color: Maize. HEX triplet: E0, B9 and 78. RGB value is (224,185,120). Sum of RGB (Red+Green+Blue) = 224+185+120=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B978 is #1F4687. Grayscale: #BDBDBD. Windows color (decimal): -2049672 or 7911904. OLE color: 7911904.
HSL color Cylindrical-coordinate representation of color #E0B978: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0B978 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 120 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.12 |
| HSL | 37.5º | 0.63% | 0.67% | - |
| HSV(B) | 37.5º | 0.46% | 0.88% | - |
| XYZ | 51.48 | 51.9 | 25.07 | - |
| YUV | 189.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 120 | 0 | 0.17 | 0.46 | 0.12 | 37.5 | 0.63 | 0.67 |
| Hex | E0 | B9 | 78 | 0 | 11 | 2E | C | 26 | 3F | 43 |
| Octal | 340 | 271 | 170 | 0 | 21 | 56 | 14 | 46 | 77 | 103 |
| Binary | 11100000 | 10111001 | 1111000 | 0 | 10001 | 101110 | 1100 | 100110 | 111111 | 1000011 |
Color Harmonies of #E0B978
Complementary color
Monochromatic Colors of #E0B978
Black with #E0B978
Text Example
Text Example
White with #E0B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B978; }
p { color: rgb(224,185,120); }
H1.HeaderClassName
{
color: #E0B978;
}
.AnyTagClassName
{
color: #E0B978;
}
</style>
background-color css
<style>
a { background-color: #E0B978; }
a { background-color: rgb(224,185,120); }
div.DivClassName
{
background-color: #E0B978;
}
.BgClassName
{
background-color: #E0B978;
}
</style>
border-color css
<style>
span { border-color: #E0B978; }
span { border-color: rgb(224,185,120); }
td.TdClassName
{
border-color: #E0B978;
}
.TagClassName
{
border-color: #E0B978;
}
</style>