Shades of Harvest Gold #EFC170
Tints of Harvest Gold #EFC170
RGB
CMYK
RGB Variations
Color information
#EFC170 (or 0xEFC170) is known color: Harvest Gold. HEX triplet: EF, C1 and 70. RGB value is (239,193,112). Sum of RGB (Red+Green+Blue) = 239+193+112=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC170 is #103E8F. Grayscale: #C5C5C5. Windows color (decimal): -1064592 or 7389679. OLE color: 7389679.
HSL color Cylindrical-coordinate representation of color #EFC170: hue angle of 38.27º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFC170 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 112 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.06 |
| HSL | 38.27º | 0.8% | 0.69% | - |
| HSV(B) | 38.27º | 0.53% | 0.94% | - |
| XYZ | 57.59 | 57.66 | 23.42 | - |
| YUV | 197.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 112 | 0 | 0.19 | 0.53 | 0.06 | 38.27 | 0.8 | 0.69 |
| Hex | EF | C1 | 70 | 0 | 13 | 35 | 6 | 26 | 50 | 45 |
| Octal | 357 | 301 | 160 | 0 | 23 | 65 | 6 | 46 | 120 | 105 |
| Binary | 11101111 | 11000001 | 1110000 | 0 | 10011 | 110101 | 110 | 100110 | 1010000 | 1000101 |
Color Harmonies of #EFC170
Complementary color
Monochromatic Colors of #EFC170
Black with #EFC170
Text Example
Text Example
White with #EFC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC170; }
p { color: rgb(239,193,112); }
H1.HeaderClassName
{
color: #EFC170;
}
.AnyTagClassName
{
color: #EFC170;
}
</style>
background-color css
<style>
a { background-color: #EFC170; }
a { background-color: rgb(239,193,112); }
div.DivClassName
{
background-color: #EFC170;
}
.BgClassName
{
background-color: #EFC170;
}
</style>
border-color css
<style>
span { border-color: #EFC170; }
span { border-color: rgb(239,193,112); }
td.TdClassName
{
border-color: #EFC170;
}
.TagClassName
{
border-color: #EFC170;
}
</style>