Shades of Harvest Gold #EFB471
Tints of Harvest Gold #EFB471
RGB
CMYK
RGB Variations
Color information
#EFB471 (or 0xEFB471) is known color: Harvest Gold. HEX triplet: EF, B4 and 71. RGB value is (239,180,113). Sum of RGB (Red+Green+Blue) = 239+180+113=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB471 is #104B8E. Grayscale: #BEBEBE. Windows color (decimal): -1067919 or 7451887. OLE color: 7451887.
HSL color Cylindrical-coordinate representation of color #EFB471: hue angle of 31.9º 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 #EFB471 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 113 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.06 |
| HSL | 31.9º | 0.8% | 0.69% | - |
| HSV(B) | 31.9º | 0.53% | 0.94% | - |
| XYZ | 54.9 | 52.19 | 22.8 | - |
| YUV | 190 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 113 | 0 | 0.25 | 0.53 | 0.06 | 31.9 | 0.8 | 0.69 |
| Hex | EF | B4 | 71 | 0 | 19 | 35 | 6 | 20 | 50 | 45 |
| Octal | 357 | 264 | 161 | 0 | 31 | 65 | 6 | 40 | 120 | 105 |
| Binary | 11101111 | 10110100 | 1110001 | 0 | 11001 | 110101 | 110 | 100000 | 1010000 | 1000101 |
Color Harmonies of #EFB471
Complementary color
Monochromatic Colors of #EFB471
Black with #EFB471
Text Example
Text Example
White with #EFB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB471; }
p { color: rgb(239,180,113); }
H1.HeaderClassName
{
color: #EFB471;
}
.AnyTagClassName
{
color: #EFB471;
}
</style>
background-color css
<style>
a { background-color: #EFB471; }
a { background-color: rgb(239,180,113); }
div.DivClassName
{
background-color: #EFB471;
}
.BgClassName
{
background-color: #EFB471;
}
</style>
border-color css
<style>
span { border-color: #EFB471; }
span { border-color: rgb(239,180,113); }
td.TdClassName
{
border-color: #EFB471;
}
.TagClassName
{
border-color: #EFB471;
}
</style>