Shades of Maize #E2BB7F
Tints of Maize #E2BB7F
RGB
CMYK
RGB Variations
Color information
#E2BB7F (or 0xE2BB7F) is known color: Maize. HEX triplet: E2, BB and 7F. RGB value is (226,187,127). Sum of RGB (Red+Green+Blue) = 226+187+127=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BB7F is #1D4480. Grayscale: #C0C0C0. Windows color (decimal): -1918081 or 8371170. OLE color: 8371170.
HSL color Cylindrical-coordinate representation of color #E2BB7F: hue angle of 36.36º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2BB7F is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 127 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.11 |
| HSL | 36.36º | 0.63% | 0.69% | - |
| HSV(B) | 36.36º | 0.44% | 0.89% | - |
| XYZ | 52.97 | 53.24 | 27.56 | - |
| YUV | 191.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 127 | 0 | 0.17 | 0.44 | 0.11 | 36.36 | 0.63 | 0.69 |
| Hex | E2 | BB | 7F | 0 | 11 | 2C | B | 24 | 3F | 45 |
| Octal | 342 | 273 | 177 | 0 | 21 | 54 | 13 | 44 | 77 | 105 |
| Binary | 11100010 | 10111011 | 1111111 | 0 | 10001 | 101100 | 1011 | 100100 | 111111 | 1000101 |
Color Harmonies of #E2BB7F
Complementary color
Monochromatic Colors of #E2BB7F
Black with #E2BB7F
Text Example
Text Example
White with #E2BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB7F; }
p { color: rgb(226,187,127); }
H1.HeaderClassName
{
color: #E2BB7F;
}
.AnyTagClassName
{
color: #E2BB7F;
}
</style>
background-color css
<style>
a { background-color: #E2BB7F; }
a { background-color: rgb(226,187,127); }
div.DivClassName
{
background-color: #E2BB7F;
}
.BgClassName
{
background-color: #E2BB7F;
}
</style>
border-color css
<style>
span { border-color: #E2BB7F; }
span { border-color: rgb(226,187,127); }
td.TdClassName
{
border-color: #E2BB7F;
}
.TagClassName
{
border-color: #E2BB7F;
}
</style>