Shades of Maize #E0B880
Tints of Maize #E0B880
RGB
CMYK
RGB Variations
Color information
#E0B880 (or 0xE0B880) is known color: Maize. HEX triplet: E0, B8 and 80. RGB value is (224,184,128). Sum of RGB (Red+Green+Blue) = 224+184+128=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B880 is #1F477F. Grayscale: #BDBDBD. Windows color (decimal): -2049920 or 8435936. OLE color: 8435936.
HSL color Cylindrical-coordinate representation of color #E0B880: hue angle of 35º 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 #E0B880 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 128 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.12 |
| HSL | 35º | 0.61% | 0.69% | - |
| HSV(B) | 35º | 0.43% | 0.88% | - |
| XYZ | 51.78 | 51.69 | 27.67 | - |
| YUV | 189.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 128 | 0 | 0.18 | 0.43 | 0.12 | 35 | 0.61 | 0.69 |
| Hex | E0 | B8 | 80 | 0 | 12 | 2B | C | 23 | 3D | 45 |
| Octal | 340 | 270 | 200 | 0 | 22 | 53 | 14 | 43 | 75 | 105 |
| Binary | 11100000 | 10111000 | 10000000 | 0 | 10010 | 101011 | 1100 | 100011 | 111101 | 1000101 |
Color Harmonies of #E0B880
Complementary color
Monochromatic Colors of #E0B880
Black with #E0B880
Text Example
Text Example
White with #E0B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B880; }
p { color: rgb(224,184,128); }
H1.HeaderClassName
{
color: #E0B880;
}
.AnyTagClassName
{
color: #E0B880;
}
</style>
background-color css
<style>
a { background-color: #E0B880; }
a { background-color: rgb(224,184,128); }
div.DivClassName
{
background-color: #E0B880;
}
.BgClassName
{
background-color: #E0B880;
}
</style>
border-color css
<style>
span { border-color: #E0B880; }
span { border-color: rgb(224,184,128); }
td.TdClassName
{
border-color: #E0B880;
}
.TagClassName
{
border-color: #E0B880;
}
</style>