Shades of Maize #E5BB7A
Tints of Maize #E5BB7A
RGB
CMYK
RGB Variations
Color information
#E5BB7A (or 0xE5BB7A) is known color: Maize. HEX triplet: E5, BB and 7A. RGB value is (229,187,122). Sum of RGB (Red+Green+Blue) = 229+187+122=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BB7A is #1A4485. Grayscale: #C0C0C0. Windows color (decimal): -1721478 or 8043493. OLE color: 8043493.
HSL color Cylindrical-coordinate representation of color #E5BB7A: hue angle of 36.45º 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 #E5BB7A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 122 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.10 |
| HSL | 36.45º | 0.67% | 0.69% | - |
| HSV(B) | 36.45º | 0.47% | 0.9% | - |
| XYZ | 53.6 | 53.6 | 25.93 | - |
| YUV | 192.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 122 | 0 | 0.18 | 0.47 | 0.10 | 36.45 | 0.67 | 0.69 |
| Hex | E5 | BB | 7A | 0 | 12 | 2F | A | 24 | 43 | 45 |
| Octal | 345 | 273 | 172 | 0 | 22 | 57 | 12 | 44 | 103 | 105 |
| Binary | 11100101 | 10111011 | 1111010 | 0 | 10010 | 101111 | 1010 | 100100 | 1000011 | 1000101 |
Color Harmonies of #E5BB7A
Complementary color
Monochromatic Colors of #E5BB7A
Black with #E5BB7A
Text Example
Text Example
White with #E5BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB7A; }
p { color: rgb(229,187,122); }
H1.HeaderClassName
{
color: #E5BB7A;
}
.AnyTagClassName
{
color: #E5BB7A;
}
</style>
background-color css
<style>
a { background-color: #E5BB7A; }
a { background-color: rgb(229,187,122); }
div.DivClassName
{
background-color: #E5BB7A;
}
.BgClassName
{
background-color: #E5BB7A;
}
</style>
border-color css
<style>
span { border-color: #E5BB7A; }
span { border-color: rgb(229,187,122); }
td.TdClassName
{
border-color: #E5BB7A;
}
.TagClassName
{
border-color: #E5BB7A;
}
</style>