Shades of Harvest Gold #E5BC6D
Tints of Harvest Gold #E5BC6D
RGB
CMYK
RGB Variations
Color information
#E5BC6D (or 0xE5BC6D) is known color: Harvest Gold. HEX triplet: E5, BC and 6D. RGB value is (229,188,109). Sum of RGB (Red+Green+Blue) = 229+188+109=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC6D is #1A4392. Grayscale: #BFBFBF. Windows color (decimal): -1721235 or 7191781. OLE color: 7191781.
HSL color Cylindrical-coordinate representation of color #E5BC6D: hue angle of 39.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5BC6D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 109 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.10 |
| HSL | 39.5º | 0.7% | 0.66% | - |
| HSV(B) | 39.5º | 0.52% | 0.9% | - |
| XYZ | 53.06 | 53.73 | 22.04 | - |
| YUV | 191.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 109 | 0 | 0.18 | 0.52 | 0.10 | 39.5 | 0.7 | 0.66 |
| Hex | E5 | BC | 6D | 0 | 12 | 34 | A | 28 | 46 | 42 |
| Octal | 345 | 274 | 155 | 0 | 22 | 64 | 12 | 50 | 106 | 102 |
| Binary | 11100101 | 10111100 | 1101101 | 0 | 10010 | 110100 | 1010 | 101000 | 1000110 | 1000010 |
Color Harmonies of #E5BC6D
Complementary color
Monochromatic Colors of #E5BC6D
Black with #E5BC6D
Text Example
Text Example
White with #E5BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC6D; }
p { color: rgb(229,188,109); }
H1.HeaderClassName
{
color: #E5BC6D;
}
.AnyTagClassName
{
color: #E5BC6D;
}
</style>
background-color css
<style>
a { background-color: #E5BC6D; }
a { background-color: rgb(229,188,109); }
div.DivClassName
{
background-color: #E5BC6D;
}
.BgClassName
{
background-color: #E5BC6D;
}
</style>
border-color css
<style>
span { border-color: #E5BC6D; }
span { border-color: rgb(229,188,109); }
td.TdClassName
{
border-color: #E5BC6D;
}
.TagClassName
{
border-color: #E5BC6D;
}
</style>