Shades of Maize #E5BD7B
Tints of Maize #E5BD7B
RGB
CMYK
RGB Variations
Color information
#E5BD7B (or 0xE5BD7B) is known color: Maize. HEX triplet: E5, BD and 7B. RGB value is (229,189,123). Sum of RGB (Red+Green+Blue) = 229+189+123=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD7B is #1A4284. Grayscale: #C1C1C1. Windows color (decimal): -1720965 or 8109541. OLE color: 8109541.
HSL color Cylindrical-coordinate representation of color #E5BD7B: hue angle of 37.36º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5BD7B is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 123 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.10 |
| HSL | 37.36º | 0.67% | 0.69% | - |
| HSV(B) | 37.36º | 0.46% | 0.9% | - |
| XYZ | 54.09 | 54.48 | 26.4 | - |
| YUV | 193.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 123 | 0 | 0.17 | 0.46 | 0.10 | 37.36 | 0.67 | 0.69 |
| Hex | E5 | BD | 7B | 0 | 11 | 2E | A | 25 | 43 | 45 |
| Octal | 345 | 275 | 173 | 0 | 21 | 56 | 12 | 45 | 103 | 105 |
| Binary | 11100101 | 10111101 | 1111011 | 0 | 10001 | 101110 | 1010 | 100101 | 1000011 | 1000101 |
Color Harmonies of #E5BD7B
Complementary color
Monochromatic Colors of #E5BD7B
Black with #E5BD7B
Text Example
Text Example
White with #E5BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD7B; }
p { color: rgb(229,189,123); }
H1.HeaderClassName
{
color: #E5BD7B;
}
.AnyTagClassName
{
color: #E5BD7B;
}
</style>
background-color css
<style>
a { background-color: #E5BD7B; }
a { background-color: rgb(229,189,123); }
div.DivClassName
{
background-color: #E5BD7B;
}
.BgClassName
{
background-color: #E5BD7B;
}
</style>
border-color css
<style>
span { border-color: #E5BD7B; }
span { border-color: rgb(229,189,123); }
td.TdClassName
{
border-color: #E5BD7B;
}
.TagClassName
{
border-color: #E5BD7B;
}
</style>