Shades of Harvest Gold #E6B060
Tints of Harvest Gold #E6B060
RGB
CMYK
RGB Variations
Color information
#E6B060 (or 0xE6B060) is known color: Harvest Gold. HEX triplet: E6, B0 and 60. RGB value is (230,176,96). Sum of RGB (Red+Green+Blue) = 230+176+96=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B060 is #194F9F. Grayscale: #B7B7B7. Windows color (decimal): -1658784 or 6336742. OLE color: 6336742.
HSL color Cylindrical-coordinate representation of color #E6B060: hue angle of 35.82º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6B060 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 96 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.10 |
| HSL | 35.82º | 0.73% | 0.64% | - |
| HSV(B) | 35.82º | 0.58% | 0.9% | - |
| XYZ | 50.27 | 48.72 | 17.82 | - |
| YUV | 183.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 96 | 0 | 0.23 | 0.58 | 0.10 | 35.82 | 0.73 | 0.64 |
| Hex | E6 | B0 | 60 | 0 | 17 | 3A | A | 24 | 49 | 40 |
| Octal | 346 | 260 | 140 | 0 | 27 | 72 | 12 | 44 | 111 | 100 |
| Binary | 11100110 | 10110000 | 1100000 | 0 | 10111 | 111010 | 1010 | 100100 | 1001001 | 1000000 |
Color Harmonies of #E6B060
Complementary color
Monochromatic Colors of #E6B060
Black with #E6B060
Text Example
Text Example
White with #E6B060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B060; }
p { color: rgb(230,176,96); }
H1.HeaderClassName
{
color: #E6B060;
}
.AnyTagClassName
{
color: #E6B060;
}
</style>
background-color css
<style>
a { background-color: #E6B060; }
a { background-color: rgb(230,176,96); }
div.DivClassName
{
background-color: #E6B060;
}
.BgClassName
{
background-color: #E6B060;
}
</style>
border-color css
<style>
span { border-color: #E6B060; }
span { border-color: rgb(230,176,96); }
td.TdClassName
{
border-color: #E6B060;
}
.TagClassName
{
border-color: #E6B060;
}
</style>