Shades of Harvest Gold #EFC063
Tints of Harvest Gold #EFC063
RGB
CMYK
RGB Variations
Color information
#EFC063 (or 0xEFC063) is known color: Harvest Gold. HEX triplet: EF, C0 and 63. RGB value is (239,192,99). Sum of RGB (Red+Green+Blue) = 239+192+99=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC063 is #103F9C. Grayscale: #C3C3C3. Windows color (decimal): -1064861 or 6537455. OLE color: 6537455.
HSL color Cylindrical-coordinate representation of color #EFC063: hue angle of 39.86º degrees, saturation: 0.81, 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 #EFC063 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 99 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.06 |
| HSL | 39.86º | 0.81% | 0.66% | - |
| HSV(B) | 39.86º | 0.59% | 0.94% | - |
| XYZ | 56.7 | 56.95 | 19.81 | - |
| YUV | 195.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 99 | 0 | 0.20 | 0.59 | 0.06 | 39.86 | 0.81 | 0.66 |
| Hex | EF | C0 | 63 | 0 | 14 | 3B | 6 | 28 | 51 | 42 |
| Octal | 357 | 300 | 143 | 0 | 24 | 73 | 6 | 50 | 121 | 102 |
| Binary | 11101111 | 11000000 | 1100011 | 0 | 10100 | 111011 | 110 | 101000 | 1010001 | 1000010 |
Color Harmonies of #EFC063
Complementary color
Monochromatic Colors of #EFC063
Black with #EFC063
Text Example
Text Example
White with #EFC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC063; }
p { color: rgb(239,192,99); }
H1.HeaderClassName
{
color: #EFC063;
}
.AnyTagClassName
{
color: #EFC063;
}
</style>
background-color css
<style>
a { background-color: #EFC063; }
a { background-color: rgb(239,192,99); }
div.DivClassName
{
background-color: #EFC063;
}
.BgClassName
{
background-color: #EFC063;
}
</style>
border-color css
<style>
span { border-color: #EFC063; }
span { border-color: rgb(239,192,99); }
td.TdClassName
{
border-color: #EFC063;
}
.TagClassName
{
border-color: #EFC063;
}
</style>