Shades of Harvest Gold #E8BD6D
Tints of Harvest Gold #E8BD6D
RGB
CMYK
RGB Variations
Color information
#E8BD6D (or 0xE8BD6D) is known color: Harvest Gold. HEX triplet: E8, BD and 6D. RGB value is (232,189,109). Sum of RGB (Red+Green+Blue) = 232+189+109=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BD6D is #174292. Grayscale: #C1C1C1. Windows color (decimal): -1524371 or 7192040. OLE color: 7192040.
HSL color Cylindrical-coordinate representation of color #E8BD6D: hue angle of 39.02º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8BD6D is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 109 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.09 |
| HSL | 39.02º | 0.73% | 0.67% | - |
| HSV(B) | 39.02º | 0.53% | 0.91% | - |
| XYZ | 54.24 | 54.66 | 22.16 | - |
| YUV | 192.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 109 | 0 | 0.19 | 0.53 | 0.09 | 39.02 | 0.73 | 0.67 |
| Hex | E8 | BD | 6D | 0 | 13 | 35 | 9 | 27 | 49 | 43 |
| Octal | 350 | 275 | 155 | 0 | 23 | 65 | 11 | 47 | 111 | 103 |
| Binary | 11101000 | 10111101 | 1101101 | 0 | 10011 | 110101 | 1001 | 100111 | 1001001 | 1000011 |
Color Harmonies of #E8BD6D
Complementary color
Monochromatic Colors of #E8BD6D
Black with #E8BD6D
Text Example
Text Example
White with #E8BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD6D; }
p { color: rgb(232,189,109); }
H1.HeaderClassName
{
color: #E8BD6D;
}
.AnyTagClassName
{
color: #E8BD6D;
}
</style>
background-color css
<style>
a { background-color: #E8BD6D; }
a { background-color: rgb(232,189,109); }
div.DivClassName
{
background-color: #E8BD6D;
}
.BgClassName
{
background-color: #E8BD6D;
}
</style>
border-color css
<style>
span { border-color: #E8BD6D; }
span { border-color: rgb(232,189,109); }
td.TdClassName
{
border-color: #E8BD6D;
}
.TagClassName
{
border-color: #E8BD6D;
}
</style>