Shades of Harvest Gold #EFC36F
Tints of Harvest Gold #EFC36F
RGB
CMYK
RGB Variations
Color information
#EFC36F (or 0xEFC36F) is known color: Harvest Gold. HEX triplet: EF, C3 and 6F. RGB value is (239,195,111). Sum of RGB (Red+Green+Blue) = 239+195+111=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC36F is #103C90. Grayscale: #C6C6C6. Windows color (decimal): -1064081 or 7324655. OLE color: 7324655.
HSL color Cylindrical-coordinate representation of color #EFC36F: hue angle of 39.38º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC36F is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 111 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.06 |
| HSL | 39.38º | 0.8% | 0.69% | - |
| HSV(B) | 39.38º | 0.54% | 0.94% | - |
| XYZ | 57.98 | 58.53 | 23.28 | - |
| YUV | 198.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 111 | 0 | 0.18 | 0.54 | 0.06 | 39.38 | 0.8 | 0.69 |
| Hex | EF | C3 | 6F | 0 | 12 | 36 | 6 | 27 | 50 | 45 |
| Octal | 357 | 303 | 157 | 0 | 22 | 66 | 6 | 47 | 120 | 105 |
| Binary | 11101111 | 11000011 | 1101111 | 0 | 10010 | 110110 | 110 | 100111 | 1010000 | 1000101 |
Color Harmonies of #EFC36F
Complementary color
Monochromatic Colors of #EFC36F
Black with #EFC36F
Text Example
Text Example
White with #EFC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC36F; }
p { color: rgb(239,195,111); }
H1.HeaderClassName
{
color: #EFC36F;
}
.AnyTagClassName
{
color: #EFC36F;
}
</style>
background-color css
<style>
a { background-color: #EFC36F; }
a { background-color: rgb(239,195,111); }
div.DivClassName
{
background-color: #EFC36F;
}
.BgClassName
{
background-color: #EFC36F;
}
</style>
border-color css
<style>
span { border-color: #EFC36F; }
span { border-color: rgb(239,195,111); }
td.TdClassName
{
border-color: #EFC36F;
}
.TagClassName
{
border-color: #EFC36F;
}
</style>