Shades of Maize #E5BC77
Tints of Maize #E5BC77
RGB
CMYK
RGB Variations
Color information
#E5BC77 (or 0xE5BC77) is known color: Maize. HEX triplet: E5, BC and 77. RGB value is (229,188,119). Sum of RGB (Red+Green+Blue) = 229+188+119=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC77 is #1A4388. Grayscale: #C0C0C0. Windows color (decimal): -1721225 or 7847141. OLE color: 7847141.
HSL color Cylindrical-coordinate representation of color #E5BC77: hue angle of 37.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5BC77 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 119 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.10 |
| HSL | 37.64º | 0.68% | 0.68% | - |
| HSV(B) | 37.64º | 0.48% | 0.9% | - |
| XYZ | 53.63 | 53.96 | 25.04 | - |
| YUV | 192.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 119 | 0 | 0.18 | 0.48 | 0.10 | 37.64 | 0.68 | 0.68 |
| Hex | E5 | BC | 77 | 0 | 12 | 30 | A | 26 | 44 | 44 |
| Octal | 345 | 274 | 167 | 0 | 22 | 60 | 12 | 46 | 104 | 104 |
| Binary | 11100101 | 10111100 | 1110111 | 0 | 10010 | 110000 | 1010 | 100110 | 1000100 | 1000100 |
Color Harmonies of #E5BC77
Complementary color
Monochromatic Colors of #E5BC77
Black with #E5BC77
Text Example
Text Example
White with #E5BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC77; }
p { color: rgb(229,188,119); }
H1.HeaderClassName
{
color: #E5BC77;
}
.AnyTagClassName
{
color: #E5BC77;
}
</style>
background-color css
<style>
a { background-color: #E5BC77; }
a { background-color: rgb(229,188,119); }
div.DivClassName
{
background-color: #E5BC77;
}
.BgClassName
{
background-color: #E5BC77;
}
</style>
border-color css
<style>
span { border-color: #E5BC77; }
span { border-color: rgb(229,188,119); }
td.TdClassName
{
border-color: #E5BC77;
}
.TagClassName
{
border-color: #E5BC77;
}
</style>