Shades of Harvest Gold #EFC062
Tints of Harvest Gold #EFC062
RGB
CMYK
RGB Variations
Color information
#EFC062 (or 0xEFC062) is known color: Harvest Gold. HEX triplet: EF, C0 and 62. RGB value is (239,192,98). Sum of RGB (Red+Green+Blue) = 239+192+98=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC062 is #103F9D. Grayscale: #C3C3C3. Windows color (decimal): -1064862 or 6471919. OLE color: 6471919.
HSL color Cylindrical-coordinate representation of color #EFC062: hue angle of 40º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFC062 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 98 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.06 |
| HSL | 40º | 0.82% | 0.66% | - |
| HSV(B) | 40º | 0.59% | 0.94% | - |
| XYZ | 56.65 | 56.93 | 19.56 | - |
| YUV | 195.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 98 | 0 | 0.20 | 0.59 | 0.06 | 40 | 0.82 | 0.66 |
| Hex | EF | C0 | 62 | 0 | 14 | 3B | 6 | 28 | 52 | 42 |
| Octal | 357 | 300 | 142 | 0 | 24 | 73 | 6 | 50 | 122 | 102 |
| Binary | 11101111 | 11000000 | 1100010 | 0 | 10100 | 111011 | 110 | 101000 | 1010010 | 1000010 |
Color Harmonies of #EFC062
Complementary color
Monochromatic Colors of #EFC062
Black with #EFC062
Text Example
Text Example
White with #EFC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC062; }
p { color: rgb(239,192,98); }
H1.HeaderClassName
{
color: #EFC062;
}
.AnyTagClassName
{
color: #EFC062;
}
</style>
background-color css
<style>
a { background-color: #EFC062; }
a { background-color: rgb(239,192,98); }
div.DivClassName
{
background-color: #EFC062;
}
.BgClassName
{
background-color: #EFC062;
}
</style>
border-color css
<style>
span { border-color: #EFC062; }
span { border-color: rgb(239,192,98); }
td.TdClassName
{
border-color: #EFC062;
}
.TagClassName
{
border-color: #EFC062;
}
</style>