Shades of Harvest Gold #EFBA68
Tints of Harvest Gold #EFBA68
RGB
CMYK
RGB Variations
Color information
#EFBA68 (or 0xEFBA68) is known color: Harvest Gold. HEX triplet: EF, BA and 68. RGB value is (239,186,104). Sum of RGB (Red+Green+Blue) = 239+186+104=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA68 is #104597. Grayscale: #C0C0C0. Windows color (decimal): -1066392 or 6863599. OLE color: 6863599.
HSL color Cylindrical-coordinate representation of color #EFBA68: hue angle of 36.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFBA68 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 104 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.06 |
| HSL | 36.44º | 0.81% | 0.67% | - |
| HSV(B) | 36.44º | 0.56% | 0.94% | - |
| XYZ | 55.65 | 54.47 | 20.68 | - |
| YUV | 192.5 | 78.06 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 104 | 0 | 0.22 | 0.56 | 0.06 | 36.44 | 0.81 | 0.67 |
| Hex | EF | BA | 68 | 0 | 16 | 38 | 6 | 24 | 51 | 43 |
| Octal | 357 | 272 | 150 | 0 | 26 | 70 | 6 | 44 | 121 | 103 |
| Binary | 11101111 | 10111010 | 1101000 | 0 | 10110 | 111000 | 110 | 100100 | 1010001 | 1000011 |
Color Harmonies of #EFBA68
Complementary color
Monochromatic Colors of #EFBA68
Black with #EFBA68
Text Example
Text Example
White with #EFBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA68; }
p { color: rgb(239,186,104); }
H1.HeaderClassName
{
color: #EFBA68;
}
.AnyTagClassName
{
color: #EFBA68;
}
</style>
background-color css
<style>
a { background-color: #EFBA68; }
a { background-color: rgb(239,186,104); }
div.DivClassName
{
background-color: #EFBA68;
}
.BgClassName
{
background-color: #EFBA68;
}
</style>
border-color css
<style>
span { border-color: #EFBA68; }
span { border-color: rgb(239,186,104); }
td.TdClassName
{
border-color: #EFBA68;
}
.TagClassName
{
border-color: #EFBA68;
}
</style>