Shades of Maize #E5B77E
Tints of Maize #E5B77E
RGB
CMYK
RGB Variations
Color information
#E5B77E (or 0xE5B77E) is known color: Maize. HEX triplet: E5, B7 and 7E. RGB value is (229,183,126). Sum of RGB (Red+Green+Blue) = 229+183+126=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B77E is #1A4881. Grayscale: #BEBEBE. Windows color (decimal): -1722498 or 8304613. OLE color: 8304613.
HSL color Cylindrical-coordinate representation of color #E5B77E: hue angle of 33.2º 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 #E5B77E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 126 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.10 |
| HSL | 33.2º | 0.66% | 0.7% | - |
| HSV(B) | 33.2º | 0.45% | 0.9% | - |
| XYZ | 53.01 | 52.03 | 26.99 | - |
| YUV | 190.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 126 | 0 | 0.20 | 0.45 | 0.10 | 33.2 | 0.66 | 0.7 |
| Hex | E5 | B7 | 7E | 0 | 14 | 2D | A | 21 | 42 | 46 |
| Octal | 345 | 267 | 176 | 0 | 24 | 55 | 12 | 41 | 102 | 106 |
| Binary | 11100101 | 10110111 | 1111110 | 0 | 10100 | 101101 | 1010 | 100001 | 1000010 | 1000110 |
Color Harmonies of #E5B77E
Complementary color
Monochromatic Colors of #E5B77E
Black with #E5B77E
Text Example
Text Example
White with #E5B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B77E; }
p { color: rgb(229,183,126); }
H1.HeaderClassName
{
color: #E5B77E;
}
.AnyTagClassName
{
color: #E5B77E;
}
</style>
background-color css
<style>
a { background-color: #E5B77E; }
a { background-color: rgb(229,183,126); }
div.DivClassName
{
background-color: #E5B77E;
}
.BgClassName
{
background-color: #E5B77E;
}
</style>
border-color css
<style>
span { border-color: #E5B77E; }
span { border-color: rgb(229,183,126); }
td.TdClassName
{
border-color: #E5B77E;
}
.TagClassName
{
border-color: #E5B77E;
}
</style>