Shades of Maize #E1BA7A
Tints of Maize #E1BA7A
RGB
CMYK
RGB Variations
Color information
#E1BA7A (or 0xE1BA7A) is known color: Maize. HEX triplet: E1, BA and 7A. RGB value is (225,186,122). Sum of RGB (Red+Green+Blue) = 225+186+122=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA7A is #1E4585. Grayscale: #BEBEBE. Windows color (decimal): -1983878 or 8043233. OLE color: 8043233.
HSL color Cylindrical-coordinate representation of color #E1BA7A: hue angle of 37.28º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1BA7A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 122 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.12 |
| HSL | 37.28º | 0.63% | 0.68% | - |
| HSV(B) | 37.28º | 0.46% | 0.88% | - |
| XYZ | 52.12 | 52.53 | 25.8 | - |
| YUV | 190.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 122 | 0 | 0.17 | 0.46 | 0.12 | 37.28 | 0.63 | 0.68 |
| Hex | E1 | BA | 7A | 0 | 11 | 2E | C | 25 | 3F | 44 |
| Octal | 341 | 272 | 172 | 0 | 21 | 56 | 14 | 45 | 77 | 104 |
| Binary | 11100001 | 10111010 | 1111010 | 0 | 10001 | 101110 | 1100 | 100101 | 111111 | 1000100 |
Color Harmonies of #E1BA7A
Complementary color
Monochromatic Colors of #E1BA7A
Black with #E1BA7A
Text Example
Text Example
White with #E1BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA7A; }
p { color: rgb(225,186,122); }
H1.HeaderClassName
{
color: #E1BA7A;
}
.AnyTagClassName
{
color: #E1BA7A;
}
</style>
background-color css
<style>
a { background-color: #E1BA7A; }
a { background-color: rgb(225,186,122); }
div.DivClassName
{
background-color: #E1BA7A;
}
.BgClassName
{
background-color: #E1BA7A;
}
</style>
border-color css
<style>
span { border-color: #E1BA7A; }
span { border-color: rgb(225,186,122); }
td.TdClassName
{
border-color: #E1BA7A;
}
.TagClassName
{
border-color: #E1BA7A;
}
</style>