Shades of Maize #E0B777
Tints of Maize #E0B777
RGB
CMYK
RGB Variations
Color information
#E0B777 (or 0xE0B777) is known color: Maize. HEX triplet: E0, B7 and 77. RGB value is (224,183,119). Sum of RGB (Red+Green+Blue) = 224+183+119=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B777 is #1F4888. Grayscale: #BCBCBC. Windows color (decimal): -2050185 or 7845856. OLE color: 7845856.
HSL color Cylindrical-coordinate representation of color #E0B777: hue angle of 36.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0B777 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 119 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.12 |
| HSL | 36.57º | 0.63% | 0.67% | - |
| HSV(B) | 36.57º | 0.47% | 0.88% | - |
| XYZ | 51 | 51.05 | 24.62 | - |
| YUV | 187.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 119 | 0 | 0.18 | 0.47 | 0.12 | 36.57 | 0.63 | 0.67 |
| Hex | E0 | B7 | 77 | 0 | 12 | 2F | C | 25 | 3F | 43 |
| Octal | 340 | 267 | 167 | 0 | 22 | 57 | 14 | 45 | 77 | 103 |
| Binary | 11100000 | 10110111 | 1110111 | 0 | 10010 | 101111 | 1100 | 100101 | 111111 | 1000011 |
Color Harmonies of #E0B777
Complementary color
Monochromatic Colors of #E0B777
Black with #E0B777
Text Example
Text Example
White with #E0B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B777; }
p { color: rgb(224,183,119); }
H1.HeaderClassName
{
color: #E0B777;
}
.AnyTagClassName
{
color: #E0B777;
}
</style>
background-color css
<style>
a { background-color: #E0B777; }
a { background-color: rgb(224,183,119); }
div.DivClassName
{
background-color: #E0B777;
}
.BgClassName
{
background-color: #E0B777;
}
</style>
border-color css
<style>
span { border-color: #E0B777; }
span { border-color: rgb(224,183,119); }
td.TdClassName
{
border-color: #E0B777;
}
.TagClassName
{
border-color: #E0B777;
}
</style>