Shades of Maize #E1B97E
Tints of Maize #E1B97E
RGB
CMYK
RGB Variations
Color information
#E1B97E (or 0xE1B97E) is known color: Maize. HEX triplet: E1, B9 and 7E. RGB value is (225,185,126). Sum of RGB (Red+Green+Blue) = 225+185+126=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B97E is #1E4681. Grayscale: #BEBEBE. Windows color (decimal): -1984130 or 8305121. OLE color: 8305121.
HSL color Cylindrical-coordinate representation of color #E1B97E: hue angle of 35.76º 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 #E1B97E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 126 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.12 |
| HSL | 35.76º | 0.62% | 0.69% | - |
| HSV(B) | 35.76º | 0.44% | 0.88% | - |
| XYZ | 52.17 | 52.21 | 27.07 | - |
| YUV | 190.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 126 | 0 | 0.18 | 0.44 | 0.12 | 35.76 | 0.62 | 0.69 |
| Hex | E1 | B9 | 7E | 0 | 12 | 2C | C | 24 | 3E | 45 |
| Octal | 341 | 271 | 176 | 0 | 22 | 54 | 14 | 44 | 76 | 105 |
| Binary | 11100001 | 10111001 | 1111110 | 0 | 10010 | 101100 | 1100 | 100100 | 111110 | 1000101 |
Color Harmonies of #E1B97E
Complementary color
Monochromatic Colors of #E1B97E
Black with #E1B97E
Text Example
Text Example
White with #E1B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B97E; }
p { color: rgb(225,185,126); }
H1.HeaderClassName
{
color: #E1B97E;
}
.AnyTagClassName
{
color: #E1B97E;
}
</style>
background-color css
<style>
a { background-color: #E1B97E; }
a { background-color: rgb(225,185,126); }
div.DivClassName
{
background-color: #E1B97E;
}
.BgClassName
{
background-color: #E1B97E;
}
</style>
border-color css
<style>
span { border-color: #E1B97E; }
span { border-color: rgb(225,185,126); }
td.TdClassName
{
border-color: #E1B97E;
}
.TagClassName
{
border-color: #E1B97E;
}
</style>