Shades of Maize #E1B97D
Tints of Maize #E1B97D
RGB
CMYK
RGB Variations
Color information
#E1B97D (or 0xE1B97D) is known color: Maize. HEX triplet: E1, B9 and 7D. RGB value is (225,185,125). Sum of RGB (Red+Green+Blue) = 225+185+125=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B97D is #1E4682. Grayscale: #BEBEBE. Windows color (decimal): -1984131 or 8239585. OLE color: 8239585.
HSL color Cylindrical-coordinate representation of color #E1B97D: hue angle of 36º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1B97D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 125 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.12 |
| HSL | 36º | 0.63% | 0.69% | - |
| HSV(B) | 36º | 0.44% | 0.88% | - |
| XYZ | 52.1 | 52.19 | 26.73 | - |
| YUV | 190.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 125 | 0 | 0.18 | 0.44 | 0.12 | 36 | 0.63 | 0.69 |
| Hex | E1 | B9 | 7D | 0 | 12 | 2C | C | 24 | 3E | 45 |
| Octal | 341 | 271 | 175 | 0 | 22 | 54 | 14 | 44 | 76 | 105 |
| Binary | 11100001 | 10111001 | 1111101 | 0 | 10010 | 101100 | 1100 | 100100 | 111110 | 1000101 |
Color Harmonies of #E1B97D
Complementary color
Monochromatic Colors of #E1B97D
Black with #E1B97D
Text Example
Text Example
White with #E1B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B97D; }
p { color: rgb(225,185,125); }
H1.HeaderClassName
{
color: #E1B97D;
}
.AnyTagClassName
{
color: #E1B97D;
}
</style>
background-color css
<style>
a { background-color: #E1B97D; }
a { background-color: rgb(225,185,125); }
div.DivClassName
{
background-color: #E1B97D;
}
.BgClassName
{
background-color: #E1B97D;
}
</style>
border-color css
<style>
span { border-color: #E1B97D; }
span { border-color: rgb(225,185,125); }
td.TdClassName
{
border-color: #E1B97D;
}
.TagClassName
{
border-color: #E1B97D;
}
</style>