Shades of Maize #E5BA7B
Tints of Maize #E5BA7B
RGB
CMYK
RGB Variations
Color information
#E5BA7B (or 0xE5BA7B) is known color: Maize. HEX triplet: E5, BA and 7B. RGB value is (229,186,123). Sum of RGB (Red+Green+Blue) = 229+186+123=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA7B is #1A4584. Grayscale: #BFBFBF. Windows color (decimal): -1721733 or 8108773. OLE color: 8108773.
HSL color Cylindrical-coordinate representation of color #E5BA7B: hue angle of 35.66º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5BA7B is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 123 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.10 |
| HSL | 35.66º | 0.67% | 0.69% | - |
| HSV(B) | 35.66º | 0.46% | 0.9% | - |
| XYZ | 53.45 | 53.21 | 26.19 | - |
| YUV | 191.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 123 | 0 | 0.19 | 0.46 | 0.10 | 35.66 | 0.67 | 0.69 |
| Hex | E5 | BA | 7B | 0 | 13 | 2E | A | 24 | 43 | 45 |
| Octal | 345 | 272 | 173 | 0 | 23 | 56 | 12 | 44 | 103 | 105 |
| Binary | 11100101 | 10111010 | 1111011 | 0 | 10011 | 101110 | 1010 | 100100 | 1000011 | 1000101 |
Color Harmonies of #E5BA7B
Complementary color
Monochromatic Colors of #E5BA7B
Black with #E5BA7B
Text Example
Text Example
White with #E5BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA7B; }
p { color: rgb(229,186,123); }
H1.HeaderClassName
{
color: #E5BA7B;
}
.AnyTagClassName
{
color: #E5BA7B;
}
</style>
background-color css
<style>
a { background-color: #E5BA7B; }
a { background-color: rgb(229,186,123); }
div.DivClassName
{
background-color: #E5BA7B;
}
.BgClassName
{
background-color: #E5BA7B;
}
</style>
border-color css
<style>
span { border-color: #E5BA7B; }
span { border-color: rgb(229,186,123); }
td.TdClassName
{
border-color: #E5BA7B;
}
.TagClassName
{
border-color: #E5BA7B;
}
</style>