Shades of Maize #E0B575
Tints of Maize #E0B575
RGB
CMYK
RGB Variations
Color information
#E0B575 (or 0xE0B575) is known color: Maize. HEX triplet: E0, B5 and 75. RGB value is (224,181,117). Sum of RGB (Red+Green+Blue) = 224+181+117=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B575 is #1F4A8A. Grayscale: #BABABA. Windows color (decimal): -2050699 or 7714272. OLE color: 7714272.
HSL color Cylindrical-coordinate representation of color #E0B575: hue angle of 35.89º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0B575 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 117 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.12 |
| HSL | 35.89º | 0.63% | 0.67% | - |
| HSV(B) | 35.89º | 0.48% | 0.88% | - |
| XYZ | 50.48 | 50.18 | 23.85 | - |
| YUV | 186.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 117 | 0 | 0.19 | 0.48 | 0.12 | 35.89 | 0.63 | 0.67 |
| Hex | E0 | B5 | 75 | 0 | 13 | 30 | C | 24 | 3F | 43 |
| Octal | 340 | 265 | 165 | 0 | 23 | 60 | 14 | 44 | 77 | 103 |
| Binary | 11100000 | 10110101 | 1110101 | 0 | 10011 | 110000 | 1100 | 100100 | 111111 | 1000011 |
Color Harmonies of #E0B575
Complementary color
Monochromatic Colors of #E0B575
Black with #E0B575
Text Example
Text Example
White with #E0B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B575; }
p { color: rgb(224,181,117); }
H1.HeaderClassName
{
color: #E0B575;
}
.AnyTagClassName
{
color: #E0B575;
}
</style>
background-color css
<style>
a { background-color: #E0B575; }
a { background-color: rgb(224,181,117); }
div.DivClassName
{
background-color: #E0B575;
}
.BgClassName
{
background-color: #E0B575;
}
</style>
border-color css
<style>
span { border-color: #E0B575; }
span { border-color: rgb(224,181,117); }
td.TdClassName
{
border-color: #E0B575;
}
.TagClassName
{
border-color: #E0B575;
}
</style>