Shades of Maize #E0B580
Tints of Maize #E0B580
RGB
CMYK
RGB Variations
Color information
#E0B580 (or 0xE0B580) is known color: Maize. HEX triplet: E0, B5 and 80. RGB value is (224,181,128). Sum of RGB (Red+Green+Blue) = 224+181+128=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B580 is #1F4A7F. Grayscale: #BCBCBC. Windows color (decimal): -2050688 or 8435168. OLE color: 8435168.
HSL color Cylindrical-coordinate representation of color #E0B580: hue angle of 33.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0B580 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 128 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.12 |
| HSL | 33.13º | 0.61% | 0.69% | - |
| HSV(B) | 33.13º | 0.43% | 0.88% | - |
| XYZ | 51.16 | 50.45 | 27.46 | - |
| YUV | 187.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 128 | 0 | 0.19 | 0.43 | 0.12 | 33.13 | 0.61 | 0.69 |
| Hex | E0 | B5 | 80 | 0 | 13 | 2B | C | 21 | 3D | 45 |
| Octal | 340 | 265 | 200 | 0 | 23 | 53 | 14 | 41 | 75 | 105 |
| Binary | 11100000 | 10110101 | 10000000 | 0 | 10011 | 101011 | 1100 | 100001 | 111101 | 1000101 |
Color Harmonies of #E0B580
Complementary color
Monochromatic Colors of #E0B580
Black with #E0B580
Text Example
Text Example
White with #E0B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B580; }
p { color: rgb(224,181,128); }
H1.HeaderClassName
{
color: #E0B580;
}
.AnyTagClassName
{
color: #E0B580;
}
</style>
background-color css
<style>
a { background-color: #E0B580; }
a { background-color: rgb(224,181,128); }
div.DivClassName
{
background-color: #E0B580;
}
.BgClassName
{
background-color: #E0B580;
}
</style>
border-color css
<style>
span { border-color: #E0B580; }
span { border-color: rgb(224,181,128); }
td.TdClassName
{
border-color: #E0B580;
}
.TagClassName
{
border-color: #E0B580;
}
</style>