Shades of Maize #E5BD86
Tints of Maize #E5BD86
RGB
CMYK
RGB Variations
Color information
#E5BD86 (or 0xE5BD86) is known color: Maize. HEX triplet: E5, BD and 86. RGB value is (229,189,134). Sum of RGB (Red+Green+Blue) = 229+189+134=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BD86 is #1A4279. Grayscale: #C2C2C2. Windows color (decimal): -1720954 or 8830437. OLE color: 8830437.
HSL color Cylindrical-coordinate representation of color #E5BD86: hue angle of 34.74º 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 #E5BD86 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 134 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.10 |
| HSL | 34.74º | 0.65% | 0.71% | - |
| HSV(B) | 34.74º | 0.41% | 0.9% | - |
| XYZ | 54.81 | 54.77 | 30.24 | - |
| YUV | 194.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 134 | 0 | 0.17 | 0.41 | 0.10 | 34.74 | 0.65 | 0.71 |
| Hex | E5 | BD | 86 | 0 | 11 | 29 | A | 23 | 41 | 47 |
| Octal | 345 | 275 | 206 | 0 | 21 | 51 | 12 | 43 | 101 | 107 |
| Binary | 11100101 | 10111101 | 10000110 | 0 | 10001 | 101001 | 1010 | 100011 | 1000001 | 1000111 |
Color Harmonies of #E5BD86
Complementary color
Monochromatic Colors of #E5BD86
Black with #E5BD86
Text Example
Text Example
White with #E5BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD86; }
p { color: rgb(229,189,134); }
H1.HeaderClassName
{
color: #E5BD86;
}
.AnyTagClassName
{
color: #E5BD86;
}
</style>
background-color css
<style>
a { background-color: #E5BD86; }
a { background-color: rgb(229,189,134); }
div.DivClassName
{
background-color: #E5BD86;
}
.BgClassName
{
background-color: #E5BD86;
}
</style>
border-color css
<style>
span { border-color: #E5BD86; }
span { border-color: rgb(229,189,134); }
td.TdClassName
{
border-color: #E5BD86;
}
.TagClassName
{
border-color: #E5BD86;
}
</style>