Shades of Maize #E0B582
Tints of Maize #E0B582
RGB
CMYK
RGB Variations
Color information
#E0B582 (or 0xE0B582) is known color: Maize. HEX triplet: E0, B5 and 82. RGB value is (224,181,130). Sum of RGB (Red+Green+Blue) = 224+181+130=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B582 is #1F4A7D. Grayscale: #BCBCBC. Windows color (decimal): -2050686 or 8566240. OLE color: 8566240.
HSL color Cylindrical-coordinate representation of color #E0B582: hue angle of 32.55º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0B582 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 130 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.12 |
| HSL | 32.55º | 0.6% | 0.69% | - |
| HSV(B) | 32.55º | 0.42% | 0.88% | - |
| XYZ | 51.29 | 50.51 | 28.16 | - |
| YUV | 188.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 130 | 0 | 0.19 | 0.42 | 0.12 | 32.55 | 0.6 | 0.69 |
| Hex | E0 | B5 | 82 | 0 | 13 | 2A | C | 21 | 3C | 45 |
| Octal | 340 | 265 | 202 | 0 | 23 | 52 | 14 | 41 | 74 | 105 |
| Binary | 11100000 | 10110101 | 10000010 | 0 | 10011 | 101010 | 1100 | 100001 | 111100 | 1000101 |
Color Harmonies of #E0B582
Complementary color
Monochromatic Colors of #E0B582
Black with #E0B582
Text Example
Text Example
White with #E0B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B582; }
p { color: rgb(224,181,130); }
H1.HeaderClassName
{
color: #E0B582;
}
.AnyTagClassName
{
color: #E0B582;
}
</style>
background-color css
<style>
a { background-color: #E0B582; }
a { background-color: rgb(224,181,130); }
div.DivClassName
{
background-color: #E0B582;
}
.BgClassName
{
background-color: #E0B582;
}
</style>
border-color css
<style>
span { border-color: #E0B582; }
span { border-color: rgb(224,181,130); }
td.TdClassName
{
border-color: #E0B582;
}
.TagClassName
{
border-color: #E0B582;
}
</style>