Shades of Harvest Gold #EFBC70
Tints of Harvest Gold #EFBC70
RGB
CMYK
RGB Variations
Color information
#EFBC70 (or 0xEFBC70) is known color: Harvest Gold. HEX triplet: EF, BC and 70. RGB value is (239,188,112). Sum of RGB (Red+Green+Blue) = 239+188+112=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC70 is #10438F. Grayscale: #C2C2C2. Windows color (decimal): -1065872 or 7388399. OLE color: 7388399.
HSL color Cylindrical-coordinate representation of color #EFBC70: hue angle of 35.91º 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 #EFBC70 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 112 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.06 |
| HSL | 35.91º | 0.8% | 0.69% | - |
| HSV(B) | 35.91º | 0.53% | 0.94% | - |
| XYZ | 56.5 | 55.49 | 23.06 | - |
| YUV | 194.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 112 | 0 | 0.21 | 0.53 | 0.06 | 35.91 | 0.8 | 0.69 |
| Hex | EF | BC | 70 | 0 | 15 | 35 | 6 | 24 | 50 | 45 |
| Octal | 357 | 274 | 160 | 0 | 25 | 65 | 6 | 44 | 120 | 105 |
| Binary | 11101111 | 10111100 | 1110000 | 0 | 10101 | 110101 | 110 | 100100 | 1010000 | 1000101 |
Color Harmonies of #EFBC70
Complementary color
Monochromatic Colors of #EFBC70
Black with #EFBC70
Text Example
Text Example
White with #EFBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC70; }
p { color: rgb(239,188,112); }
H1.HeaderClassName
{
color: #EFBC70;
}
.AnyTagClassName
{
color: #EFBC70;
}
</style>
background-color css
<style>
a { background-color: #EFBC70; }
a { background-color: rgb(239,188,112); }
div.DivClassName
{
background-color: #EFBC70;
}
.BgClassName
{
background-color: #EFBC70;
}
</style>
border-color css
<style>
span { border-color: #EFBC70; }
span { border-color: rgb(239,188,112); }
td.TdClassName
{
border-color: #EFBC70;
}
.TagClassName
{
border-color: #EFBC70;
}
</style>