Shades of Maize #E3BA83
Tints of Maize #E3BA83
RGB
CMYK
RGB Variations
Color information
#E3BA83 (or 0xE3BA83) is known color: Maize. HEX triplet: E3, BA and 83. RGB value is (227,186,131). Sum of RGB (Red+Green+Blue) = 227+186+131=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BA83 is #1C457C. Grayscale: #C0C0C0. Windows color (decimal): -1852797 or 8633059. OLE color: 8633059.
HSL color Cylindrical-coordinate representation of color #E3BA83: hue angle of 34.38º 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 #E3BA83 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 131 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.11 |
| HSL | 34.38º | 0.63% | 0.7% | - |
| HSV(B) | 34.38º | 0.42% | 0.89% | - |
| XYZ | 53.33 | 53.09 | 28.91 | - |
| YUV | 191.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 131 | 0 | 0.18 | 0.42 | 0.11 | 34.38 | 0.63 | 0.7 |
| Hex | E3 | BA | 83 | 0 | 12 | 2A | B | 22 | 3F | 46 |
| Octal | 343 | 272 | 203 | 0 | 22 | 52 | 13 | 42 | 77 | 106 |
| Binary | 11100011 | 10111010 | 10000011 | 0 | 10010 | 101010 | 1011 | 100010 | 111111 | 1000110 |
Color Harmonies of #E3BA83
Complementary color
Monochromatic Colors of #E3BA83
Black with #E3BA83
Text Example
Text Example
White with #E3BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA83; }
p { color: rgb(227,186,131); }
H1.HeaderClassName
{
color: #E3BA83;
}
.AnyTagClassName
{
color: #E3BA83;
}
</style>
background-color css
<style>
a { background-color: #E3BA83; }
a { background-color: rgb(227,186,131); }
div.DivClassName
{
background-color: #E3BA83;
}
.BgClassName
{
background-color: #E3BA83;
}
</style>
border-color css
<style>
span { border-color: #E3BA83; }
span { border-color: rgb(227,186,131); }
td.TdClassName
{
border-color: #E3BA83;
}
.TagClassName
{
border-color: #E3BA83;
}
</style>