Shades of Harvest Gold #EFAD68
Tints of Harvest Gold #EFAD68
RGB
CMYK
RGB Variations
Color information
#EFAD68 (or 0xEFAD68) is known color: Harvest Gold. HEX triplet: EF, AD and 68. RGB value is (239,173,104). Sum of RGB (Red+Green+Blue) = 239+173+104=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD68 is #105297. Grayscale: #B9B9B9. Windows color (decimal): -1069720 or 6860271. OLE color: 6860271.
HSL color Cylindrical-coordinate representation of color #EFAD68: hue angle of 30.67º 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 #EFAD68 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 104 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.06 |
| HSL | 30.67º | 0.81% | 0.67% | - |
| HSV(B) | 30.67º | 0.56% | 0.94% | - |
| XYZ | 53.04 | 49.24 | 19.81 | - |
| YUV | 184.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 104 | 0 | 0.28 | 0.56 | 0.06 | 30.67 | 0.81 | 0.67 |
| Hex | EF | AD | 68 | 0 | 1C | 38 | 6 | 1F | 51 | 43 |
| Octal | 357 | 255 | 150 | 0 | 34 | 70 | 6 | 37 | 121 | 103 |
| Binary | 11101111 | 10101101 | 1101000 | 0 | 11100 | 111000 | 110 | 11111 | 1010001 | 1000011 |
Color Harmonies of #EFAD68
Complementary color
Monochromatic Colors of #EFAD68
Black with #EFAD68
Text Example
Text Example
White with #EFAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD68; }
p { color: rgb(239,173,104); }
H1.HeaderClassName
{
color: #EFAD68;
}
.AnyTagClassName
{
color: #EFAD68;
}
</style>
background-color css
<style>
a { background-color: #EFAD68; }
a { background-color: rgb(239,173,104); }
div.DivClassName
{
background-color: #EFAD68;
}
.BgClassName
{
background-color: #EFAD68;
}
</style>
border-color css
<style>
span { border-color: #EFAD68; }
span { border-color: rgb(239,173,104); }
td.TdClassName
{
border-color: #EFAD68;
}
.TagClassName
{
border-color: #EFAD68;
}
</style>