Shades of Harvest Gold #EFC165
Tints of Harvest Gold #EFC165
RGB
CMYK
RGB Variations
Color information
#EFC165 (or 0xEFC165) is known color: Harvest Gold. HEX triplet: EF, C1 and 65. RGB value is (239,193,101). Sum of RGB (Red+Green+Blue) = 239+193+101=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC165 is #103E9A. Grayscale: #C4C4C4. Windows color (decimal): -1064603 or 6668783. OLE color: 6668783.
HSL color Cylindrical-coordinate representation of color #EFC165: hue angle of 40º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFC165 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 101 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.06 |
| HSL | 40º | 0.81% | 0.67% | - |
| HSV(B) | 40º | 0.58% | 0.94% | - |
| XYZ | 57.02 | 57.43 | 20.39 | - |
| YUV | 196.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 101 | 0 | 0.19 | 0.58 | 0.06 | 40 | 0.81 | 0.67 |
| Hex | EF | C1 | 65 | 0 | 13 | 3A | 6 | 28 | 51 | 43 |
| Octal | 357 | 301 | 145 | 0 | 23 | 72 | 6 | 50 | 121 | 103 |
| Binary | 11101111 | 11000001 | 1100101 | 0 | 10011 | 111010 | 110 | 101000 | 1010001 | 1000011 |
Color Harmonies of #EFC165
Complementary color
Monochromatic Colors of #EFC165
Black with #EFC165
Text Example
Text Example
White with #EFC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC165; }
p { color: rgb(239,193,101); }
H1.HeaderClassName
{
color: #EFC165;
}
.AnyTagClassName
{
color: #EFC165;
}
</style>
background-color css
<style>
a { background-color: #EFC165; }
a { background-color: rgb(239,193,101); }
div.DivClassName
{
background-color: #EFC165;
}
.BgClassName
{
background-color: #EFC165;
}
</style>
border-color css
<style>
span { border-color: #EFC165; }
span { border-color: rgb(239,193,101); }
td.TdClassName
{
border-color: #EFC165;
}
.TagClassName
{
border-color: #EFC165;
}
</style>