Shades of Maize #E2B880
Tints of Maize #E2B880
RGB
CMYK
RGB Variations
Color information
#E2B880 (or 0xE2B880) is known color: Maize. HEX triplet: E2, B8 and 80. RGB value is (226,184,128). Sum of RGB (Red+Green+Blue) = 226+184+128=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B880 is #1D477F. Grayscale: #BEBEBE. Windows color (decimal): -1918848 or 8435938. OLE color: 8435938.
HSL color Cylindrical-coordinate representation of color #E2B880: hue angle of 34.29º 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 #E2B880 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 128 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.11 |
| HSL | 34.29º | 0.63% | 0.69% | - |
| HSV(B) | 34.29º | 0.43% | 0.89% | - |
| XYZ | 52.4 | 52.01 | 27.7 | - |
| YUV | 190.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 128 | 0 | 0.19 | 0.43 | 0.11 | 34.29 | 0.63 | 0.69 |
| Hex | E2 | B8 | 80 | 0 | 13 | 2B | B | 22 | 3F | 45 |
| Octal | 342 | 270 | 200 | 0 | 23 | 53 | 13 | 42 | 77 | 105 |
| Binary | 11100010 | 10111000 | 10000000 | 0 | 10011 | 101011 | 1011 | 100010 | 111111 | 1000101 |
Color Harmonies of #E2B880
Complementary color
Monochromatic Colors of #E2B880
Black with #E2B880
Text Example
Text Example
White with #E2B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B880; }
p { color: rgb(226,184,128); }
H1.HeaderClassName
{
color: #E2B880;
}
.AnyTagClassName
{
color: #E2B880;
}
</style>
background-color css
<style>
a { background-color: #E2B880; }
a { background-color: rgb(226,184,128); }
div.DivClassName
{
background-color: #E2B880;
}
.BgClassName
{
background-color: #E2B880;
}
</style>
border-color css
<style>
span { border-color: #E2B880; }
span { border-color: rgb(226,184,128); }
td.TdClassName
{
border-color: #E2B880;
}
.TagClassName
{
border-color: #E2B880;
}
</style>