Shades of Harvest Gold #EFBE6C
Tints of Harvest Gold #EFBE6C
RGB
CMYK
RGB Variations
Color information
#EFBE6C (or 0xEFBE6C) is known color: Harvest Gold. HEX triplet: EF, BE and 6C. RGB value is (239,190,108). Sum of RGB (Red+Green+Blue) = 239+190+108=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE6C is #104193. Grayscale: #C3C3C3. Windows color (decimal): -1065364 or 7126767. OLE color: 7126767.
HSL color Cylindrical-coordinate representation of color #EFBE6C: hue angle of 37.56º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFBE6C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 108 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.06 |
| HSL | 37.56º | 0.8% | 0.68% | - |
| HSV(B) | 37.56º | 0.55% | 0.94% | - |
| XYZ | 56.72 | 56.26 | 22.06 | - |
| YUV | 195.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 108 | 0 | 0.21 | 0.55 | 0.06 | 37.56 | 0.8 | 0.68 |
| Hex | EF | BE | 6C | 0 | 15 | 37 | 6 | 26 | 50 | 44 |
| Octal | 357 | 276 | 154 | 0 | 25 | 67 | 6 | 46 | 120 | 104 |
| Binary | 11101111 | 10111110 | 1101100 | 0 | 10101 | 110111 | 110 | 100110 | 1010000 | 1000100 |
Color Harmonies of #EFBE6C
Complementary color
Monochromatic Colors of #EFBE6C
Black with #EFBE6C
Text Example
Text Example
White with #EFBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE6C; }
p { color: rgb(239,190,108); }
H1.HeaderClassName
{
color: #EFBE6C;
}
.AnyTagClassName
{
color: #EFBE6C;
}
</style>
background-color css
<style>
a { background-color: #EFBE6C; }
a { background-color: rgb(239,190,108); }
div.DivClassName
{
background-color: #EFBE6C;
}
.BgClassName
{
background-color: #EFBE6C;
}
</style>
border-color css
<style>
span { border-color: #EFBE6C; }
span { border-color: rgb(239,190,108); }
td.TdClassName
{
border-color: #EFBE6C;
}
.TagClassName
{
border-color: #EFBE6C;
}
</style>