Shades of Maize #E5BB86
Tints of Maize #E5BB86
RGB
CMYK
RGB Variations
Color information
#E5BB86 (or 0xE5BB86) is known color: Maize. HEX triplet: E5, BB and 86. RGB value is (229,187,134). Sum of RGB (Red+Green+Blue) = 229+187+134=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB86 is #1A4479. Grayscale: #C1C1C1. Windows color (decimal): -1721466 or 8829925. OLE color: 8829925.
HSL color Cylindrical-coordinate representation of color #E5BB86: hue angle of 33.47º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5BB86 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 134 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.10 |
| HSL | 33.47º | 0.65% | 0.71% | - |
| HSV(B) | 33.47º | 0.41% | 0.9% | - |
| XYZ | 54.39 | 53.92 | 30.1 | - |
| YUV | 193.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 134 | 0 | 0.18 | 0.41 | 0.10 | 33.47 | 0.65 | 0.71 |
| Hex | E5 | BB | 86 | 0 | 12 | 29 | A | 21 | 41 | 47 |
| Octal | 345 | 273 | 206 | 0 | 22 | 51 | 12 | 41 | 101 | 107 |
| Binary | 11100101 | 10111011 | 10000110 | 0 | 10010 | 101001 | 1010 | 100001 | 1000001 | 1000111 |
Color Harmonies of #E5BB86
Complementary color
Monochromatic Colors of #E5BB86
Black with #E5BB86
Text Example
Text Example
White with #E5BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB86; }
p { color: rgb(229,187,134); }
H1.HeaderClassName
{
color: #E5BB86;
}
.AnyTagClassName
{
color: #E5BB86;
}
</style>
background-color css
<style>
a { background-color: #E5BB86; }
a { background-color: rgb(229,187,134); }
div.DivClassName
{
background-color: #E5BB86;
}
.BgClassName
{
background-color: #E5BB86;
}
</style>
border-color css
<style>
span { border-color: #E5BB86; }
span { border-color: rgb(229,187,134); }
td.TdClassName
{
border-color: #E5BB86;
}
.TagClassName
{
border-color: #E5BB86;
}
</style>