Shades of Harvest Gold #EFB960
Tints of Harvest Gold #EFB960
RGB
CMYK
RGB Variations
Color information
#EFB960 (or 0xEFB960) is known color: Harvest Gold. HEX triplet: EF, B9 and 60. RGB value is (239,185,96). Sum of RGB (Red+Green+Blue) = 239+185+96=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB960 is #10469F. Grayscale: #BFBFBF. Windows color (decimal): -1066656 or 6339055. OLE color: 6339055.
HSL color Cylindrical-coordinate representation of color #EFB960: hue angle of 37.34º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFB960 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 96 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.06 |
| HSL | 37.34º | 0.82% | 0.66% | - |
| HSV(B) | 37.34º | 0.6% | 0.94% | - |
| XYZ | 55.06 | 53.89 | 18.57 | - |
| YUV | 191 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 96 | 0 | 0.23 | 0.60 | 0.06 | 37.34 | 0.82 | 0.66 |
| Hex | EF | B9 | 60 | 0 | 17 | 3C | 6 | 25 | 52 | 42 |
| Octal | 357 | 271 | 140 | 0 | 27 | 74 | 6 | 45 | 122 | 102 |
| Binary | 11101111 | 10111001 | 1100000 | 0 | 10111 | 111100 | 110 | 100101 | 1010010 | 1000010 |
Color Harmonies of #EFB960
Complementary color
Monochromatic Colors of #EFB960
Black with #EFB960
Text Example
Text Example
White with #EFB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB960; }
p { color: rgb(239,185,96); }
H1.HeaderClassName
{
color: #EFB960;
}
.AnyTagClassName
{
color: #EFB960;
}
</style>
background-color css
<style>
a { background-color: #EFB960; }
a { background-color: rgb(239,185,96); }
div.DivClassName
{
background-color: #EFB960;
}
.BgClassName
{
background-color: #EFB960;
}
</style>
border-color css
<style>
span { border-color: #EFB960; }
span { border-color: rgb(239,185,96); }
td.TdClassName
{
border-color: #EFB960;
}
.TagClassName
{
border-color: #EFB960;
}
</style>