Shades of Harvest Gold #EFBA70
Tints of Harvest Gold #EFBA70
RGB
CMYK
RGB Variations
Color information
#EFBA70 (or 0xEFBA70) is known color: Harvest Gold. HEX triplet: EF, BA and 70. RGB value is (239,186,112). Sum of RGB (Red+Green+Blue) = 239+186+112=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA70 is #10458F. Grayscale: #C1C1C1. Windows color (decimal): -1066384 or 7387887. OLE color: 7387887.
HSL color Cylindrical-coordinate representation of color #EFBA70: hue angle of 34.96º 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 #EFBA70 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 112 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.06 |
| HSL | 34.96º | 0.8% | 0.69% | - |
| HSV(B) | 34.96º | 0.53% | 0.94% | - |
| XYZ | 56.08 | 54.64 | 22.92 | - |
| YUV | 193.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 112 | 0 | 0.22 | 0.53 | 0.06 | 34.96 | 0.8 | 0.69 |
| Hex | EF | BA | 70 | 0 | 16 | 35 | 6 | 23 | 50 | 45 |
| Octal | 357 | 272 | 160 | 0 | 26 | 65 | 6 | 43 | 120 | 105 |
| Binary | 11101111 | 10111010 | 1110000 | 0 | 10110 | 110101 | 110 | 100011 | 1010000 | 1000101 |
Color Harmonies of #EFBA70
Complementary color
Monochromatic Colors of #EFBA70
Black with #EFBA70
Text Example
Text Example
White with #EFBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA70; }
p { color: rgb(239,186,112); }
H1.HeaderClassName
{
color: #EFBA70;
}
.AnyTagClassName
{
color: #EFBA70;
}
</style>
background-color css
<style>
a { background-color: #EFBA70; }
a { background-color: rgb(239,186,112); }
div.DivClassName
{
background-color: #EFBA70;
}
.BgClassName
{
background-color: #EFBA70;
}
</style>
border-color css
<style>
span { border-color: #EFBA70; }
span { border-color: rgb(239,186,112); }
td.TdClassName
{
border-color: #EFBA70;
}
.TagClassName
{
border-color: #EFBA70;
}
</style>