Shades of Maize #E5BA82
Tints of Maize #E5BA82
RGB
CMYK
RGB Variations
Color information
#E5BA82 (or 0xE5BA82) is known color: Maize. HEX triplet: E5, BA and 82. RGB value is (229,186,130). Sum of RGB (Red+Green+Blue) = 229+186+130=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA82 is #1A457D. Grayscale: #C0C0C0. Windows color (decimal): -1721726 or 8567525. OLE color: 8567525.
HSL color Cylindrical-coordinate representation of color #E5BA82: hue angle of 33.94º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5BA82 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 130 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.10 |
| HSL | 33.94º | 0.66% | 0.7% | - |
| HSV(B) | 33.94º | 0.43% | 0.9% | - |
| XYZ | 53.9 | 53.39 | 28.58 | - |
| YUV | 192.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 130 | 0 | 0.19 | 0.43 | 0.10 | 33.94 | 0.66 | 0.7 |
| Hex | E5 | BA | 82 | 0 | 13 | 2B | A | 22 | 42 | 46 |
| Octal | 345 | 272 | 202 | 0 | 23 | 53 | 12 | 42 | 102 | 106 |
| Binary | 11100101 | 10111010 | 10000010 | 0 | 10011 | 101011 | 1010 | 100010 | 1000010 | 1000110 |
Color Harmonies of #E5BA82
Complementary color
Monochromatic Colors of #E5BA82
Black with #E5BA82
Text Example
Text Example
White with #E5BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA82; }
p { color: rgb(229,186,130); }
H1.HeaderClassName
{
color: #E5BA82;
}
.AnyTagClassName
{
color: #E5BA82;
}
</style>
background-color css
<style>
a { background-color: #E5BA82; }
a { background-color: rgb(229,186,130); }
div.DivClassName
{
background-color: #E5BA82;
}
.BgClassName
{
background-color: #E5BA82;
}
</style>
border-color css
<style>
span { border-color: #E5BA82; }
span { border-color: rgb(229,186,130); }
td.TdClassName
{
border-color: #E5BA82;
}
.TagClassName
{
border-color: #E5BA82;
}
</style>