Shades of Maize #E5BA88
Tints of Maize #E5BA88
RGB
CMYK
RGB Variations
Color information
#E5BA88 (or 0xE5BA88) is known color: Maize. HEX triplet: E5, BA and 88. RGB value is (229,186,136). Sum of RGB (Red+Green+Blue) = 229+186+136=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BA88 is #1A4577. Grayscale: #C1C1C1. Windows color (decimal): -1721720 or 8960741. OLE color: 8960741.
HSL color Cylindrical-coordinate representation of color #E5BA88: hue angle of 32.26º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5BA88 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 136 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.10 |
| HSL | 32.26º | 0.64% | 0.72% | - |
| HSV(B) | 32.26º | 0.41% | 0.9% | - |
| XYZ | 54.32 | 53.55 | 30.77 | - |
| YUV | 193.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 136 | 0 | 0.19 | 0.41 | 0.10 | 32.26 | 0.64 | 0.72 |
| Hex | E5 | BA | 88 | 0 | 13 | 29 | A | 20 | 40 | 48 |
| Octal | 345 | 272 | 210 | 0 | 23 | 51 | 12 | 40 | 100 | 110 |
| Binary | 11100101 | 10111010 | 10001000 | 0 | 10011 | 101001 | 1010 | 100000 | 1000000 | 1001000 |
Color Harmonies of #E5BA88
Complementary color
Monochromatic Colors of #E5BA88
Black with #E5BA88
Text Example
Text Example
White with #E5BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA88; }
p { color: rgb(229,186,136); }
H1.HeaderClassName
{
color: #E5BA88;
}
.AnyTagClassName
{
color: #E5BA88;
}
</style>
background-color css
<style>
a { background-color: #E5BA88; }
a { background-color: rgb(229,186,136); }
div.DivClassName
{
background-color: #E5BA88;
}
.BgClassName
{
background-color: #E5BA88;
}
</style>
border-color css
<style>
span { border-color: #E5BA88; }
span { border-color: rgb(229,186,136); }
td.TdClassName
{
border-color: #E5BA88;
}
.TagClassName
{
border-color: #E5BA88;
}
</style>