Shades of Maize #E2B982
Tints of Maize #E2B982
RGB
CMYK
RGB Variations
Color information
#E2B982 (or 0xE2B982) is known color: Maize. HEX triplet: E2, B9 and 82. RGB value is (226,185,130). Sum of RGB (Red+Green+Blue) = 226+185+130=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B982 is #1D467D. Grayscale: #BFBFBF. Windows color (decimal): -1918590 or 8567266. OLE color: 8567266.
HSL color Cylindrical-coordinate representation of color #E2B982: hue angle of 34.38º 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 #E2B982 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 130 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.11 |
| HSL | 34.38º | 0.62% | 0.7% | - |
| HSV(B) | 34.38º | 0.42% | 0.89% | - |
| XYZ | 52.74 | 52.48 | 28.47 | - |
| YUV | 190.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 130 | 0 | 0.18 | 0.42 | 0.11 | 34.38 | 0.62 | 0.7 |
| Hex | E2 | B9 | 82 | 0 | 12 | 2A | B | 22 | 3E | 46 |
| Octal | 342 | 271 | 202 | 0 | 22 | 52 | 13 | 42 | 76 | 106 |
| Binary | 11100010 | 10111001 | 10000010 | 0 | 10010 | 101010 | 1011 | 100010 | 111110 | 1000110 |
Color Harmonies of #E2B982
Complementary color
Monochromatic Colors of #E2B982
Black with #E2B982
Text Example
Text Example
White with #E2B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B982; }
p { color: rgb(226,185,130); }
H1.HeaderClassName
{
color: #E2B982;
}
.AnyTagClassName
{
color: #E2B982;
}
</style>
background-color css
<style>
a { background-color: #E2B982; }
a { background-color: rgb(226,185,130); }
div.DivClassName
{
background-color: #E2B982;
}
.BgClassName
{
background-color: #E2B982;
}
</style>
border-color css
<style>
span { border-color: #E2B982; }
span { border-color: rgb(226,185,130); }
td.TdClassName
{
border-color: #E2B982;
}
.TagClassName
{
border-color: #E2B982;
}
</style>