Shades of Maize #E0B67C
Tints of Maize #E0B67C
RGB
CMYK
RGB Variations
Color information
#E0B67C (or 0xE0B67C) is known color: Maize. HEX triplet: E0, B6 and 7C. RGB value is (224,182,124). Sum of RGB (Red+Green+Blue) = 224+182+124=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B67C is #1F4983. Grayscale: #BCBCBC. Windows color (decimal): -2050436 or 8173280. OLE color: 8173280.
HSL color Cylindrical-coordinate representation of color #E0B67C: hue angle of 34.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0B67C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 182 | 124 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.12 |
| HSL | 34.8º | 0.62% | 0.68% | - |
| HSV(B) | 34.8º | 0.45% | 0.88% | - |
| XYZ | 51.11 | 50.76 | 26.17 | - |
| YUV | 187.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 124 | 0 | 0.19 | 0.45 | 0.12 | 34.8 | 0.62 | 0.68 |
| Hex | E0 | B6 | 7C | 0 | 13 | 2D | C | 23 | 3E | 44 |
| Octal | 340 | 266 | 174 | 0 | 23 | 55 | 14 | 43 | 76 | 104 |
| Binary | 11100000 | 10110110 | 1111100 | 0 | 10011 | 101101 | 1100 | 100011 | 111110 | 1000100 |
Color Harmonies of #E0B67C
Complementary color
Monochromatic Colors of #E0B67C
Black with #E0B67C
Text Example
Text Example
White with #E0B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B67C; }
p { color: rgb(224,182,124); }
H1.HeaderClassName
{
color: #E0B67C;
}
.AnyTagClassName
{
color: #E0B67C;
}
</style>
background-color css
<style>
a { background-color: #E0B67C; }
a { background-color: rgb(224,182,124); }
div.DivClassName
{
background-color: #E0B67C;
}
.BgClassName
{
background-color: #E0B67C;
}
</style>
border-color css
<style>
span { border-color: #E0B67C; }
span { border-color: rgb(224,182,124); }
td.TdClassName
{
border-color: #E0B67C;
}
.TagClassName
{
border-color: #E0B67C;
}
</style>