Shades of Maize #E2BB77
Tints of Maize #E2BB77
RGB
CMYK
RGB Variations
Color information
#E2BB77 (or 0xE2BB77) is known color: Maize. HEX triplet: E2, BB and 77. RGB value is (226,187,119). Sum of RGB (Red+Green+Blue) = 226+187+119=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BB77 is #1D4488. Grayscale: #BFBFBF. Windows color (decimal): -1918089 or 7846882. OLE color: 7846882.
HSL color Cylindrical-coordinate representation of color #E2BB77: hue angle of 38.13º 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 #E2BB77 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 119 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.11 |
| HSL | 38.13º | 0.65% | 0.68% | - |
| HSV(B) | 38.13º | 0.47% | 0.89% | - |
| XYZ | 52.46 | 53.04 | 24.93 | - |
| YUV | 190.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 119 | 0 | 0.17 | 0.47 | 0.11 | 38.13 | 0.65 | 0.68 |
| Hex | E2 | BB | 77 | 0 | 11 | 2F | B | 26 | 41 | 44 |
| Octal | 342 | 273 | 167 | 0 | 21 | 57 | 13 | 46 | 101 | 104 |
| Binary | 11100010 | 10111011 | 1110111 | 0 | 10001 | 101111 | 1011 | 100110 | 1000001 | 1000100 |
Color Harmonies of #E2BB77
Complementary color
Monochromatic Colors of #E2BB77
Black with #E2BB77
Text Example
Text Example
White with #E2BB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB77; }
p { color: rgb(226,187,119); }
H1.HeaderClassName
{
color: #E2BB77;
}
.AnyTagClassName
{
color: #E2BB77;
}
</style>
background-color css
<style>
a { background-color: #E2BB77; }
a { background-color: rgb(226,187,119); }
div.DivClassName
{
background-color: #E2BB77;
}
.BgClassName
{
background-color: #E2BB77;
}
</style>
border-color css
<style>
span { border-color: #E2BB77; }
span { border-color: rgb(226,187,119); }
td.TdClassName
{
border-color: #E2BB77;
}
.TagClassName
{
border-color: #E2BB77;
}
</style>