Shades of Maize #E4BA87
Tints of Maize #E4BA87
RGB
CMYK
RGB Variations
Color information
#E4BA87 (or 0xE4BA87) is known color: Maize. HEX triplet: E4, BA and 87. RGB value is (228,186,135). Sum of RGB (Red+Green+Blue) = 228+186+135=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BA87 is #1B4578. Grayscale: #C0C0C0. Windows color (decimal): -1787257 or 8895204. OLE color: 8895204.
HSL color Cylindrical-coordinate representation of color #E4BA87: hue angle of 32.9º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E4BA87 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 135 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.11 |
| HSL | 32.9º | 0.63% | 0.71% | - |
| HSV(B) | 32.9º | 0.41% | 0.89% | - |
| XYZ | 53.93 | 53.36 | 30.38 | - |
| YUV | 192.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 135 | 0 | 0.18 | 0.41 | 0.11 | 32.9 | 0.63 | 0.71 |
| Hex | E4 | BA | 87 | 0 | 12 | 29 | B | 21 | 3F | 47 |
| Octal | 344 | 272 | 207 | 0 | 22 | 51 | 13 | 41 | 77 | 107 |
| Binary | 11100100 | 10111010 | 10000111 | 0 | 10010 | 101001 | 1011 | 100001 | 111111 | 1000111 |
Color Harmonies of #E4BA87
Complementary color
Monochromatic Colors of #E4BA87
Black with #E4BA87
Text Example
Text Example
White with #E4BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA87; }
p { color: rgb(228,186,135); }
H1.HeaderClassName
{
color: #E4BA87;
}
.AnyTagClassName
{
color: #E4BA87;
}
</style>
background-color css
<style>
a { background-color: #E4BA87; }
a { background-color: rgb(228,186,135); }
div.DivClassName
{
background-color: #E4BA87;
}
.BgClassName
{
background-color: #E4BA87;
}
</style>
border-color css
<style>
span { border-color: #E4BA87; }
span { border-color: rgb(228,186,135); }
td.TdClassName
{
border-color: #E4BA87;
}
.TagClassName
{
border-color: #E4BA87;
}
</style>