Shades of Harvest Gold #EFB971
Tints of Harvest Gold #EFB971
RGB
CMYK
RGB Variations
Color information
#EFB971 (or 0xEFB971) is known color: Harvest Gold. HEX triplet: EF, B9 and 71. RGB value is (239,185,113). Sum of RGB (Red+Green+Blue) = 239+185+113=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB971 is #10468E. Grayscale: #C1C1C1. Windows color (decimal): -1066639 or 7453167. OLE color: 7453167.
HSL color Cylindrical-coordinate representation of color #EFB971: hue angle of 34.29º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFB971 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 113 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.06 |
| HSL | 34.29º | 0.8% | 0.69% | - |
| HSV(B) | 34.29º | 0.53% | 0.94% | - |
| XYZ | 55.93 | 54.24 | 23.14 | - |
| YUV | 192.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 113 | 0 | 0.23 | 0.53 | 0.06 | 34.29 | 0.8 | 0.69 |
| Hex | EF | B9 | 71 | 0 | 17 | 35 | 6 | 22 | 50 | 45 |
| Octal | 357 | 271 | 161 | 0 | 27 | 65 | 6 | 42 | 120 | 105 |
| Binary | 11101111 | 10111001 | 1110001 | 0 | 10111 | 110101 | 110 | 100010 | 1010000 | 1000101 |
Color Harmonies of #EFB971
Complementary color
Monochromatic Colors of #EFB971
Black with #EFB971
Text Example
Text Example
White with #EFB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB971; }
p { color: rgb(239,185,113); }
H1.HeaderClassName
{
color: #EFB971;
}
.AnyTagClassName
{
color: #EFB971;
}
</style>
background-color css
<style>
a { background-color: #EFB971; }
a { background-color: rgb(239,185,113); }
div.DivClassName
{
background-color: #EFB971;
}
.BgClassName
{
background-color: #EFB971;
}
</style>
border-color css
<style>
span { border-color: #EFB971; }
span { border-color: rgb(239,185,113); }
td.TdClassName
{
border-color: #EFB971;
}
.TagClassName
{
border-color: #EFB971;
}
</style>