Shades of Harvest Gold #EFBA60
Tints of Harvest Gold #EFBA60
RGB
CMYK
RGB Variations
Color information
#EFBA60 (or 0xEFBA60) is known color: Harvest Gold. HEX triplet: EF, BA and 60. RGB value is (239,186,96). Sum of RGB (Red+Green+Blue) = 239+186+96=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA60 is #10459F. Grayscale: #C0C0C0. Windows color (decimal): -1066400 or 6339311. OLE color: 6339311.
HSL color Cylindrical-coordinate representation of color #EFBA60: hue angle of 37.76º 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 #EFBA60 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 96 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.06 |
| HSL | 37.76º | 0.82% | 0.66% | - |
| HSV(B) | 37.76º | 0.6% | 0.94% | - |
| XYZ | 55.27 | 54.31 | 18.64 | - |
| YUV | 191.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 96 | 0 | 0.22 | 0.60 | 0.06 | 37.76 | 0.82 | 0.66 |
| Hex | EF | BA | 60 | 0 | 16 | 3C | 6 | 26 | 52 | 42 |
| Octal | 357 | 272 | 140 | 0 | 26 | 74 | 6 | 46 | 122 | 102 |
| Binary | 11101111 | 10111010 | 1100000 | 0 | 10110 | 111100 | 110 | 100110 | 1010010 | 1000010 |
Color Harmonies of #EFBA60
Complementary color
Monochromatic Colors of #EFBA60
Black with #EFBA60
Text Example
Text Example
White with #EFBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA60; }
p { color: rgb(239,186,96); }
H1.HeaderClassName
{
color: #EFBA60;
}
.AnyTagClassName
{
color: #EFBA60;
}
</style>
background-color css
<style>
a { background-color: #EFBA60; }
a { background-color: rgb(239,186,96); }
div.DivClassName
{
background-color: #EFBA60;
}
.BgClassName
{
background-color: #EFBA60;
}
</style>
border-color css
<style>
span { border-color: #EFBA60; }
span { border-color: rgb(239,186,96); }
td.TdClassName
{
border-color: #EFBA60;
}
.TagClassName
{
border-color: #EFBA60;
}
</style>