Shades of Maize #E0B984
Tints of Maize #E0B984
RGB
CMYK
RGB Variations
Color information
#E0B984 (or 0xE0B984) is known color: Maize. HEX triplet: E0, B9 and 84. RGB value is (224,185,132). Sum of RGB (Red+Green+Blue) = 224+185+132=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B984 is #1F467B. Grayscale: #BEBEBE. Windows color (decimal): -2049660 or 8698336. OLE color: 8698336.
HSL color Cylindrical-coordinate representation of color #E0B984: hue angle of 34.57º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0B984 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 132 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.12 |
| HSL | 34.57º | 0.6% | 0.7% | - |
| HSV(B) | 34.57º | 0.41% | 0.88% | - |
| XYZ | 52.25 | 52.21 | 29.15 | - |
| YUV | 190.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 132 | 0 | 0.17 | 0.41 | 0.12 | 34.57 | 0.6 | 0.7 |
| Hex | E0 | B9 | 84 | 0 | 11 | 29 | C | 23 | 3C | 46 |
| Octal | 340 | 271 | 204 | 0 | 21 | 51 | 14 | 43 | 74 | 106 |
| Binary | 11100000 | 10111001 | 10000100 | 0 | 10001 | 101001 | 1100 | 100011 | 111100 | 1000110 |
Color Harmonies of #E0B984
Complementary color
Monochromatic Colors of #E0B984
Black with #E0B984
Text Example
Text Example
White with #E0B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B984; }
p { color: rgb(224,185,132); }
H1.HeaderClassName
{
color: #E0B984;
}
.AnyTagClassName
{
color: #E0B984;
}
</style>
background-color css
<style>
a { background-color: #E0B984; }
a { background-color: rgb(224,185,132); }
div.DivClassName
{
background-color: #E0B984;
}
.BgClassName
{
background-color: #E0B984;
}
</style>
border-color css
<style>
span { border-color: #E0B984; }
span { border-color: rgb(224,185,132); }
td.TdClassName
{
border-color: #E0B984;
}
.TagClassName
{
border-color: #E0B984;
}
</style>