Shades of Maize #E5BB7E
Tints of Maize #E5BB7E
RGB
CMYK
RGB Variations
Color information
#E5BB7E (or 0xE5BB7E) is known color: Maize. HEX triplet: E5, BB and 7E. RGB value is (229,187,126). Sum of RGB (Red+Green+Blue) = 229+187+126=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BB7E is #1A4481. Grayscale: #C0C0C0. Windows color (decimal): -1721474 or 8305637. OLE color: 8305637.
HSL color Cylindrical-coordinate representation of color #E5BB7E: hue angle of 35.53º 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 #E5BB7E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 126 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.10 |
| HSL | 35.53º | 0.66% | 0.7% | - |
| HSV(B) | 35.53º | 0.45% | 0.9% | - |
| XYZ | 53.85 | 53.71 | 27.27 | - |
| YUV | 192.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 126 | 0 | 0.18 | 0.45 | 0.10 | 35.53 | 0.66 | 0.7 |
| Hex | E5 | BB | 7E | 0 | 12 | 2D | A | 24 | 42 | 46 |
| Octal | 345 | 273 | 176 | 0 | 22 | 55 | 12 | 44 | 102 | 106 |
| Binary | 11100101 | 10111011 | 1111110 | 0 | 10010 | 101101 | 1010 | 100100 | 1000010 | 1000110 |
Color Harmonies of #E5BB7E
Complementary color
Monochromatic Colors of #E5BB7E
Black with #E5BB7E
Text Example
Text Example
White with #E5BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB7E; }
p { color: rgb(229,187,126); }
H1.HeaderClassName
{
color: #E5BB7E;
}
.AnyTagClassName
{
color: #E5BB7E;
}
</style>
background-color css
<style>
a { background-color: #E5BB7E; }
a { background-color: rgb(229,187,126); }
div.DivClassName
{
background-color: #E5BB7E;
}
.BgClassName
{
background-color: #E5BB7E;
}
</style>
border-color css
<style>
span { border-color: #E5BB7E; }
span { border-color: rgb(229,187,126); }
td.TdClassName
{
border-color: #E5BB7E;
}
.TagClassName
{
border-color: #E5BB7E;
}
</style>