Shades of Harvest Gold #EFC069
Tints of Harvest Gold #EFC069
RGB
CMYK
RGB Variations
Color information
#EFC069 (or 0xEFC069) is known color: Harvest Gold. HEX triplet: EF, C0 and 69. RGB value is (239,192,105). Sum of RGB (Red+Green+Blue) = 239+192+105=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC069 is #103F96. Grayscale: #C4C4C4. Windows color (decimal): -1064855 or 6930671. OLE color: 6930671.
HSL color Cylindrical-coordinate representation of color #EFC069: hue angle of 38.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC069 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 105 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.06 |
| HSL | 38.96º | 0.81% | 0.67% | - |
| HSV(B) | 38.96º | 0.56% | 0.94% | - |
| XYZ | 57 | 57.07 | 21.38 | - |
| YUV | 196.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 105 | 0 | 0.20 | 0.56 | 0.06 | 38.96 | 0.81 | 0.67 |
| Hex | EF | C0 | 69 | 0 | 14 | 38 | 6 | 27 | 51 | 43 |
| Octal | 357 | 300 | 151 | 0 | 24 | 70 | 6 | 47 | 121 | 103 |
| Binary | 11101111 | 11000000 | 1101001 | 0 | 10100 | 111000 | 110 | 100111 | 1010001 | 1000011 |
Color Harmonies of #EFC069
Complementary color
Monochromatic Colors of #EFC069
Black with #EFC069
Text Example
Text Example
White with #EFC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC069; }
p { color: rgb(239,192,105); }
H1.HeaderClassName
{
color: #EFC069;
}
.AnyTagClassName
{
color: #EFC069;
}
</style>
background-color css
<style>
a { background-color: #EFC069; }
a { background-color: rgb(239,192,105); }
div.DivClassName
{
background-color: #EFC069;
}
.BgClassName
{
background-color: #EFC069;
}
</style>
border-color css
<style>
span { border-color: #EFC069; }
span { border-color: rgb(239,192,105); }
td.TdClassName
{
border-color: #EFC069;
}
.TagClassName
{
border-color: #EFC069;
}
</style>