Shades of Maize #E5BD89
Tints of Maize #E5BD89
RGB
CMYK
RGB Variations
Color information
#E5BD89 (or 0xE5BD89) is known color: Maize. HEX triplet: E5, BD and 89. RGB value is (229,189,137). Sum of RGB (Red+Green+Blue) = 229+189+137=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BD89 is #1A4276. Grayscale: #C3C3C3. Windows color (decimal): -1720951 or 9027045. OLE color: 9027045.
HSL color Cylindrical-coordinate representation of color #E5BD89: hue angle of 33.91º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5BD89 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 137 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.10 |
| HSL | 33.91º | 0.64% | 0.72% | - |
| HSV(B) | 33.91º | 0.4% | 0.9% | - |
| XYZ | 55.03 | 54.86 | 31.36 | - |
| YUV | 195.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 137 | 0 | 0.17 | 0.40 | 0.10 | 33.91 | 0.64 | 0.72 |
| Hex | E5 | BD | 89 | 0 | 11 | 28 | A | 22 | 40 | 48 |
| Octal | 345 | 275 | 211 | 0 | 21 | 50 | 12 | 42 | 100 | 110 |
| Binary | 11100101 | 10111101 | 10001001 | 0 | 10001 | 101000 | 1010 | 100010 | 1000000 | 1001000 |
Color Harmonies of #E5BD89
Complementary color
Monochromatic Colors of #E5BD89
Black with #E5BD89
Text Example
Text Example
White with #E5BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD89; }
p { color: rgb(229,189,137); }
H1.HeaderClassName
{
color: #E5BD89;
}
.AnyTagClassName
{
color: #E5BD89;
}
</style>
background-color css
<style>
a { background-color: #E5BD89; }
a { background-color: rgb(229,189,137); }
div.DivClassName
{
background-color: #E5BD89;
}
.BgClassName
{
background-color: #E5BD89;
}
</style>
border-color css
<style>
span { border-color: #E5BD89; }
span { border-color: rgb(229,189,137); }
td.TdClassName
{
border-color: #E5BD89;
}
.TagClassName
{
border-color: #E5BD89;
}
</style>