Shades of Maize #E4BA78
Tints of Maize #E4BA78
RGB
CMYK
RGB Variations
Color information
#E4BA78 (or 0xE4BA78) is known color: Maize. HEX triplet: E4, BA and 78. RGB value is (228,186,120). Sum of RGB (Red+Green+Blue) = 228+186+120=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA78 is #1B4587. Grayscale: #BFBFBF. Windows color (decimal): -1787272 or 7912164. OLE color: 7912164.
HSL color Cylindrical-coordinate representation of color #E4BA78: hue angle of 36.67º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E4BA78 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 120 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.11 |
| HSL | 36.67º | 0.67% | 0.68% | - |
| HSV(B) | 36.67º | 0.47% | 0.89% | - |
| XYZ | 52.94 | 52.97 | 25.2 | - |
| YUV | 191.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 120 | 0 | 0.18 | 0.47 | 0.11 | 36.67 | 0.67 | 0.68 |
| Hex | E4 | BA | 78 | 0 | 12 | 2F | B | 25 | 43 | 44 |
| Octal | 344 | 272 | 170 | 0 | 22 | 57 | 13 | 45 | 103 | 104 |
| Binary | 11100100 | 10111010 | 1111000 | 0 | 10010 | 101111 | 1011 | 100101 | 1000011 | 1000100 |
Color Harmonies of #E4BA78
Complementary color
Monochromatic Colors of #E4BA78
Black with #E4BA78
Text Example
Text Example
White with #E4BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA78; }
p { color: rgb(228,186,120); }
H1.HeaderClassName
{
color: #E4BA78;
}
.AnyTagClassName
{
color: #E4BA78;
}
</style>
background-color css
<style>
a { background-color: #E4BA78; }
a { background-color: rgb(228,186,120); }
div.DivClassName
{
background-color: #E4BA78;
}
.BgClassName
{
background-color: #E4BA78;
}
</style>
border-color css
<style>
span { border-color: #E4BA78; }
span { border-color: rgb(228,186,120); }
td.TdClassName
{
border-color: #E4BA78;
}
.TagClassName
{
border-color: #E4BA78;
}
</style>