Shades of Maize #E2B977
Tints of Maize #E2B977
RGB
CMYK
RGB Variations
Color information
#E2B977 (or 0xE2B977) is known color: Maize. HEX triplet: E2, B9 and 77. RGB value is (226,185,119). Sum of RGB (Red+Green+Blue) = 226+185+119=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B977 is #1D4688. Grayscale: #BEBEBE. Windows color (decimal): -1918601 or 7846370. OLE color: 7846370.
HSL color Cylindrical-coordinate representation of color #E2B977: hue angle of 37.01º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2B977 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 119 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.11 |
| HSL | 37.01º | 0.65% | 0.68% | - |
| HSV(B) | 37.01º | 0.47% | 0.89% | - |
| XYZ | 52.04 | 52.2 | 24.79 | - |
| YUV | 189.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 119 | 0 | 0.18 | 0.47 | 0.11 | 37.01 | 0.65 | 0.68 |
| Hex | E2 | B9 | 77 | 0 | 12 | 2F | B | 25 | 41 | 44 |
| Octal | 342 | 271 | 167 | 0 | 22 | 57 | 13 | 45 | 101 | 104 |
| Binary | 11100010 | 10111001 | 1110111 | 0 | 10010 | 101111 | 1011 | 100101 | 1000001 | 1000100 |
Color Harmonies of #E2B977
Complementary color
Monochromatic Colors of #E2B977
Black with #E2B977
Text Example
Text Example
White with #E2B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B977; }
p { color: rgb(226,185,119); }
H1.HeaderClassName
{
color: #E2B977;
}
.AnyTagClassName
{
color: #E2B977;
}
</style>
background-color css
<style>
a { background-color: #E2B977; }
a { background-color: rgb(226,185,119); }
div.DivClassName
{
background-color: #E2B977;
}
.BgClassName
{
background-color: #E2B977;
}
</style>
border-color css
<style>
span { border-color: #E2B977; }
span { border-color: rgb(226,185,119); }
td.TdClassName
{
border-color: #E2B977;
}
.TagClassName
{
border-color: #E2B977;
}
</style>