Shades of Maize #E2BC81
Tints of Maize #E2BC81
RGB
CMYK
RGB Variations
Color information
#E2BC81 (or 0xE2BC81) is known color: Maize. HEX triplet: E2, BC and 81. RGB value is (226,188,129). Sum of RGB (Red+Green+Blue) = 226+188+129=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC81 is #1D437E. Grayscale: #C0C0C0. Windows color (decimal): -1917823 or 8502498. OLE color: 8502498.
HSL color Cylindrical-coordinate representation of color #E2BC81: hue angle of 36.49º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2BC81 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 129 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.11 |
| HSL | 36.49º | 0.63% | 0.7% | - |
| HSV(B) | 36.49º | 0.43% | 0.89% | - |
| XYZ | 53.31 | 53.72 | 28.33 | - |
| YUV | 192.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 129 | 0 | 0.17 | 0.43 | 0.11 | 36.49 | 0.63 | 0.7 |
| Hex | E2 | BC | 81 | 0 | 11 | 2B | B | 24 | 3F | 46 |
| Octal | 342 | 274 | 201 | 0 | 21 | 53 | 13 | 44 | 77 | 106 |
| Binary | 11100010 | 10111100 | 10000001 | 0 | 10001 | 101011 | 1011 | 100100 | 111111 | 1000110 |
Color Harmonies of #E2BC81
Complementary color
Monochromatic Colors of #E2BC81
Black with #E2BC81
Text Example
Text Example
White with #E2BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC81; }
p { color: rgb(226,188,129); }
H1.HeaderClassName
{
color: #E2BC81;
}
.AnyTagClassName
{
color: #E2BC81;
}
</style>
background-color css
<style>
a { background-color: #E2BC81; }
a { background-color: rgb(226,188,129); }
div.DivClassName
{
background-color: #E2BC81;
}
.BgClassName
{
background-color: #E2BC81;
}
</style>
border-color css
<style>
span { border-color: #E2BC81; }
span { border-color: rgb(226,188,129); }
td.TdClassName
{
border-color: #E2BC81;
}
.TagClassName
{
border-color: #E2BC81;
}
</style>