Shades of Harvest Gold #EFC16F
Tints of Harvest Gold #EFC16F
RGB
CMYK
RGB Variations
Color information
#EFC16F (or 0xEFC16F) is known color: Harvest Gold. HEX triplet: EF, C1 and 6F. RGB value is (239,193,111). Sum of RGB (Red+Green+Blue) = 239+193+111=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC16F is #103E90. Grayscale: #C5C5C5. Windows color (decimal): -1064593 or 7324143. OLE color: 7324143.
HSL color Cylindrical-coordinate representation of color #EFC16F: hue angle of 38.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC16F is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 111 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.06 |
| HSL | 38.44º | 0.8% | 0.69% | - |
| HSV(B) | 38.44º | 0.54% | 0.94% | - |
| XYZ | 57.54 | 57.64 | 23.13 | - |
| YUV | 197.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 111 | 0 | 0.19 | 0.54 | 0.06 | 38.44 | 0.8 | 0.69 |
| Hex | EF | C1 | 6F | 0 | 13 | 36 | 6 | 26 | 50 | 45 |
| Octal | 357 | 301 | 157 | 0 | 23 | 66 | 6 | 46 | 120 | 105 |
| Binary | 11101111 | 11000001 | 1101111 | 0 | 10011 | 110110 | 110 | 100110 | 1010000 | 1000101 |
Color Harmonies of #EFC16F
Complementary color
Monochromatic Colors of #EFC16F
Black with #EFC16F
Text Example
Text Example
White with #EFC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC16F; }
p { color: rgb(239,193,111); }
H1.HeaderClassName
{
color: #EFC16F;
}
.AnyTagClassName
{
color: #EFC16F;
}
</style>
background-color css
<style>
a { background-color: #EFC16F; }
a { background-color: rgb(239,193,111); }
div.DivClassName
{
background-color: #EFC16F;
}
.BgClassName
{
background-color: #EFC16F;
}
</style>
border-color css
<style>
span { border-color: #EFC16F; }
span { border-color: rgb(239,193,111); }
td.TdClassName
{
border-color: #EFC16F;
}
.TagClassName
{
border-color: #EFC16F;
}
</style>