Shades of Maize #E0BB80
Tints of Maize #E0BB80
RGB
CMYK
RGB Variations
Color information
#E0BB80 (or 0xE0BB80) is known color: Maize. HEX triplet: E0, BB and 80. RGB value is (224,187,128). Sum of RGB (Red+Green+Blue) = 224+187+128=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BB80 is #1F447F. Grayscale: #BFBFBF. Windows color (decimal): -2049152 or 8436704. OLE color: 8436704.
HSL color Cylindrical-coordinate representation of color #E0BB80: hue angle of 36.88º 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 #E0BB80 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 128 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.12 |
| HSL | 36.88º | 0.61% | 0.69% | - |
| HSV(B) | 36.88º | 0.43% | 0.88% | - |
| XYZ | 52.41 | 52.95 | 27.88 | - |
| YUV | 191.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 128 | 0 | 0.17 | 0.43 | 0.12 | 36.88 | 0.61 | 0.69 |
| Hex | E0 | BB | 80 | 0 | 11 | 2B | C | 25 | 3D | 45 |
| Octal | 340 | 273 | 200 | 0 | 21 | 53 | 14 | 45 | 75 | 105 |
| Binary | 11100000 | 10111011 | 10000000 | 0 | 10001 | 101011 | 1100 | 100101 | 111101 | 1000101 |
Color Harmonies of #E0BB80
Complementary color
Monochromatic Colors of #E0BB80
Black with #E0BB80
Text Example
Text Example
White with #E0BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB80; }
p { color: rgb(224,187,128); }
H1.HeaderClassName
{
color: #E0BB80;
}
.AnyTagClassName
{
color: #E0BB80;
}
</style>
background-color css
<style>
a { background-color: #E0BB80; }
a { background-color: rgb(224,187,128); }
div.DivClassName
{
background-color: #E0BB80;
}
.BgClassName
{
background-color: #E0BB80;
}
</style>
border-color css
<style>
span { border-color: #E0BB80; }
span { border-color: rgb(224,187,128); }
td.TdClassName
{
border-color: #E0BB80;
}
.TagClassName
{
border-color: #E0BB80;
}
</style>