Shades of Harvest Gold #EFBC6E
Tints of Harvest Gold #EFBC6E
RGB
CMYK
RGB Variations
Color information
#EFBC6E (or 0xEFBC6E) is known color: Harvest Gold. HEX triplet: EF, BC and 6E. RGB value is (239,188,110). Sum of RGB (Red+Green+Blue) = 239+188+110=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC6E is #104391. Grayscale: #C2C2C2. Windows color (decimal): -1065874 or 7257327. OLE color: 7257327.
HSL color Cylindrical-coordinate representation of color #EFBC6E: hue angle of 36.28º 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 #EFBC6E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 110 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.06 |
| HSL | 36.28º | 0.8% | 0.68% | - |
| HSV(B) | 36.28º | 0.54% | 0.94% | - |
| XYZ | 56.39 | 55.44 | 22.48 | - |
| YUV | 194.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 110 | 0 | 0.21 | 0.54 | 0.06 | 36.28 | 0.8 | 0.68 |
| Hex | EF | BC | 6E | 0 | 15 | 36 | 6 | 24 | 50 | 44 |
| Octal | 357 | 274 | 156 | 0 | 25 | 66 | 6 | 44 | 120 | 104 |
| Binary | 11101111 | 10111100 | 1101110 | 0 | 10101 | 110110 | 110 | 100100 | 1010000 | 1000100 |
Color Harmonies of #EFBC6E
Complementary color
Monochromatic Colors of #EFBC6E
Black with #EFBC6E
Text Example
Text Example
White with #EFBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC6E; }
p { color: rgb(239,188,110); }
H1.HeaderClassName
{
color: #EFBC6E;
}
.AnyTagClassName
{
color: #EFBC6E;
}
</style>
background-color css
<style>
a { background-color: #EFBC6E; }
a { background-color: rgb(239,188,110); }
div.DivClassName
{
background-color: #EFBC6E;
}
.BgClassName
{
background-color: #EFBC6E;
}
</style>
border-color css
<style>
span { border-color: #EFBC6E; }
span { border-color: rgb(239,188,110); }
td.TdClassName
{
border-color: #EFBC6E;
}
.TagClassName
{
border-color: #EFBC6E;
}
</style>