Shades of Harvest Gold #EFC06A
Tints of Harvest Gold #EFC06A
RGB
CMYK
RGB Variations
Color information
#EFC06A (or 0xEFC06A) is known color: Harvest Gold. HEX triplet: EF, C0 and 6A. RGB value is (239,192,106). Sum of RGB (Red+Green+Blue) = 239+192+106=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC06A is #103F95. Grayscale: #C4C4C4. Windows color (decimal): -1064854 or 6996207. OLE color: 6996207.
HSL color Cylindrical-coordinate representation of color #EFC06A: hue angle of 38.8º 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 #EFC06A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 106 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.06 |
| HSL | 38.8º | 0.81% | 0.68% | - |
| HSV(B) | 38.8º | 0.56% | 0.94% | - |
| XYZ | 57.05 | 57.09 | 21.65 | - |
| YUV | 196.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 106 | 0 | 0.20 | 0.56 | 0.06 | 38.8 | 0.81 | 0.68 |
| Hex | EF | C0 | 6A | 0 | 14 | 38 | 6 | 27 | 51 | 44 |
| Octal | 357 | 300 | 152 | 0 | 24 | 70 | 6 | 47 | 121 | 104 |
| Binary | 11101111 | 11000000 | 1101010 | 0 | 10100 | 111000 | 110 | 100111 | 1010001 | 1000100 |
Color Harmonies of #EFC06A
Complementary color
Monochromatic Colors of #EFC06A
Black with #EFC06A
Text Example
Text Example
White with #EFC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC06A; }
p { color: rgb(239,192,106); }
H1.HeaderClassName
{
color: #EFC06A;
}
.AnyTagClassName
{
color: #EFC06A;
}
</style>
background-color css
<style>
a { background-color: #EFC06A; }
a { background-color: rgb(239,192,106); }
div.DivClassName
{
background-color: #EFC06A;
}
.BgClassName
{
background-color: #EFC06A;
}
</style>
border-color css
<style>
span { border-color: #EFC06A; }
span { border-color: rgb(239,192,106); }
td.TdClassName
{
border-color: #EFC06A;
}
.TagClassName
{
border-color: #EFC06A;
}
</style>