Shades of Maize #E0BB7D
Tints of Maize #E0BB7D
RGB
CMYK
RGB Variations
Color information
#E0BB7D (or 0xE0BB7D) is known color: Maize. HEX triplet: E0, BB and 7D. RGB value is (224,187,125). Sum of RGB (Red+Green+Blue) = 224+187+125=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB7D is #1F4482. Grayscale: #BFBFBF. Windows color (decimal): -2049155 or 8240096. OLE color: 8240096.
HSL color Cylindrical-coordinate representation of color #E0BB7D: hue angle of 37.58º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0BB7D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 125 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.12 |
| HSL | 37.58º | 0.61% | 0.68% | - |
| HSV(B) | 37.58º | 0.44% | 0.88% | - |
| XYZ | 52.21 | 52.87 | 26.85 | - |
| YUV | 191 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 125 | 0 | 0.17 | 0.44 | 0.12 | 37.58 | 0.61 | 0.68 |
| Hex | E0 | BB | 7D | 0 | 11 | 2C | C | 26 | 3D | 44 |
| Octal | 340 | 273 | 175 | 0 | 21 | 54 | 14 | 46 | 75 | 104 |
| Binary | 11100000 | 10111011 | 1111101 | 0 | 10001 | 101100 | 1100 | 100110 | 111101 | 1000100 |
Color Harmonies of #E0BB7D
Complementary color
Monochromatic Colors of #E0BB7D
Black with #E0BB7D
Text Example
Text Example
White with #E0BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB7D; }
p { color: rgb(224,187,125); }
H1.HeaderClassName
{
color: #E0BB7D;
}
.AnyTagClassName
{
color: #E0BB7D;
}
</style>
background-color css
<style>
a { background-color: #E0BB7D; }
a { background-color: rgb(224,187,125); }
div.DivClassName
{
background-color: #E0BB7D;
}
.BgClassName
{
background-color: #E0BB7D;
}
</style>
border-color css
<style>
span { border-color: #E0BB7D; }
span { border-color: rgb(224,187,125); }
td.TdClassName
{
border-color: #E0BB7D;
}
.TagClassName
{
border-color: #E0BB7D;
}
</style>