Shades of Harvest Gold #E5BC63
Tints of Harvest Gold #E5BC63
RGB
CMYK
RGB Variations
Color information
#E5BC63 (or 0xE5BC63) is known color: Harvest Gold. HEX triplet: E5, BC and 63. RGB value is (229,188,99). Sum of RGB (Red+Green+Blue) = 229+188+99=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC63 is #1A439C. Grayscale: #BEBEBE. Windows color (decimal): -1721245 or 6536421. OLE color: 6536421.
HSL color Cylindrical-coordinate representation of color #E5BC63: hue angle of 41.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5BC63 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 99 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.10 |
| HSL | 41.08º | 0.71% | 0.64% | - |
| HSV(B) | 41.08º | 0.57% | 0.9% | - |
| XYZ | 52.55 | 53.53 | 19.37 | - |
| YUV | 190.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 99 | 0 | 0.18 | 0.57 | 0.10 | 41.08 | 0.71 | 0.64 |
| Hex | E5 | BC | 63 | 0 | 12 | 39 | A | 29 | 47 | 40 |
| Octal | 345 | 274 | 143 | 0 | 22 | 71 | 12 | 51 | 107 | 100 |
| Binary | 11100101 | 10111100 | 1100011 | 0 | 10010 | 111001 | 1010 | 101001 | 1000111 | 1000000 |
Color Harmonies of #E5BC63
Complementary color
Monochromatic Colors of #E5BC63
Black with #E5BC63
Text Example
Text Example
White with #E5BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC63; }
p { color: rgb(229,188,99); }
H1.HeaderClassName
{
color: #E5BC63;
}
.AnyTagClassName
{
color: #E5BC63;
}
</style>
background-color css
<style>
a { background-color: #E5BC63; }
a { background-color: rgb(229,188,99); }
div.DivClassName
{
background-color: #E5BC63;
}
.BgClassName
{
background-color: #E5BC63;
}
</style>
border-color css
<style>
span { border-color: #E5BC63; }
span { border-color: rgb(229,188,99); }
td.TdClassName
{
border-color: #E5BC63;
}
.TagClassName
{
border-color: #E5BC63;
}
</style>