Shades of Maize #E3BA7D
Tints of Maize #E3BA7D
RGB
CMYK
RGB Variations
Color information
#E3BA7D (or 0xE3BA7D) is known color: Maize. HEX triplet: E3, BA and 7D. RGB value is (227,186,125). Sum of RGB (Red+Green+Blue) = 227+186+125=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA7D is #1C4582. Grayscale: #BFBFBF. Windows color (decimal): -1852803 or 8239843. OLE color: 8239843.
HSL color Cylindrical-coordinate representation of color #E3BA7D: hue angle of 35.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E3BA7D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 125 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.11 |
| HSL | 35.88º | 0.65% | 0.69% | - |
| HSV(B) | 35.88º | 0.45% | 0.89% | - |
| XYZ | 52.94 | 52.93 | 26.83 | - |
| YUV | 191.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 125 | 0 | 0.18 | 0.45 | 0.11 | 35.88 | 0.65 | 0.69 |
| Hex | E3 | BA | 7D | 0 | 12 | 2D | B | 24 | 41 | 45 |
| Octal | 343 | 272 | 175 | 0 | 22 | 55 | 13 | 44 | 101 | 105 |
| Binary | 11100011 | 10111010 | 1111101 | 0 | 10010 | 101101 | 1011 | 100100 | 1000001 | 1000101 |
Color Harmonies of #E3BA7D
Complementary color
Monochromatic Colors of #E3BA7D
Black with #E3BA7D
Text Example
Text Example
White with #E3BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA7D; }
p { color: rgb(227,186,125); }
H1.HeaderClassName
{
color: #E3BA7D;
}
.AnyTagClassName
{
color: #E3BA7D;
}
</style>
background-color css
<style>
a { background-color: #E3BA7D; }
a { background-color: rgb(227,186,125); }
div.DivClassName
{
background-color: #E3BA7D;
}
.BgClassName
{
background-color: #E3BA7D;
}
</style>
border-color css
<style>
span { border-color: #E3BA7D; }
span { border-color: rgb(227,186,125); }
td.TdClassName
{
border-color: #E3BA7D;
}
.TagClassName
{
border-color: #E3BA7D;
}
</style>