Shades of Maize #E2B776
Tints of Maize #E2B776
RGB
CMYK
RGB Variations
Color information
#E2B776 (or 0xE2B776) is known color: Maize. HEX triplet: E2, B7 and 76. RGB value is (226,183,118). Sum of RGB (Red+Green+Blue) = 226+183+118=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B776 is #1D4889. Grayscale: #BCBCBC. Windows color (decimal): -1919114 or 7780322. OLE color: 7780322.
HSL color Cylindrical-coordinate representation of color #E2B776: hue angle of 36.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2B776 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 118 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.11 |
| HSL | 36.11º | 0.65% | 0.67% | - |
| HSV(B) | 36.11º | 0.48% | 0.89% | - |
| XYZ | 51.57 | 51.34 | 24.33 | - |
| YUV | 188.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 118 | 0 | 0.19 | 0.48 | 0.11 | 36.11 | 0.65 | 0.67 |
| Hex | E2 | B7 | 76 | 0 | 13 | 30 | B | 24 | 41 | 43 |
| Octal | 342 | 267 | 166 | 0 | 23 | 60 | 13 | 44 | 101 | 103 |
| Binary | 11100010 | 10110111 | 1110110 | 0 | 10011 | 110000 | 1011 | 100100 | 1000001 | 1000011 |
Color Harmonies of #E2B776
Complementary color
Monochromatic Colors of #E2B776
Black with #E2B776
Text Example
Text Example
White with #E2B776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B776; }
p { color: rgb(226,183,118); }
H1.HeaderClassName
{
color: #E2B776;
}
.AnyTagClassName
{
color: #E2B776;
}
</style>
background-color css
<style>
a { background-color: #E2B776; }
a { background-color: rgb(226,183,118); }
div.DivClassName
{
background-color: #E2B776;
}
.BgClassName
{
background-color: #E2B776;
}
</style>
border-color css
<style>
span { border-color: #E2B776; }
span { border-color: rgb(226,183,118); }
td.TdClassName
{
border-color: #E2B776;
}
.TagClassName
{
border-color: #E2B776;
}
</style>