Shades of Harvest Gold #EFC174
Tints of Harvest Gold #EFC174
RGB
CMYK
RGB Variations
Color information
#EFC174 (or 0xEFC174) is known color: Harvest Gold. HEX triplet: EF, C1 and 74. RGB value is (239,193,116). Sum of RGB (Red+Green+Blue) = 239+193+116=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC174 is #103E8B. Grayscale: #C6C6C6. Windows color (decimal): -1064588 or 7651823. OLE color: 7651823.
HSL color Cylindrical-coordinate representation of color #EFC174: hue angle of 37.56º 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 #EFC174 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 116 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.06 |
| HSL | 37.56º | 0.79% | 0.7% | - |
| HSV(B) | 37.56º | 0.51% | 0.94% | - |
| XYZ | 57.82 | 57.75 | 24.62 | - |
| YUV | 197.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 116 | 0 | 0.19 | 0.51 | 0.06 | 37.56 | 0.79 | 0.7 |
| Hex | EF | C1 | 74 | 0 | 13 | 33 | 6 | 26 | 4F | 46 |
| Octal | 357 | 301 | 164 | 0 | 23 | 63 | 6 | 46 | 117 | 106 |
| Binary | 11101111 | 11000001 | 1110100 | 0 | 10011 | 110011 | 110 | 100110 | 1001111 | 1000110 |
Color Harmonies of #EFC174
Complementary color
Monochromatic Colors of #EFC174
Black with #EFC174
Text Example
Text Example
White with #EFC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC174; }
p { color: rgb(239,193,116); }
H1.HeaderClassName
{
color: #EFC174;
}
.AnyTagClassName
{
color: #EFC174;
}
</style>
background-color css
<style>
a { background-color: #EFC174; }
a { background-color: rgb(239,193,116); }
div.DivClassName
{
background-color: #EFC174;
}
.BgClassName
{
background-color: #EFC174;
}
</style>
border-color css
<style>
span { border-color: #EFC174; }
span { border-color: rgb(239,193,116); }
td.TdClassName
{
border-color: #EFC174;
}
.TagClassName
{
border-color: #EFC174;
}
</style>