Shades of Maize #E0B97D
Tints of Maize #E0B97D
RGB
CMYK
RGB Variations
Color information
#E0B97D (or 0xE0B97D) is known color: Maize. HEX triplet: E0, B9 and 7D. RGB value is (224,185,125). Sum of RGB (Red+Green+Blue) = 224+185+125=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B97D is #1F4682. Grayscale: #BEBEBE. Windows color (decimal): -2049667 or 8239584. OLE color: 8239584.
HSL color Cylindrical-coordinate representation of color #E0B97D: hue angle of 36.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0B97D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 125 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.12 |
| HSL | 36.36º | 0.61% | 0.68% | - |
| HSV(B) | 36.36º | 0.44% | 0.88% | - |
| XYZ | 51.79 | 52.03 | 26.71 | - |
| YUV | 189.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 125 | 0 | 0.17 | 0.44 | 0.12 | 36.36 | 0.61 | 0.68 |
| Hex | E0 | B9 | 7D | 0 | 11 | 2C | C | 24 | 3D | 44 |
| Octal | 340 | 271 | 175 | 0 | 21 | 54 | 14 | 44 | 75 | 104 |
| Binary | 11100000 | 10111001 | 1111101 | 0 | 10001 | 101100 | 1100 | 100100 | 111101 | 1000100 |
Color Harmonies of #E0B97D
Complementary color
Monochromatic Colors of #E0B97D
Black with #E0B97D
Text Example
Text Example
White with #E0B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B97D; }
p { color: rgb(224,185,125); }
H1.HeaderClassName
{
color: #E0B97D;
}
.AnyTagClassName
{
color: #E0B97D;
}
</style>
background-color css
<style>
a { background-color: #E0B97D; }
a { background-color: rgb(224,185,125); }
div.DivClassName
{
background-color: #E0B97D;
}
.BgClassName
{
background-color: #E0B97D;
}
</style>
border-color css
<style>
span { border-color: #E0B97D; }
span { border-color: rgb(224,185,125); }
td.TdClassName
{
border-color: #E0B97D;
}
.TagClassName
{
border-color: #E0B97D;
}
</style>