Shades of Maize #E2B881
Tints of Maize #E2B881
RGB
CMYK
RGB Variations
Color information
#E2B881 (or 0xE2B881) is known color: Maize. HEX triplet: E2, B8 and 81. RGB value is (226,184,129). Sum of RGB (Red+Green+Blue) = 226+184+129=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B881 is #1D477E. Grayscale: #BEBEBE. Windows color (decimal): -1918847 or 8501474. OLE color: 8501474.
HSL color Cylindrical-coordinate representation of color #E2B881: hue angle of 34.02º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2B881 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 129 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.11 |
| HSL | 34.02º | 0.63% | 0.7% | - |
| HSV(B) | 34.02º | 0.43% | 0.89% | - |
| XYZ | 52.47 | 52.03 | 28.05 | - |
| YUV | 190.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 129 | 0 | 0.19 | 0.43 | 0.11 | 34.02 | 0.63 | 0.7 |
| Hex | E2 | B8 | 81 | 0 | 13 | 2B | B | 22 | 3F | 46 |
| Octal | 342 | 270 | 201 | 0 | 23 | 53 | 13 | 42 | 77 | 106 |
| Binary | 11100010 | 10111000 | 10000001 | 0 | 10011 | 101011 | 1011 | 100010 | 111111 | 1000110 |
Color Harmonies of #E2B881
Complementary color
Monochromatic Colors of #E2B881
Black with #E2B881
Text Example
Text Example
White with #E2B881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B881; }
p { color: rgb(226,184,129); }
H1.HeaderClassName
{
color: #E2B881;
}
.AnyTagClassName
{
color: #E2B881;
}
</style>
background-color css
<style>
a { background-color: #E2B881; }
a { background-color: rgb(226,184,129); }
div.DivClassName
{
background-color: #E2B881;
}
.BgClassName
{
background-color: #E2B881;
}
</style>
border-color css
<style>
span { border-color: #E2B881; }
span { border-color: rgb(226,184,129); }
td.TdClassName
{
border-color: #E2B881;
}
.TagClassName
{
border-color: #E2B881;
}
</style>