Shades of Harvest Gold #E6B76C
Tints of Harvest Gold #E6B76C
RGB
CMYK
RGB Variations
Color information
#E6B76C (or 0xE6B76C) is known color: Harvest Gold. HEX triplet: E6, B7 and 6C. RGB value is (230,183,108). Sum of RGB (Red+Green+Blue) = 230+183+108=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B76C is #194893. Grayscale: #BCBCBC. Windows color (decimal): -1656980 or 7124966. OLE color: 7124966.
HSL color Cylindrical-coordinate representation of color #E6B76C: hue angle of 36.89º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6B76C is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 108 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.10 |
| HSL | 36.89º | 0.71% | 0.66% | - |
| HSV(B) | 36.89º | 0.53% | 0.9% | - |
| XYZ | 52.27 | 51.77 | 21.43 | - |
| YUV | 188.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 108 | 0 | 0.20 | 0.53 | 0.10 | 36.89 | 0.71 | 0.66 |
| Hex | E6 | B7 | 6C | 0 | 14 | 35 | A | 25 | 47 | 42 |
| Octal | 346 | 267 | 154 | 0 | 24 | 65 | 12 | 45 | 107 | 102 |
| Binary | 11100110 | 10110111 | 1101100 | 0 | 10100 | 110101 | 1010 | 100101 | 1000111 | 1000010 |
Color Harmonies of #E6B76C
Complementary color
Monochromatic Colors of #E6B76C
Black with #E6B76C
Text Example
Text Example
White with #E6B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B76C; }
p { color: rgb(230,183,108); }
H1.HeaderClassName
{
color: #E6B76C;
}
.AnyTagClassName
{
color: #E6B76C;
}
</style>
background-color css
<style>
a { background-color: #E6B76C; }
a { background-color: rgb(230,183,108); }
div.DivClassName
{
background-color: #E6B76C;
}
.BgClassName
{
background-color: #E6B76C;
}
</style>
border-color css
<style>
span { border-color: #E6B76C; }
span { border-color: rgb(230,183,108); }
td.TdClassName
{
border-color: #E6B76C;
}
.TagClassName
{
border-color: #E6B76C;
}
</style>