Shades of Harvest Gold #E5BD63
Tints of Harvest Gold #E5BD63
RGB
CMYK
RGB Variations
Color information
#E5BD63 (or 0xE5BD63) is known color: Harvest Gold. HEX triplet: E5, BD and 63. RGB value is (229,189,99). Sum of RGB (Red+Green+Blue) = 229+189+99=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD63 is #1A429C. Grayscale: #BFBFBF. Windows color (decimal): -1720989 or 6536677. OLE color: 6536677.
HSL color Cylindrical-coordinate representation of color #E5BD63: hue angle of 41.54º 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 #E5BD63 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 99 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.10 |
| HSL | 41.54º | 0.71% | 0.64% | - |
| HSV(B) | 41.54º | 0.57% | 0.9% | - |
| XYZ | 52.76 | 53.95 | 19.44 | - |
| YUV | 190.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 99 | 0 | 0.17 | 0.57 | 0.10 | 41.54 | 0.71 | 0.64 |
| Hex | E5 | BD | 63 | 0 | 11 | 39 | A | 2A | 47 | 40 |
| Octal | 345 | 275 | 143 | 0 | 21 | 71 | 12 | 52 | 107 | 100 |
| Binary | 11100101 | 10111101 | 1100011 | 0 | 10001 | 111001 | 1010 | 101010 | 1000111 | 1000000 |
Color Harmonies of #E5BD63
Complementary color
Monochromatic Colors of #E5BD63
Black with #E5BD63
Text Example
Text Example
White with #E5BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD63; }
p { color: rgb(229,189,99); }
H1.HeaderClassName
{
color: #E5BD63;
}
.AnyTagClassName
{
color: #E5BD63;
}
</style>
background-color css
<style>
a { background-color: #E5BD63; }
a { background-color: rgb(229,189,99); }
div.DivClassName
{
background-color: #E5BD63;
}
.BgClassName
{
background-color: #E5BD63;
}
</style>
border-color css
<style>
span { border-color: #E5BD63; }
span { border-color: rgb(229,189,99); }
td.TdClassName
{
border-color: #E5BD63;
}
.TagClassName
{
border-color: #E5BD63;
}
</style>