Shades of Harvest Gold #EFC166
Tints of Harvest Gold #EFC166
RGB
CMYK
RGB Variations
Color information
#EFC166 (or 0xEFC166) is known color: Harvest Gold. HEX triplet: EF, C1 and 66. RGB value is (239,193,102). Sum of RGB (Red+Green+Blue) = 239+193+102=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC166 is #103E99. Grayscale: #C4C4C4. Windows color (decimal): -1064602 or 6734319. OLE color: 6734319.
HSL color Cylindrical-coordinate representation of color #EFC166: hue angle of 39.85º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFC166 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 102 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.06 |
| HSL | 39.85º | 0.81% | 0.67% | - |
| HSV(B) | 39.85º | 0.57% | 0.94% | - |
| XYZ | 57.06 | 57.45 | 20.65 | - |
| YUV | 196.38 | 74.74 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 102 | 0 | 0.19 | 0.57 | 0.06 | 39.85 | 0.81 | 0.67 |
| Hex | EF | C1 | 66 | 0 | 13 | 39 | 6 | 28 | 51 | 43 |
| Octal | 357 | 301 | 146 | 0 | 23 | 71 | 6 | 50 | 121 | 103 |
| Binary | 11101111 | 11000001 | 1100110 | 0 | 10011 | 111001 | 110 | 101000 | 1010001 | 1000011 |
Color Harmonies of #EFC166
Complementary color
Monochromatic Colors of #EFC166
Black with #EFC166
Text Example
Text Example
White with #EFC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC166; }
p { color: rgb(239,193,102); }
H1.HeaderClassName
{
color: #EFC166;
}
.AnyTagClassName
{
color: #EFC166;
}
</style>
background-color css
<style>
a { background-color: #EFC166; }
a { background-color: rgb(239,193,102); }
div.DivClassName
{
background-color: #EFC166;
}
.BgClassName
{
background-color: #EFC166;
}
</style>
border-color css
<style>
span { border-color: #EFC166; }
span { border-color: rgb(239,193,102); }
td.TdClassName
{
border-color: #EFC166;
}
.TagClassName
{
border-color: #EFC166;
}
</style>