Shades of Harvest Gold #EFBA73
Tints of Harvest Gold #EFBA73
RGB
CMYK
RGB Variations
Color information
#EFBA73 (or 0xEFBA73) is known color: Harvest Gold. HEX triplet: EF, BA and 73. RGB value is (239,186,115). Sum of RGB (Red+Green+Blue) = 239+186+115=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA73 is #10458C. Grayscale: #C2C2C2. Windows color (decimal): -1066381 or 7584495. OLE color: 7584495.
HSL color Cylindrical-coordinate representation of color #EFBA73: hue angle of 34.35º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFBA73 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 115 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.06 |
| HSL | 34.35º | 0.79% | 0.69% | - |
| HSV(B) | 34.35º | 0.52% | 0.94% | - |
| XYZ | 56.25 | 54.71 | 23.81 | - |
| YUV | 193.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 115 | 0 | 0.22 | 0.52 | 0.06 | 34.35 | 0.79 | 0.69 |
| Hex | EF | BA | 73 | 0 | 16 | 34 | 6 | 22 | 4F | 45 |
| Octal | 357 | 272 | 163 | 0 | 26 | 64 | 6 | 42 | 117 | 105 |
| Binary | 11101111 | 10111010 | 1110011 | 0 | 10110 | 110100 | 110 | 100010 | 1001111 | 1000101 |
Color Harmonies of #EFBA73
Complementary color
Monochromatic Colors of #EFBA73
Black with #EFBA73
Text Example
Text Example
White with #EFBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA73; }
p { color: rgb(239,186,115); }
H1.HeaderClassName
{
color: #EFBA73;
}
.AnyTagClassName
{
color: #EFBA73;
}
</style>
background-color css
<style>
a { background-color: #EFBA73; }
a { background-color: rgb(239,186,115); }
div.DivClassName
{
background-color: #EFBA73;
}
.BgClassName
{
background-color: #EFBA73;
}
</style>
border-color css
<style>
span { border-color: #EFBA73; }
span { border-color: rgb(239,186,115); }
td.TdClassName
{
border-color: #EFBA73;
}
.TagClassName
{
border-color: #EFBA73;
}
</style>