Shades of Maize #E2BB80
Tints of Maize #E2BB80
RGB
CMYK
RGB Variations
Color information
#E2BB80 (or 0xE2BB80) is known color: Maize. HEX triplet: E2, BB and 80. RGB value is (226,187,128). Sum of RGB (Red+Green+Blue) = 226+187+128=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BB80 is #1D447F. Grayscale: #C0C0C0. Windows color (decimal): -1918080 or 8436706. OLE color: 8436706.
HSL color Cylindrical-coordinate representation of color #E2BB80: hue angle of 36.12º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2BB80 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 128 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.11 |
| HSL | 36.12º | 0.63% | 0.69% | - |
| HSV(B) | 36.12º | 0.43% | 0.89% | - |
| XYZ | 53.03 | 53.27 | 27.91 | - |
| YUV | 191.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 128 | 0 | 0.17 | 0.43 | 0.11 | 36.12 | 0.63 | 0.69 |
| Hex | E2 | BB | 80 | 0 | 11 | 2B | B | 24 | 3F | 45 |
| Octal | 342 | 273 | 200 | 0 | 21 | 53 | 13 | 44 | 77 | 105 |
| Binary | 11100010 | 10111011 | 10000000 | 0 | 10001 | 101011 | 1011 | 100100 | 111111 | 1000101 |
Color Harmonies of #E2BB80
Complementary color
Monochromatic Colors of #E2BB80
Black with #E2BB80
Text Example
Text Example
White with #E2BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB80; }
p { color: rgb(226,187,128); }
H1.HeaderClassName
{
color: #E2BB80;
}
.AnyTagClassName
{
color: #E2BB80;
}
</style>
background-color css
<style>
a { background-color: #E2BB80; }
a { background-color: rgb(226,187,128); }
div.DivClassName
{
background-color: #E2BB80;
}
.BgClassName
{
background-color: #E2BB80;
}
</style>
border-color css
<style>
span { border-color: #E2BB80; }
span { border-color: rgb(226,187,128); }
td.TdClassName
{
border-color: #E2BB80;
}
.TagClassName
{
border-color: #E2BB80;
}
</style>