Shades of Harvest Gold #EFC370
Tints of Harvest Gold #EFC370
RGB
CMYK
RGB Variations
Color information
#EFC370 (or 0xEFC370) is known color: Harvest Gold. HEX triplet: EF, C3 and 70. RGB value is (239,195,112). Sum of RGB (Red+Green+Blue) = 239+195+112=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC370 is #103C8F. Grayscale: #C7C7C7. Windows color (decimal): -1064080 or 7390191. OLE color: 7390191.
HSL color Cylindrical-coordinate representation of color #EFC370: hue angle of 39.21º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFC370 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 112 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.06 |
| HSL | 39.21º | 0.8% | 0.69% | - |
| HSV(B) | 39.21º | 0.53% | 0.94% | - |
| XYZ | 58.04 | 58.55 | 23.57 | - |
| YUV | 198.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 112 | 0 | 0.18 | 0.53 | 0.06 | 39.21 | 0.8 | 0.69 |
| Hex | EF | C3 | 70 | 0 | 12 | 35 | 6 | 27 | 50 | 45 |
| Octal | 357 | 303 | 160 | 0 | 22 | 65 | 6 | 47 | 120 | 105 |
| Binary | 11101111 | 11000011 | 1110000 | 0 | 10010 | 110101 | 110 | 100111 | 1010000 | 1000101 |
Color Harmonies of #EFC370
Complementary color
Monochromatic Colors of #EFC370
Black with #EFC370
Text Example
Text Example
White with #EFC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC370; }
p { color: rgb(239,195,112); }
H1.HeaderClassName
{
color: #EFC370;
}
.AnyTagClassName
{
color: #EFC370;
}
</style>
background-color css
<style>
a { background-color: #EFC370; }
a { background-color: rgb(239,195,112); }
div.DivClassName
{
background-color: #EFC370;
}
.BgClassName
{
background-color: #EFC370;
}
</style>
border-color css
<style>
span { border-color: #EFC370; }
span { border-color: rgb(239,195,112); }
td.TdClassName
{
border-color: #EFC370;
}
.TagClassName
{
border-color: #EFC370;
}
</style>