Shades of Maize #E5B97C
Tints of Maize #E5B97C
RGB
CMYK
RGB Variations
Color information
#E5B97C (or 0xE5B97C) is known color: Maize. HEX triplet: E5, B9 and 7C. RGB value is (229,185,124). Sum of RGB (Red+Green+Blue) = 229+185+124=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B97C is #1A4683. Grayscale: #BFBFBF. Windows color (decimal): -1721988 or 8174053. OLE color: 8174053.
HSL color Cylindrical-coordinate representation of color #E5B97C: hue angle of 34.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5B97C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 124 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.10 |
| HSL | 34.86º | 0.67% | 0.69% | - |
| HSV(B) | 34.86º | 0.46% | 0.9% | - |
| XYZ | 53.3 | 52.81 | 26.45 | - |
| YUV | 191.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 124 | 0 | 0.19 | 0.46 | 0.10 | 34.86 | 0.67 | 0.69 |
| Hex | E5 | B9 | 7C | 0 | 13 | 2E | A | 23 | 43 | 45 |
| Octal | 345 | 271 | 174 | 0 | 23 | 56 | 12 | 43 | 103 | 105 |
| Binary | 11100101 | 10111001 | 1111100 | 0 | 10011 | 101110 | 1010 | 100011 | 1000011 | 1000101 |
Color Harmonies of #E5B97C
Complementary color
Monochromatic Colors of #E5B97C
Black with #E5B97C
Text Example
Text Example
White with #E5B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B97C; }
p { color: rgb(229,185,124); }
H1.HeaderClassName
{
color: #E5B97C;
}
.AnyTagClassName
{
color: #E5B97C;
}
</style>
background-color css
<style>
a { background-color: #E5B97C; }
a { background-color: rgb(229,185,124); }
div.DivClassName
{
background-color: #E5B97C;
}
.BgClassName
{
background-color: #E5B97C;
}
</style>
border-color css
<style>
span { border-color: #E5B97C; }
span { border-color: rgb(229,185,124); }
td.TdClassName
{
border-color: #E5B97C;
}
.TagClassName
{
border-color: #E5B97C;
}
</style>