Shades of Harvest Gold #EFC168
Tints of Harvest Gold #EFC168
RGB
CMYK
RGB Variations
Color information
#EFC168 (or 0xEFC168) is known color: Harvest Gold. HEX triplet: EF, C1 and 68. RGB value is (239,193,104). Sum of RGB (Red+Green+Blue) = 239+193+104=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC168 is #103E97. Grayscale: #C5C5C5. Windows color (decimal): -1064600 or 6865391. OLE color: 6865391.
HSL color Cylindrical-coordinate representation of color #EFC168: hue angle of 39.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC168 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 104 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.06 |
| HSL | 39.56º | 0.81% | 0.67% | - |
| HSV(B) | 39.56º | 0.56% | 0.94% | - |
| XYZ | 57.17 | 57.49 | 21.18 | - |
| YUV | 196.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 104 | 0 | 0.19 | 0.56 | 0.06 | 39.56 | 0.81 | 0.67 |
| Hex | EF | C1 | 68 | 0 | 13 | 38 | 6 | 28 | 51 | 43 |
| Octal | 357 | 301 | 150 | 0 | 23 | 70 | 6 | 50 | 121 | 103 |
| Binary | 11101111 | 11000001 | 1101000 | 0 | 10011 | 111000 | 110 | 101000 | 1010001 | 1000011 |
Color Harmonies of #EFC168
Complementary color
Monochromatic Colors of #EFC168
Black with #EFC168
Text Example
Text Example
White with #EFC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC168; }
p { color: rgb(239,193,104); }
H1.HeaderClassName
{
color: #EFC168;
}
.AnyTagClassName
{
color: #EFC168;
}
</style>
background-color css
<style>
a { background-color: #EFC168; }
a { background-color: rgb(239,193,104); }
div.DivClassName
{
background-color: #EFC168;
}
.BgClassName
{
background-color: #EFC168;
}
</style>
border-color css
<style>
span { border-color: #EFC168; }
span { border-color: rgb(239,193,104); }
td.TdClassName
{
border-color: #EFC168;
}
.TagClassName
{
border-color: #EFC168;
}
</style>