Shades of Harvest Gold #EFC262
Tints of Harvest Gold #EFC262
RGB
CMYK
RGB Variations
Color information
#EFC262 (or 0xEFC262) is known color: Harvest Gold. HEX triplet: EF, C2 and 62. RGB value is (239,194,98). Sum of RGB (Red+Green+Blue) = 239+194+98=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC262 is #103D9D. Grayscale: #C4C4C4. Windows color (decimal): -1064350 or 6472431. OLE color: 6472431.
HSL color Cylindrical-coordinate representation of color #EFC262: hue angle of 40.85º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFC262 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 98 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.06 |
| HSL | 40.85º | 0.82% | 0.66% | - |
| HSV(B) | 40.85º | 0.59% | 0.94% | - |
| XYZ | 57.09 | 57.82 | 19.71 | - |
| YUV | 196.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 98 | 0 | 0.19 | 0.59 | 0.06 | 40.85 | 0.82 | 0.66 |
| Hex | EF | C2 | 62 | 0 | 13 | 3B | 6 | 29 | 52 | 42 |
| Octal | 357 | 302 | 142 | 0 | 23 | 73 | 6 | 51 | 122 | 102 |
| Binary | 11101111 | 11000010 | 1100010 | 0 | 10011 | 111011 | 110 | 101001 | 1010010 | 1000010 |
Color Harmonies of #EFC262
Complementary color
Monochromatic Colors of #EFC262
Black with #EFC262
Text Example
Text Example
White with #EFC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC262; }
p { color: rgb(239,194,98); }
H1.HeaderClassName
{
color: #EFC262;
}
.AnyTagClassName
{
color: #EFC262;
}
</style>
background-color css
<style>
a { background-color: #EFC262; }
a { background-color: rgb(239,194,98); }
div.DivClassName
{
background-color: #EFC262;
}
.BgClassName
{
background-color: #EFC262;
}
</style>
border-color css
<style>
span { border-color: #EFC262; }
span { border-color: rgb(239,194,98); }
td.TdClassName
{
border-color: #EFC262;
}
.TagClassName
{
border-color: #EFC262;
}
</style>