Shades of Maize #E3BA84
Tints of Maize #E3BA84
RGB
CMYK
RGB Variations
Color information
#E3BA84 (or 0xE3BA84) is known color: Maize. HEX triplet: E3, BA and 84. RGB value is (227,186,132). Sum of RGB (Red+Green+Blue) = 227+186+132=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA84 is #1C457B. Grayscale: #C0C0C0. Windows color (decimal): -1852796 or 8698595. OLE color: 8698595.
HSL color Cylindrical-coordinate representation of color #E3BA84: hue angle of 34.11º degrees, saturation: 0.63, 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 #E3BA84 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 132 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.11 |
| HSL | 34.11º | 0.63% | 0.7% | - |
| HSV(B) | 34.11º | 0.42% | 0.89% | - |
| XYZ | 53.4 | 53.11 | 29.27 | - |
| YUV | 192.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 132 | 0 | 0.18 | 0.42 | 0.11 | 34.11 | 0.63 | 0.7 |
| Hex | E3 | BA | 84 | 0 | 12 | 2A | B | 22 | 3F | 46 |
| Octal | 343 | 272 | 204 | 0 | 22 | 52 | 13 | 42 | 77 | 106 |
| Binary | 11100011 | 10111010 | 10000100 | 0 | 10010 | 101010 | 1011 | 100010 | 111111 | 1000110 |
Color Harmonies of #E3BA84
Complementary color
Monochromatic Colors of #E3BA84
Black with #E3BA84
Text Example
Text Example
White with #E3BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA84; }
p { color: rgb(227,186,132); }
H1.HeaderClassName
{
color: #E3BA84;
}
.AnyTagClassName
{
color: #E3BA84;
}
</style>
background-color css
<style>
a { background-color: #E3BA84; }
a { background-color: rgb(227,186,132); }
div.DivClassName
{
background-color: #E3BA84;
}
.BgClassName
{
background-color: #E3BA84;
}
</style>
border-color css
<style>
span { border-color: #E3BA84; }
span { border-color: rgb(227,186,132); }
td.TdClassName
{
border-color: #E3BA84;
}
.TagClassName
{
border-color: #E3BA84;
}
</style>