Shades of Maize #E5BD7F
Tints of Maize #E5BD7F
RGB
CMYK
RGB Variations
Color information
#E5BD7F (or 0xE5BD7F) is known color: Maize. HEX triplet: E5, BD and 7F. RGB value is (229,189,127). Sum of RGB (Red+Green+Blue) = 229+189+127=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD7F is #1A4280. Grayscale: #C2C2C2. Windows color (decimal): -1720961 or 8371685. OLE color: 8371685.
HSL color Cylindrical-coordinate representation of color #E5BD7F: hue angle of 36.47º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5BD7F is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 127 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.10 |
| HSL | 36.47º | 0.66% | 0.7% | - |
| HSV(B) | 36.47º | 0.45% | 0.9% | - |
| XYZ | 54.34 | 54.59 | 27.75 | - |
| YUV | 193.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 127 | 0 | 0.17 | 0.45 | 0.10 | 36.47 | 0.66 | 0.7 |
| Hex | E5 | BD | 7F | 0 | 11 | 2D | A | 24 | 42 | 46 |
| Octal | 345 | 275 | 177 | 0 | 21 | 55 | 12 | 44 | 102 | 106 |
| Binary | 11100101 | 10111101 | 1111111 | 0 | 10001 | 101101 | 1010 | 100100 | 1000010 | 1000110 |
Color Harmonies of #E5BD7F
Complementary color
Monochromatic Colors of #E5BD7F
Black with #E5BD7F
Text Example
Text Example
White with #E5BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD7F; }
p { color: rgb(229,189,127); }
H1.HeaderClassName
{
color: #E5BD7F;
}
.AnyTagClassName
{
color: #E5BD7F;
}
</style>
background-color css
<style>
a { background-color: #E5BD7F; }
a { background-color: rgb(229,189,127); }
div.DivClassName
{
background-color: #E5BD7F;
}
.BgClassName
{
background-color: #E5BD7F;
}
</style>
border-color css
<style>
span { border-color: #E5BD7F; }
span { border-color: rgb(229,189,127); }
td.TdClassName
{
border-color: #E5BD7F;
}
.TagClassName
{
border-color: #E5BD7F;
}
</style>