Shades of Harvest Gold #E6BC60
Tints of Harvest Gold #E6BC60
RGB
CMYK
RGB Variations
Color information
#E6BC60 (or 0xE6BC60) is known color: Harvest Gold. HEX triplet: E6, BC and 60. RGB value is (230,188,96). Sum of RGB (Red+Green+Blue) = 230+188+96=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC60 is #19439F. Grayscale: #BEBEBE. Windows color (decimal): -1655712 or 6339814. OLE color: 6339814.
HSL color Cylindrical-coordinate representation of color #E6BC60: hue angle of 41.19º 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 #E6BC60 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 96 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.10 |
| HSL | 41.19º | 0.73% | 0.64% | - |
| HSV(B) | 41.19º | 0.58% | 0.9% | - |
| XYZ | 52.73 | 53.63 | 18.64 | - |
| YUV | 190.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 96 | 0 | 0.18 | 0.58 | 0.10 | 41.19 | 0.73 | 0.64 |
| Hex | E6 | BC | 60 | 0 | 12 | 3A | A | 29 | 49 | 40 |
| Octal | 346 | 274 | 140 | 0 | 22 | 72 | 12 | 51 | 111 | 100 |
| Binary | 11100110 | 10111100 | 1100000 | 0 | 10010 | 111010 | 1010 | 101001 | 1001001 | 1000000 |
Color Harmonies of #E6BC60
Complementary color
Monochromatic Colors of #E6BC60
Black with #E6BC60
Text Example
Text Example
White with #E6BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC60; }
p { color: rgb(230,188,96); }
H1.HeaderClassName
{
color: #E6BC60;
}
.AnyTagClassName
{
color: #E6BC60;
}
</style>
background-color css
<style>
a { background-color: #E6BC60; }
a { background-color: rgb(230,188,96); }
div.DivClassName
{
background-color: #E6BC60;
}
.BgClassName
{
background-color: #E6BC60;
}
</style>
border-color css
<style>
span { border-color: #E6BC60; }
span { border-color: rgb(230,188,96); }
td.TdClassName
{
border-color: #E6BC60;
}
.TagClassName
{
border-color: #E6BC60;
}
</style>