Shades of Harvest Gold #EFB975
Tints of Harvest Gold #EFB975
RGB
CMYK
RGB Variations
Color information
#EFB975 (or 0xEFB975) is known color: Harvest Gold. HEX triplet: EF, B9 and 75. RGB value is (239,185,117). Sum of RGB (Red+Green+Blue) = 239+185+117=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB975 is #10468A. Grayscale: #C1C1C1. Windows color (decimal): -1066635 or 7715311. OLE color: 7715311.
HSL color Cylindrical-coordinate representation of color #EFB975: hue angle of 33.44º 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 #EFB975 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 117 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.06 |
| HSL | 33.44º | 0.79% | 0.7% | - |
| HSV(B) | 33.44º | 0.51% | 0.94% | - |
| XYZ | 56.16 | 54.33 | 24.36 | - |
| YUV | 193.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 117 | 0 | 0.23 | 0.51 | 0.06 | 33.44 | 0.79 | 0.7 |
| Hex | EF | B9 | 75 | 0 | 17 | 33 | 6 | 21 | 4F | 46 |
| Octal | 357 | 271 | 165 | 0 | 27 | 63 | 6 | 41 | 117 | 106 |
| Binary | 11101111 | 10111001 | 1110101 | 0 | 10111 | 110011 | 110 | 100001 | 1001111 | 1000110 |
Color Harmonies of #EFB975
Complementary color
Monochromatic Colors of #EFB975
Black with #EFB975
Text Example
Text Example
White with #EFB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB975; }
p { color: rgb(239,185,117); }
H1.HeaderClassName
{
color: #EFB975;
}
.AnyTagClassName
{
color: #EFB975;
}
</style>
background-color css
<style>
a { background-color: #EFB975; }
a { background-color: rgb(239,185,117); }
div.DivClassName
{
background-color: #EFB975;
}
.BgClassName
{
background-color: #EFB975;
}
</style>
border-color css
<style>
span { border-color: #EFB975; }
span { border-color: rgb(239,185,117); }
td.TdClassName
{
border-color: #EFB975;
}
.TagClassName
{
border-color: #EFB975;
}
</style>