Shades of Maize #E4BA76
Tints of Maize #E4BA76
RGB
CMYK
RGB Variations
Color information
#E4BA76 (or 0xE4BA76) is known color: Maize. HEX triplet: E4, BA and 76. RGB value is (228,186,118). Sum of RGB (Red+Green+Blue) = 228+186+118=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA76 is #1B4589. Grayscale: #BFBFBF. Windows color (decimal): -1787274 or 7781092. OLE color: 7781092.
HSL color Cylindrical-coordinate representation of color #E4BA76: hue angle of 37.09º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4BA76 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 118 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.11 |
| HSL | 37.09º | 0.67% | 0.68% | - |
| HSV(B) | 37.09º | 0.48% | 0.89% | - |
| XYZ | 52.82 | 52.92 | 24.57 | - |
| YUV | 190.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 118 | 0 | 0.18 | 0.48 | 0.11 | 37.09 | 0.67 | 0.68 |
| Hex | E4 | BA | 76 | 0 | 12 | 30 | B | 25 | 43 | 44 |
| Octal | 344 | 272 | 166 | 0 | 22 | 60 | 13 | 45 | 103 | 104 |
| Binary | 11100100 | 10111010 | 1110110 | 0 | 10010 | 110000 | 1011 | 100101 | 1000011 | 1000100 |
Color Harmonies of #E4BA76
Complementary color
Monochromatic Colors of #E4BA76
Black with #E4BA76
Text Example
Text Example
White with #E4BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA76; }
p { color: rgb(228,186,118); }
H1.HeaderClassName
{
color: #E4BA76;
}
.AnyTagClassName
{
color: #E4BA76;
}
</style>
background-color css
<style>
a { background-color: #E4BA76; }
a { background-color: rgb(228,186,118); }
div.DivClassName
{
background-color: #E4BA76;
}
.BgClassName
{
background-color: #E4BA76;
}
</style>
border-color css
<style>
span { border-color: #E4BA76; }
span { border-color: rgb(228,186,118); }
td.TdClassName
{
border-color: #E4BA76;
}
.TagClassName
{
border-color: #E4BA76;
}
</style>