Shades of Harvest Gold #EFC36D
Tints of Harvest Gold #EFC36D
RGB
CMYK
RGB Variations
Color information
#EFC36D (or 0xEFC36D) is known color: Harvest Gold. HEX triplet: EF, C3 and 6D. RGB value is (239,195,109). Sum of RGB (Red+Green+Blue) = 239+195+109=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC36D is #103C92. Grayscale: #C6C6C6. Windows color (decimal): -1064083 or 7193583. OLE color: 7193583.
HSL color Cylindrical-coordinate representation of color #EFC36D: hue angle of 39.69º 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 #EFC36D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 109 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.06 |
| HSL | 39.69º | 0.8% | 0.68% | - |
| HSV(B) | 39.69º | 0.54% | 0.94% | - |
| XYZ | 57.87 | 58.49 | 22.71 | - |
| YUV | 198.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 109 | 0 | 0.18 | 0.54 | 0.06 | 39.69 | 0.8 | 0.68 |
| Hex | EF | C3 | 6D | 0 | 12 | 36 | 6 | 28 | 50 | 44 |
| Octal | 357 | 303 | 155 | 0 | 22 | 66 | 6 | 50 | 120 | 104 |
| Binary | 11101111 | 11000011 | 1101101 | 0 | 10010 | 110110 | 110 | 101000 | 1010000 | 1000100 |
Color Harmonies of #EFC36D
Complementary color
Monochromatic Colors of #EFC36D
Black with #EFC36D
Text Example
Text Example
White with #EFC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC36D; }
p { color: rgb(239,195,109); }
H1.HeaderClassName
{
color: #EFC36D;
}
.AnyTagClassName
{
color: #EFC36D;
}
</style>
background-color css
<style>
a { background-color: #EFC36D; }
a { background-color: rgb(239,195,109); }
div.DivClassName
{
background-color: #EFC36D;
}
.BgClassName
{
background-color: #EFC36D;
}
</style>
border-color css
<style>
span { border-color: #EFC36D; }
span { border-color: rgb(239,195,109); }
td.TdClassName
{
border-color: #EFC36D;
}
.TagClassName
{
border-color: #EFC36D;
}
</style>