Shades of Maize #E1BC84
Tints of Maize #E1BC84
RGB
CMYK
RGB Variations
Color information
#E1BC84 (or 0xE1BC84) is known color: Maize. HEX triplet: E1, BC and 84. RGB value is (225,188,132). Sum of RGB (Red+Green+Blue) = 225+188+132=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC84 is #1E437B. Grayscale: #C0C0C0. Windows color (decimal): -1983356 or 8699105. OLE color: 8699105.
HSL color Cylindrical-coordinate representation of color #E1BC84: hue angle of 36.13º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1BC84 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 132 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.12 |
| HSL | 36.13º | 0.61% | 0.7% | - |
| HSV(B) | 36.13º | 0.41% | 0.88% | - |
| XYZ | 53.2 | 53.64 | 29.38 | - |
| YUV | 192.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 132 | 0 | 0.16 | 0.41 | 0.12 | 36.13 | 0.61 | 0.7 |
| Hex | E1 | BC | 84 | 0 | 10 | 29 | C | 24 | 3D | 46 |
| Octal | 341 | 274 | 204 | 0 | 20 | 51 | 14 | 44 | 75 | 106 |
| Binary | 11100001 | 10111100 | 10000100 | 0 | 10000 | 101001 | 1100 | 100100 | 111101 | 1000110 |
Color Harmonies of #E1BC84
Complementary color
Monochromatic Colors of #E1BC84
Black with #E1BC84
Text Example
Text Example
White with #E1BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC84; }
p { color: rgb(225,188,132); }
H1.HeaderClassName
{
color: #E1BC84;
}
.AnyTagClassName
{
color: #E1BC84;
}
</style>
background-color css
<style>
a { background-color: #E1BC84; }
a { background-color: rgb(225,188,132); }
div.DivClassName
{
background-color: #E1BC84;
}
.BgClassName
{
background-color: #E1BC84;
}
</style>
border-color css
<style>
span { border-color: #E1BC84; }
span { border-color: rgb(225,188,132); }
td.TdClassName
{
border-color: #E1BC84;
}
.TagClassName
{
border-color: #E1BC84;
}
</style>