Shades of Harvest Gold #EFC075
Tints of Harvest Gold #EFC075
RGB
CMYK
RGB Variations
Color information
#EFC075 (or 0xEFC075) is known color: Harvest Gold. HEX triplet: EF, C0 and 75. RGB value is (239,192,117). Sum of RGB (Red+Green+Blue) = 239+192+117=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC075 is #103F8A. Grayscale: #C5C5C5. Windows color (decimal): -1064843 or 7717103. OLE color: 7717103.
HSL color Cylindrical-coordinate representation of color #EFC075: hue angle of 36.89º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFC075 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 117 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.06 |
| HSL | 36.89º | 0.79% | 0.7% | - |
| HSV(B) | 36.89º | 0.51% | 0.94% | - |
| XYZ | 57.66 | 57.33 | 24.86 | - |
| YUV | 197.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 117 | 0 | 0.20 | 0.51 | 0.06 | 36.89 | 0.79 | 0.7 |
| Hex | EF | C0 | 75 | 0 | 14 | 33 | 6 | 25 | 4F | 46 |
| Octal | 357 | 300 | 165 | 0 | 24 | 63 | 6 | 45 | 117 | 106 |
| Binary | 11101111 | 11000000 | 1110101 | 0 | 10100 | 110011 | 110 | 100101 | 1001111 | 1000110 |
Color Harmonies of #EFC075
Complementary color
Monochromatic Colors of #EFC075
Black with #EFC075
Text Example
Text Example
White with #EFC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC075; }
p { color: rgb(239,192,117); }
H1.HeaderClassName
{
color: #EFC075;
}
.AnyTagClassName
{
color: #EFC075;
}
</style>
background-color css
<style>
a { background-color: #EFC075; }
a { background-color: rgb(239,192,117); }
div.DivClassName
{
background-color: #EFC075;
}
.BgClassName
{
background-color: #EFC075;
}
</style>
border-color css
<style>
span { border-color: #EFC075; }
span { border-color: rgb(239,192,117); }
td.TdClassName
{
border-color: #EFC075;
}
.TagClassName
{
border-color: #EFC075;
}
</style>