Shades of Maize #E5B980
Tints of Maize #E5B980
RGB
CMYK
RGB Variations
Color information
#E5B980 (or 0xE5B980) is known color: Maize. HEX triplet: E5, B9 and 80. RGB value is (229,185,128). Sum of RGB (Red+Green+Blue) = 229+185+128=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B980 is #1A467F. Grayscale: #BFBFBF. Windows color (decimal): -1721984 or 8436197. OLE color: 8436197.
HSL color Cylindrical-coordinate representation of color #E5B980: hue angle of 33.86º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5B980 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 128 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.10 |
| HSL | 33.86º | 0.66% | 0.7% | - |
| HSV(B) | 33.86º | 0.44% | 0.9% | - |
| XYZ | 53.56 | 52.91 | 27.81 | - |
| YUV | 191.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 128 | 0 | 0.19 | 0.44 | 0.10 | 33.86 | 0.66 | 0.7 |
| Hex | E5 | B9 | 80 | 0 | 13 | 2C | A | 22 | 42 | 46 |
| Octal | 345 | 271 | 200 | 0 | 23 | 54 | 12 | 42 | 102 | 106 |
| Binary | 11100101 | 10111001 | 10000000 | 0 | 10011 | 101100 | 1010 | 100010 | 1000010 | 1000110 |
Color Harmonies of #E5B980
Complementary color
Monochromatic Colors of #E5B980
Black with #E5B980
Text Example
Text Example
White with #E5B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B980; }
p { color: rgb(229,185,128); }
H1.HeaderClassName
{
color: #E5B980;
}
.AnyTagClassName
{
color: #E5B980;
}
</style>
background-color css
<style>
a { background-color: #E5B980; }
a { background-color: rgb(229,185,128); }
div.DivClassName
{
background-color: #E5B980;
}
.BgClassName
{
background-color: #E5B980;
}
</style>
border-color css
<style>
span { border-color: #E5B980; }
span { border-color: rgb(229,185,128); }
td.TdClassName
{
border-color: #E5B980;
}
.TagClassName
{
border-color: #E5B980;
}
</style>