Shades of Harvest Gold #EFC26E
Tints of Harvest Gold #EFC26E
RGB
CMYK
RGB Variations
Color information
#EFC26E (or 0xEFC26E) is known color: Harvest Gold. HEX triplet: EF, C2 and 6E. RGB value is (239,194,110). Sum of RGB (Red+Green+Blue) = 239+194+110=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC26E is #103D91. Grayscale: #C6C6C6. Windows color (decimal): -1064338 or 7258863. OLE color: 7258863.
HSL color Cylindrical-coordinate representation of color #EFC26E: hue angle of 39.07º 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 #EFC26E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 110 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.06 |
| HSL | 39.07º | 0.8% | 0.68% | - |
| HSV(B) | 39.07º | 0.54% | 0.94% | - |
| XYZ | 57.7 | 58.06 | 22.92 | - |
| YUV | 197.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 110 | 0 | 0.19 | 0.54 | 0.06 | 39.07 | 0.8 | 0.68 |
| Hex | EF | C2 | 6E | 0 | 13 | 36 | 6 | 27 | 50 | 44 |
| Octal | 357 | 302 | 156 | 0 | 23 | 66 | 6 | 47 | 120 | 104 |
| Binary | 11101111 | 11000010 | 1101110 | 0 | 10011 | 110110 | 110 | 100111 | 1010000 | 1000100 |
Color Harmonies of #EFC26E
Complementary color
Monochromatic Colors of #EFC26E
Black with #EFC26E
Text Example
Text Example
White with #EFC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC26E; }
p { color: rgb(239,194,110); }
H1.HeaderClassName
{
color: #EFC26E;
}
.AnyTagClassName
{
color: #EFC26E;
}
</style>
background-color css
<style>
a { background-color: #EFC26E; }
a { background-color: rgb(239,194,110); }
div.DivClassName
{
background-color: #EFC26E;
}
.BgClassName
{
background-color: #EFC26E;
}
</style>
border-color css
<style>
span { border-color: #EFC26E; }
span { border-color: rgb(239,194,110); }
td.TdClassName
{
border-color: #EFC26E;
}
.TagClassName
{
border-color: #EFC26E;
}
</style>