Shades of Maize #E2B580
Tints of Maize #E2B580
RGB
CMYK
RGB Variations
Color information
#E2B580 (or 0xE2B580) is known color: Maize. HEX triplet: E2, B5 and 80. RGB value is (226,181,128). Sum of RGB (Red+Green+Blue) = 226+181+128=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B580 is #1D4A7F. Grayscale: #BCBCBC. Windows color (decimal): -1919616 or 8435170. OLE color: 8435170.
HSL color Cylindrical-coordinate representation of color #E2B580: hue angle of 32.45º 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 #E2B580 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 128 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.11 |
| HSL | 32.45º | 0.63% | 0.69% | - |
| HSV(B) | 32.45º | 0.43% | 0.89% | - |
| XYZ | 51.78 | 50.78 | 27.49 | - |
| YUV | 188.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 128 | 0 | 0.20 | 0.43 | 0.11 | 32.45 | 0.63 | 0.69 |
| Hex | E2 | B5 | 80 | 0 | 14 | 2B | B | 20 | 3F | 45 |
| Octal | 342 | 265 | 200 | 0 | 24 | 53 | 13 | 40 | 77 | 105 |
| Binary | 11100010 | 10110101 | 10000000 | 0 | 10100 | 101011 | 1011 | 100000 | 111111 | 1000101 |
Color Harmonies of #E2B580
Complementary color
Monochromatic Colors of #E2B580
Black with #E2B580
Text Example
Text Example
White with #E2B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B580; }
p { color: rgb(226,181,128); }
H1.HeaderClassName
{
color: #E2B580;
}
.AnyTagClassName
{
color: #E2B580;
}
</style>
background-color css
<style>
a { background-color: #E2B580; }
a { background-color: rgb(226,181,128); }
div.DivClassName
{
background-color: #E2B580;
}
.BgClassName
{
background-color: #E2B580;
}
</style>
border-color css
<style>
span { border-color: #E2B580; }
span { border-color: rgb(226,181,128); }
td.TdClassName
{
border-color: #E2B580;
}
.TagClassName
{
border-color: #E2B580;
}
</style>