Shades of Harvest Gold #EFBC6D
Tints of Harvest Gold #EFBC6D
RGB
CMYK
RGB Variations
Color information
#EFBC6D (or 0xEFBC6D) is known color: Harvest Gold. HEX triplet: EF, BC and 6D. RGB value is (239,188,109). Sum of RGB (Red+Green+Blue) = 239+188+109=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC6D is #104392. Grayscale: #C2C2C2. Windows color (decimal): -1065875 or 7191791. OLE color: 7191791.
HSL color Cylindrical-coordinate representation of color #EFBC6D: hue angle of 36.46º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFBC6D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 109 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.06 |
| HSL | 36.46º | 0.8% | 0.68% | - |
| HSV(B) | 36.46º | 0.54% | 0.94% | - |
| XYZ | 56.34 | 55.42 | 22.2 | - |
| YUV | 194.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 109 | 0 | 0.21 | 0.54 | 0.06 | 36.46 | 0.8 | 0.68 |
| Hex | EF | BC | 6D | 0 | 15 | 36 | 6 | 24 | 50 | 44 |
| Octal | 357 | 274 | 155 | 0 | 25 | 66 | 6 | 44 | 120 | 104 |
| Binary | 11101111 | 10111100 | 1101101 | 0 | 10101 | 110110 | 110 | 100100 | 1010000 | 1000100 |
Color Harmonies of #EFBC6D
Complementary color
Monochromatic Colors of #EFBC6D
Black with #EFBC6D
Text Example
Text Example
White with #EFBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC6D; }
p { color: rgb(239,188,109); }
H1.HeaderClassName
{
color: #EFBC6D;
}
.AnyTagClassName
{
color: #EFBC6D;
}
</style>
background-color css
<style>
a { background-color: #EFBC6D; }
a { background-color: rgb(239,188,109); }
div.DivClassName
{
background-color: #EFBC6D;
}
.BgClassName
{
background-color: #EFBC6D;
}
</style>
border-color css
<style>
span { border-color: #EFBC6D; }
span { border-color: rgb(239,188,109); }
td.TdClassName
{
border-color: #EFBC6D;
}
.TagClassName
{
border-color: #EFBC6D;
}
</style>