Shades of Maize #E4B878
Tints of Maize #E4B878
RGB
CMYK
RGB Variations
Color information
#E4B878 (or 0xE4B878) is known color: Maize. HEX triplet: E4, B8 and 78. RGB value is (228,184,120). Sum of RGB (Red+Green+Blue) = 228+184+120=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B878 is #1B4787. Grayscale: #BEBEBE. Windows color (decimal): -1787784 or 7911652. OLE color: 7911652.
HSL color Cylindrical-coordinate representation of color #E4B878: hue angle of 35.56º 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 #E4B878 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 184 | 120 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.11 |
| HSL | 35.56º | 0.67% | 0.68% | - |
| HSV(B) | 35.56º | 0.47% | 0.89% | - |
| XYZ | 52.53 | 52.13 | 25.06 | - |
| YUV | 189.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 184 | 120 | 0 | 0.19 | 0.47 | 0.11 | 35.56 | 0.67 | 0.68 |
| Hex | E4 | B8 | 78 | 0 | 13 | 2F | B | 24 | 43 | 44 |
| Octal | 344 | 270 | 170 | 0 | 23 | 57 | 13 | 44 | 103 | 104 |
| Binary | 11100100 | 10111000 | 1111000 | 0 | 10011 | 101111 | 1011 | 100100 | 1000011 | 1000100 |
Color Harmonies of #E4B878
Complementary color
Monochromatic Colors of #E4B878
Black with #E4B878
Text Example
Text Example
White with #E4B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B878; }
p { color: rgb(228,184,120); }
H1.HeaderClassName
{
color: #E4B878;
}
.AnyTagClassName
{
color: #E4B878;
}
</style>
background-color css
<style>
a { background-color: #E4B878; }
a { background-color: rgb(228,184,120); }
div.DivClassName
{
background-color: #E4B878;
}
.BgClassName
{
background-color: #E4B878;
}
</style>
border-color css
<style>
span { border-color: #E4B878; }
span { border-color: rgb(228,184,120); }
td.TdClassName
{
border-color: #E4B878;
}
.TagClassName
{
border-color: #E4B878;
}
</style>