Shades of Harvest Gold #E6B975
Tints of Harvest Gold #E6B975
RGB
CMYK
RGB Variations
Color information
#E6B975 (or 0xE6B975) is known color: Harvest Gold. HEX triplet: E6, B9 and 75. RGB value is (230,185,117). Sum of RGB (Red+Green+Blue) = 230+185+117=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B975 is #19468A. Grayscale: #BFBFBF. Windows color (decimal): -1656459 or 7715302. OLE color: 7715302.
HSL color Cylindrical-coordinate representation of color #E6B975: hue angle of 36.11º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6B975 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 117 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.10 |
| HSL | 36.11º | 0.69% | 0.68% | - |
| HSV(B) | 36.11º | 0.49% | 0.9% | - |
| XYZ | 53.19 | 52.81 | 24.22 | - |
| YUV | 190.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 117 | 0 | 0.20 | 0.49 | 0.10 | 36.11 | 0.69 | 0.68 |
| Hex | E6 | B9 | 75 | 0 | 14 | 31 | A | 24 | 45 | 44 |
| Octal | 346 | 271 | 165 | 0 | 24 | 61 | 12 | 44 | 105 | 104 |
| Binary | 11100110 | 10111001 | 1110101 | 0 | 10100 | 110001 | 1010 | 100100 | 1000101 | 1000100 |
Color Harmonies of #E6B975
Complementary color
Monochromatic Colors of #E6B975
Black with #E6B975
Text Example
Text Example
White with #E6B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B975; }
p { color: rgb(230,185,117); }
H1.HeaderClassName
{
color: #E6B975;
}
.AnyTagClassName
{
color: #E6B975;
}
</style>
background-color css
<style>
a { background-color: #E6B975; }
a { background-color: rgb(230,185,117); }
div.DivClassName
{
background-color: #E6B975;
}
.BgClassName
{
background-color: #E6B975;
}
</style>
border-color css
<style>
span { border-color: #E6B975; }
span { border-color: rgb(230,185,117); }
td.TdClassName
{
border-color: #E6B975;
}
.TagClassName
{
border-color: #E6B975;
}
</style>