Shades of Maize #E5BA7A
Tints of Maize #E5BA7A
RGB
CMYK
RGB Variations
Color information
#E5BA7A (or 0xE5BA7A) is known color: Maize. HEX triplet: E5, BA and 7A. RGB value is (229,186,122). Sum of RGB (Red+Green+Blue) = 229+186+122=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA7A is #1A4585. Grayscale: #BFBFBF. Windows color (decimal): -1721734 or 8043237. OLE color: 8043237.
HSL color Cylindrical-coordinate representation of color #E5BA7A: hue angle of 35.89º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5BA7A is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 122 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.10 |
| HSL | 35.89º | 0.67% | 0.69% | - |
| HSV(B) | 35.89º | 0.47% | 0.9% | - |
| XYZ | 53.38 | 53.18 | 25.86 | - |
| YUV | 191.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 122 | 0 | 0.19 | 0.47 | 0.10 | 35.89 | 0.67 | 0.69 |
| Hex | E5 | BA | 7A | 0 | 13 | 2F | A | 24 | 43 | 45 |
| Octal | 345 | 272 | 172 | 0 | 23 | 57 | 12 | 44 | 103 | 105 |
| Binary | 11100101 | 10111010 | 1111010 | 0 | 10011 | 101111 | 1010 | 100100 | 1000011 | 1000101 |
Color Harmonies of #E5BA7A
Complementary color
Monochromatic Colors of #E5BA7A
Black with #E5BA7A
Text Example
Text Example
White with #E5BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA7A; }
p { color: rgb(229,186,122); }
H1.HeaderClassName
{
color: #E5BA7A;
}
.AnyTagClassName
{
color: #E5BA7A;
}
</style>
background-color css
<style>
a { background-color: #E5BA7A; }
a { background-color: rgb(229,186,122); }
div.DivClassName
{
background-color: #E5BA7A;
}
.BgClassName
{
background-color: #E5BA7A;
}
</style>
border-color css
<style>
span { border-color: #E5BA7A; }
span { border-color: rgb(229,186,122); }
td.TdClassName
{
border-color: #E5BA7A;
}
.TagClassName
{
border-color: #E5BA7A;
}
</style>