Shades of Harvest Gold #EFAF68
Tints of Harvest Gold #EFAF68
RGB
CMYK
RGB Variations
Color information
#EFAF68 (or 0xEFAF68) is known color: Harvest Gold. HEX triplet: EF, AF and 68. RGB value is (239,175,104). Sum of RGB (Red+Green+Blue) = 239+175+104=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF68 is #105097. Grayscale: #BABABA. Windows color (decimal): -1069208 or 6860783. OLE color: 6860783.
HSL color Cylindrical-coordinate representation of color #EFAF68: hue angle of 31.56º 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 #EFAF68 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 104 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.06 |
| HSL | 31.56º | 0.81% | 0.67% | - |
| HSV(B) | 31.56º | 0.56% | 0.94% | - |
| XYZ | 53.43 | 50.01 | 19.93 | - |
| YUV | 186.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 104 | 0 | 0.27 | 0.56 | 0.06 | 31.56 | 0.81 | 0.67 |
| Hex | EF | AF | 68 | 0 | 1B | 38 | 6 | 20 | 51 | 43 |
| Octal | 357 | 257 | 150 | 0 | 33 | 70 | 6 | 40 | 121 | 103 |
| Binary | 11101111 | 10101111 | 1101000 | 0 | 11011 | 111000 | 110 | 100000 | 1010001 | 1000011 |
Color Harmonies of #EFAF68
Complementary color
Monochromatic Colors of #EFAF68
Black with #EFAF68
Text Example
Text Example
White with #EFAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF68; }
p { color: rgb(239,175,104); }
H1.HeaderClassName
{
color: #EFAF68;
}
.AnyTagClassName
{
color: #EFAF68;
}
</style>
background-color css
<style>
a { background-color: #EFAF68; }
a { background-color: rgb(239,175,104); }
div.DivClassName
{
background-color: #EFAF68;
}
.BgClassName
{
background-color: #EFAF68;
}
</style>
border-color css
<style>
span { border-color: #EFAF68; }
span { border-color: rgb(239,175,104); }
td.TdClassName
{
border-color: #EFAF68;
}
.TagClassName
{
border-color: #EFAF68;
}
</style>