Shades of Harvest Gold #EFBA6A
Tints of Harvest Gold #EFBA6A
RGB
CMYK
RGB Variations
Color information
#EFBA6A (or 0xEFBA6A) is known color: Harvest Gold. HEX triplet: EF, BA and 6A. RGB value is (239,186,106). Sum of RGB (Red+Green+Blue) = 239+186+106=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA6A is #104595. Grayscale: #C1C1C1. Windows color (decimal): -1066390 or 6994671. OLE color: 6994671.
HSL color Cylindrical-coordinate representation of color #EFBA6A: hue angle of 36.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFBA6A is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 106 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.06 |
| HSL | 36.09º | 0.81% | 0.68% | - |
| HSV(B) | 36.09º | 0.56% | 0.94% | - |
| XYZ | 55.76 | 54.51 | 21.22 | - |
| YUV | 192.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 106 | 0 | 0.22 | 0.56 | 0.06 | 36.09 | 0.81 | 0.68 |
| Hex | EF | BA | 6A | 0 | 16 | 38 | 6 | 24 | 51 | 44 |
| Octal | 357 | 272 | 152 | 0 | 26 | 70 | 6 | 44 | 121 | 104 |
| Binary | 11101111 | 10111010 | 1101010 | 0 | 10110 | 111000 | 110 | 100100 | 1010001 | 1000100 |
Color Harmonies of #EFBA6A
Complementary color
Monochromatic Colors of #EFBA6A
Black with #EFBA6A
Text Example
Text Example
White with #EFBA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA6A; }
p { color: rgb(239,186,106); }
H1.HeaderClassName
{
color: #EFBA6A;
}
.AnyTagClassName
{
color: #EFBA6A;
}
</style>
background-color css
<style>
a { background-color: #EFBA6A; }
a { background-color: rgb(239,186,106); }
div.DivClassName
{
background-color: #EFBA6A;
}
.BgClassName
{
background-color: #EFBA6A;
}
</style>
border-color css
<style>
span { border-color: #EFBA6A; }
span { border-color: rgb(239,186,106); }
td.TdClassName
{
border-color: #EFBA6A;
}
.TagClassName
{
border-color: #EFBA6A;
}
</style>