Shades of Maize #E4B479
Tints of Maize #E4B479
RGB
CMYK
RGB Variations
Color information
#E4B479 (or 0xE4B479) is known color: Maize. HEX triplet: E4, B4 and 79. RGB value is (228,180,121). Sum of RGB (Red+Green+Blue) = 228+180+121=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B479 is #1B4B86. Grayscale: #BBBBBB. Windows color (decimal): -1788807 or 7976164. OLE color: 7976164.
HSL color Cylindrical-coordinate representation of color #E4B479: hue angle of 33.08º degrees, saturation: 0.66, 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 #E4B479 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 121 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.11 |
| HSL | 33.08º | 0.66% | 0.68% | - |
| HSV(B) | 33.08º | 0.47% | 0.89% | - |
| XYZ | 51.77 | 50.52 | 25.11 | - |
| YUV | 187.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 121 | 0 | 0.21 | 0.47 | 0.11 | 33.08 | 0.66 | 0.68 |
| Hex | E4 | B4 | 79 | 0 | 15 | 2F | B | 21 | 42 | 44 |
| Octal | 344 | 264 | 171 | 0 | 25 | 57 | 13 | 41 | 102 | 104 |
| Binary | 11100100 | 10110100 | 1111001 | 0 | 10101 | 101111 | 1011 | 100001 | 1000010 | 1000100 |
Color Harmonies of #E4B479
Complementary color
Monochromatic Colors of #E4B479
Black with #E4B479
Text Example
Text Example
White with #E4B479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B479; }
p { color: rgb(228,180,121); }
H1.HeaderClassName
{
color: #E4B479;
}
.AnyTagClassName
{
color: #E4B479;
}
</style>
background-color css
<style>
a { background-color: #E4B479; }
a { background-color: rgb(228,180,121); }
div.DivClassName
{
background-color: #E4B479;
}
.BgClassName
{
background-color: #E4B479;
}
</style>
border-color css
<style>
span { border-color: #E4B479; }
span { border-color: rgb(228,180,121); }
td.TdClassName
{
border-color: #E4B479;
}
.TagClassName
{
border-color: #E4B479;
}
</style>