Shades of Maize #E1B984
Tints of Maize #E1B984
RGB
CMYK
RGB Variations
Color information
#E1B984 (or 0xE1B984) is known color: Maize. HEX triplet: E1, B9 and 84. RGB value is (225,185,132). Sum of RGB (Red+Green+Blue) = 225+185+132=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B984 is #1E467B. Grayscale: #BFBFBF. Windows color (decimal): -1984124 or 8698337. OLE color: 8698337.
HSL color Cylindrical-coordinate representation of color #E1B984: hue angle of 34.19º 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 #E1B984 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 132 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.12 |
| HSL | 34.19º | 0.61% | 0.7% | - |
| HSV(B) | 34.19º | 0.41% | 0.88% | - |
| XYZ | 52.57 | 52.37 | 29.17 | - |
| YUV | 190.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 132 | 0 | 0.18 | 0.41 | 0.12 | 34.19 | 0.61 | 0.7 |
| Hex | E1 | B9 | 84 | 0 | 12 | 29 | C | 22 | 3D | 46 |
| Octal | 341 | 271 | 204 | 0 | 22 | 51 | 14 | 42 | 75 | 106 |
| Binary | 11100001 | 10111001 | 10000100 | 0 | 10010 | 101001 | 1100 | 100010 | 111101 | 1000110 |
Color Harmonies of #E1B984
Complementary color
Monochromatic Colors of #E1B984
Black with #E1B984
Text Example
Text Example
White with #E1B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B984; }
p { color: rgb(225,185,132); }
H1.HeaderClassName
{
color: #E1B984;
}
.AnyTagClassName
{
color: #E1B984;
}
</style>
background-color css
<style>
a { background-color: #E1B984; }
a { background-color: rgb(225,185,132); }
div.DivClassName
{
background-color: #E1B984;
}
.BgClassName
{
background-color: #E1B984;
}
</style>
border-color css
<style>
span { border-color: #E1B984; }
span { border-color: rgb(225,185,132); }
td.TdClassName
{
border-color: #E1B984;
}
.TagClassName
{
border-color: #E1B984;
}
</style>