Shades of Maize #E2B984
Tints of Maize #E2B984
RGB
CMYK
RGB Variations
Color information
#E2B984 (or 0xE2B984) is known color: Maize. HEX triplet: E2, B9 and 84. RGB value is (226,185,132). Sum of RGB (Red+Green+Blue) = 226+185+132=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B984 is #1D467B. Grayscale: #BFBFBF. Windows color (decimal): -1918588 or 8698338. OLE color: 8698338.
HSL color Cylindrical-coordinate representation of color #E2B984: hue angle of 33.83º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2B984 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 132 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.11 |
| HSL | 33.83º | 0.62% | 0.7% | - |
| HSV(B) | 33.83º | 0.42% | 0.89% | - |
| XYZ | 52.88 | 52.53 | 29.18 | - |
| YUV | 191.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 132 | 0 | 0.18 | 0.42 | 0.11 | 33.83 | 0.62 | 0.7 |
| Hex | E2 | B9 | 84 | 0 | 12 | 2A | B | 22 | 3E | 46 |
| Octal | 342 | 271 | 204 | 0 | 22 | 52 | 13 | 42 | 76 | 106 |
| Binary | 11100010 | 10111001 | 10000100 | 0 | 10010 | 101010 | 1011 | 100010 | 111110 | 1000110 |
Color Harmonies of #E2B984
Complementary color
Monochromatic Colors of #E2B984
Black with #E2B984
Text Example
Text Example
White with #E2B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B984; }
p { color: rgb(226,185,132); }
H1.HeaderClassName
{
color: #E2B984;
}
.AnyTagClassName
{
color: #E2B984;
}
</style>
background-color css
<style>
a { background-color: #E2B984; }
a { background-color: rgb(226,185,132); }
div.DivClassName
{
background-color: #E2B984;
}
.BgClassName
{
background-color: #E2B984;
}
</style>
border-color css
<style>
span { border-color: #E2B984; }
span { border-color: rgb(226,185,132); }
td.TdClassName
{
border-color: #E2B984;
}
.TagClassName
{
border-color: #E2B984;
}
</style>