Shades of Maize #E5BA84
Tints of Maize #E5BA84
RGB
CMYK
RGB Variations
Color information
#E5BA84 (or 0xE5BA84) is known color: Maize. HEX triplet: E5, BA and 84. RGB value is (229,186,132). Sum of RGB (Red+Green+Blue) = 229+186+132=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA84 is #1A457B. Grayscale: #C0C0C0. Windows color (decimal): -1721724 or 8698597. OLE color: 8698597.
HSL color Cylindrical-coordinate representation of color #E5BA84: hue angle of 33.4º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5BA84 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 132 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.10 |
| HSL | 33.4º | 0.65% | 0.71% | - |
| HSV(B) | 33.4º | 0.42% | 0.9% | - |
| XYZ | 54.04 | 53.44 | 29.3 | - |
| YUV | 192.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 132 | 0 | 0.19 | 0.42 | 0.10 | 33.4 | 0.65 | 0.71 |
| Hex | E5 | BA | 84 | 0 | 13 | 2A | A | 21 | 41 | 47 |
| Octal | 345 | 272 | 204 | 0 | 23 | 52 | 12 | 41 | 101 | 107 |
| Binary | 11100101 | 10111010 | 10000100 | 0 | 10011 | 101010 | 1010 | 100001 | 1000001 | 1000111 |
Color Harmonies of #E5BA84
Complementary color
Monochromatic Colors of #E5BA84
Black with #E5BA84
Text Example
Text Example
White with #E5BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA84; }
p { color: rgb(229,186,132); }
H1.HeaderClassName
{
color: #E5BA84;
}
.AnyTagClassName
{
color: #E5BA84;
}
</style>
background-color css
<style>
a { background-color: #E5BA84; }
a { background-color: rgb(229,186,132); }
div.DivClassName
{
background-color: #E5BA84;
}
.BgClassName
{
background-color: #E5BA84;
}
</style>
border-color css
<style>
span { border-color: #E5BA84; }
span { border-color: rgb(229,186,132); }
td.TdClassName
{
border-color: #E5BA84;
}
.TagClassName
{
border-color: #E5BA84;
}
</style>