Shades of Maize #E2B684
Tints of Maize #E2B684
RGB
CMYK
RGB Variations
Color information
#E2B684 (or 0xE2B684) is known color: Maize. HEX triplet: E2, B6 and 84. RGB value is (226,182,132). Sum of RGB (Red+Green+Blue) = 226+182+132=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B684 is #1D497B. Grayscale: #BDBDBD. Windows color (decimal): -1919356 or 8697570. OLE color: 8697570.
HSL color Cylindrical-coordinate representation of color #E2B684: hue angle of 31.91º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2B684 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 132 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.11 |
| HSL | 31.91º | 0.62% | 0.7% | - |
| HSV(B) | 31.91º | 0.42% | 0.89% | - |
| XYZ | 52.26 | 51.29 | 28.98 | - |
| YUV | 189.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 132 | 0 | 0.19 | 0.42 | 0.11 | 31.91 | 0.62 | 0.7 |
| Hex | E2 | B6 | 84 | 0 | 13 | 2A | B | 20 | 3E | 46 |
| Octal | 342 | 266 | 204 | 0 | 23 | 52 | 13 | 40 | 76 | 106 |
| Binary | 11100010 | 10110110 | 10000100 | 0 | 10011 | 101010 | 1011 | 100000 | 111110 | 1000110 |
Color Harmonies of #E2B684
Complementary color
Monochromatic Colors of #E2B684
Black with #E2B684
Text Example
Text Example
White with #E2B684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B684; }
p { color: rgb(226,182,132); }
H1.HeaderClassName
{
color: #E2B684;
}
.AnyTagClassName
{
color: #E2B684;
}
</style>
background-color css
<style>
a { background-color: #E2B684; }
a { background-color: rgb(226,182,132); }
div.DivClassName
{
background-color: #E2B684;
}
.BgClassName
{
background-color: #E2B684;
}
</style>
border-color css
<style>
span { border-color: #E2B684; }
span { border-color: rgb(226,182,132); }
td.TdClassName
{
border-color: #E2B684;
}
.TagClassName
{
border-color: #E2B684;
}
</style>