Shades of Maize #E5B97E
Tints of Maize #E5B97E
RGB
CMYK
RGB Variations
Color information
#E5B97E (or 0xE5B97E) is known color: Maize. HEX triplet: E5, B9 and 7E. RGB value is (229,185,126). Sum of RGB (Red+Green+Blue) = 229+185+126=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B97E is #1A4681. Grayscale: #BFBFBF. Windows color (decimal): -1721986 or 8305125. OLE color: 8305125.
HSL color Cylindrical-coordinate representation of color #E5B97E: hue angle of 34.37º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5B97E is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 126 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.10 |
| HSL | 34.37º | 0.66% | 0.7% | - |
| HSV(B) | 34.37º | 0.45% | 0.9% | - |
| XYZ | 53.43 | 52.86 | 27.13 | - |
| YUV | 191.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 126 | 0 | 0.19 | 0.45 | 0.10 | 34.37 | 0.66 | 0.7 |
| Hex | E5 | B9 | 7E | 0 | 13 | 2D | A | 22 | 42 | 46 |
| Octal | 345 | 271 | 176 | 0 | 23 | 55 | 12 | 42 | 102 | 106 |
| Binary | 11100101 | 10111001 | 1111110 | 0 | 10011 | 101101 | 1010 | 100010 | 1000010 | 1000110 |
Color Harmonies of #E5B97E
Complementary color
Monochromatic Colors of #E5B97E
Black with #E5B97E
Text Example
Text Example
White with #E5B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B97E; }
p { color: rgb(229,185,126); }
H1.HeaderClassName
{
color: #E5B97E;
}
.AnyTagClassName
{
color: #E5B97E;
}
</style>
background-color css
<style>
a { background-color: #E5B97E; }
a { background-color: rgb(229,185,126); }
div.DivClassName
{
background-color: #E5B97E;
}
.BgClassName
{
background-color: #E5B97E;
}
</style>
border-color css
<style>
span { border-color: #E5B97E; }
span { border-color: rgb(229,185,126); }
td.TdClassName
{
border-color: #E5B97E;
}
.TagClassName
{
border-color: #E5B97E;
}
</style>