Shades of Maize #E1BA7D
Tints of Maize #E1BA7D
RGB
CMYK
RGB Variations
Color information
#E1BA7D (or 0xE1BA7D) is known color: Maize. HEX triplet: E1, BA and 7D. RGB value is (225,186,125). Sum of RGB (Red+Green+Blue) = 225+186+125=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA7D is #1E4582. Grayscale: #BEBEBE. Windows color (decimal): -1983875 or 8239841. OLE color: 8239841.
HSL color Cylindrical-coordinate representation of color #E1BA7D: hue angle of 36.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1BA7D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 125 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.12 |
| HSL | 36.6º | 0.63% | 0.69% | - |
| HSV(B) | 36.6º | 0.44% | 0.88% | - |
| XYZ | 52.31 | 52.61 | 26.8 | - |
| YUV | 190.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 125 | 0 | 0.17 | 0.44 | 0.12 | 36.6 | 0.63 | 0.69 |
| Hex | E1 | BA | 7D | 0 | 11 | 2C | C | 25 | 3E | 45 |
| Octal | 341 | 272 | 175 | 0 | 21 | 54 | 14 | 45 | 76 | 105 |
| Binary | 11100001 | 10111010 | 1111101 | 0 | 10001 | 101100 | 1100 | 100101 | 111110 | 1000101 |
Color Harmonies of #E1BA7D
Complementary color
Monochromatic Colors of #E1BA7D
Black with #E1BA7D
Text Example
Text Example
White with #E1BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA7D; }
p { color: rgb(225,186,125); }
H1.HeaderClassName
{
color: #E1BA7D;
}
.AnyTagClassName
{
color: #E1BA7D;
}
</style>
background-color css
<style>
a { background-color: #E1BA7D; }
a { background-color: rgb(225,186,125); }
div.DivClassName
{
background-color: #E1BA7D;
}
.BgClassName
{
background-color: #E1BA7D;
}
</style>
border-color css
<style>
span { border-color: #E1BA7D; }
span { border-color: rgb(225,186,125); }
td.TdClassName
{
border-color: #E1BA7D;
}
.TagClassName
{
border-color: #E1BA7D;
}
</style>