Shades of Harvest Gold #EFC265
Tints of Harvest Gold #EFC265
RGB
CMYK
RGB Variations
Color information
#EFC265 (or 0xEFC265) is known color: Harvest Gold. HEX triplet: EF, C2 and 65. RGB value is (239,194,101). Sum of RGB (Red+Green+Blue) = 239+194+101=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC265 is #103D9A. Grayscale: #C5C5C5. Windows color (decimal): -1064347 or 6669039. OLE color: 6669039.
HSL color Cylindrical-coordinate representation of color #EFC265: hue angle of 40.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFC265 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 101 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.06 |
| HSL | 40.43º | 0.81% | 0.67% | - |
| HSV(B) | 40.43º | 0.58% | 0.94% | - |
| XYZ | 57.24 | 57.87 | 20.47 | - |
| YUV | 196.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 101 | 0 | 0.19 | 0.58 | 0.06 | 40.43 | 0.81 | 0.67 |
| Hex | EF | C2 | 65 | 0 | 13 | 3A | 6 | 28 | 51 | 43 |
| Octal | 357 | 302 | 145 | 0 | 23 | 72 | 6 | 50 | 121 | 103 |
| Binary | 11101111 | 11000010 | 1100101 | 0 | 10011 | 111010 | 110 | 101000 | 1010001 | 1000011 |
Color Harmonies of #EFC265
Complementary color
Monochromatic Colors of #EFC265
Black with #EFC265
Text Example
Text Example
White with #EFC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC265; }
p { color: rgb(239,194,101); }
H1.HeaderClassName
{
color: #EFC265;
}
.AnyTagClassName
{
color: #EFC265;
}
</style>
background-color css
<style>
a { background-color: #EFC265; }
a { background-color: rgb(239,194,101); }
div.DivClassName
{
background-color: #EFC265;
}
.BgClassName
{
background-color: #EFC265;
}
</style>
border-color css
<style>
span { border-color: #EFC265; }
span { border-color: rgb(239,194,101); }
td.TdClassName
{
border-color: #EFC265;
}
.TagClassName
{
border-color: #EFC265;
}
</style>