Shades of Maize #E3BA7E
Tints of Maize #E3BA7E
RGB
CMYK
RGB Variations
Color information
#E3BA7E (or 0xE3BA7E) is known color: Maize. HEX triplet: E3, BA and 7E. RGB value is (227,186,126). Sum of RGB (Red+Green+Blue) = 227+186+126=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA7E is #1C4581. Grayscale: #BFBFBF. Windows color (decimal): -1852802 or 8305379. OLE color: 8305379.
HSL color Cylindrical-coordinate representation of color #E3BA7E: hue angle of 35.64º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3BA7E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 126 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.11 |
| HSL | 35.64º | 0.64% | 0.69% | - |
| HSV(B) | 35.64º | 0.44% | 0.89% | - |
| XYZ | 53 | 52.96 | 27.17 | - |
| YUV | 191.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 126 | 0 | 0.18 | 0.44 | 0.11 | 35.64 | 0.64 | 0.69 |
| Hex | E3 | BA | 7E | 0 | 12 | 2C | B | 24 | 40 | 45 |
| Octal | 343 | 272 | 176 | 0 | 22 | 54 | 13 | 44 | 100 | 105 |
| Binary | 11100011 | 10111010 | 1111110 | 0 | 10010 | 101100 | 1011 | 100100 | 1000000 | 1000101 |
Color Harmonies of #E3BA7E
Complementary color
Monochromatic Colors of #E3BA7E
Black with #E3BA7E
Text Example
Text Example
White with #E3BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA7E; }
p { color: rgb(227,186,126); }
H1.HeaderClassName
{
color: #E3BA7E;
}
.AnyTagClassName
{
color: #E3BA7E;
}
</style>
background-color css
<style>
a { background-color: #E3BA7E; }
a { background-color: rgb(227,186,126); }
div.DivClassName
{
background-color: #E3BA7E;
}
.BgClassName
{
background-color: #E3BA7E;
}
</style>
border-color css
<style>
span { border-color: #E3BA7E; }
span { border-color: rgb(227,186,126); }
td.TdClassName
{
border-color: #E3BA7E;
}
.TagClassName
{
border-color: #E3BA7E;
}
</style>