Shades of Harvest Gold #EFB470
Tints of Harvest Gold #EFB470
RGB
CMYK
RGB Variations
Color information
#EFB470 (or 0xEFB470) is known color: Harvest Gold. HEX triplet: EF, B4 and 70. RGB value is (239,180,112). Sum of RGB (Red+Green+Blue) = 239+180+112=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB470 is #104B8F. Grayscale: #BEBEBE. Windows color (decimal): -1067920 or 7386351. OLE color: 7386351.
HSL color Cylindrical-coordinate representation of color #EFB470: hue angle of 32.13º 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 #EFB470 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 112 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.06 |
| HSL | 32.13º | 0.8% | 0.69% | - |
| HSV(B) | 32.13º | 0.53% | 0.94% | - |
| XYZ | 54.84 | 52.16 | 22.51 | - |
| YUV | 189.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 112 | 0 | 0.25 | 0.53 | 0.06 | 32.13 | 0.8 | 0.69 |
| Hex | EF | B4 | 70 | 0 | 19 | 35 | 6 | 20 | 50 | 45 |
| Octal | 357 | 264 | 160 | 0 | 31 | 65 | 6 | 40 | 120 | 105 |
| Binary | 11101111 | 10110100 | 1110000 | 0 | 11001 | 110101 | 110 | 100000 | 1010000 | 1000101 |
Color Harmonies of #EFB470
Complementary color
Monochromatic Colors of #EFB470
Black with #EFB470
Text Example
Text Example
White with #EFB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB470; }
p { color: rgb(239,180,112); }
H1.HeaderClassName
{
color: #EFB470;
}
.AnyTagClassName
{
color: #EFB470;
}
</style>
background-color css
<style>
a { background-color: #EFB470; }
a { background-color: rgb(239,180,112); }
div.DivClassName
{
background-color: #EFB470;
}
.BgClassName
{
background-color: #EFB470;
}
</style>
border-color css
<style>
span { border-color: #EFB470; }
span { border-color: rgb(239,180,112); }
td.TdClassName
{
border-color: #EFB470;
}
.TagClassName
{
border-color: #EFB470;
}
</style>