Shades of Harvest Gold #EFC270
Tints of Harvest Gold #EFC270
RGB
CMYK
RGB Variations
Color information
#EFC270 (or 0xEFC270) is known color: Harvest Gold. HEX triplet: EF, C2 and 70. RGB value is (239,194,112). Sum of RGB (Red+Green+Blue) = 239+194+112=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC270 is #103D8F. Grayscale: #C6C6C6. Windows color (decimal): -1064336 or 7389935. OLE color: 7389935.
HSL color Cylindrical-coordinate representation of color #EFC270: hue angle of 38.74º 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 #EFC270 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 112 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.06 |
| HSL | 38.74º | 0.8% | 0.69% | - |
| HSV(B) | 38.74º | 0.53% | 0.94% | - |
| XYZ | 57.81 | 58.1 | 23.5 | - |
| YUV | 198.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 112 | 0 | 0.19 | 0.53 | 0.06 | 38.74 | 0.8 | 0.69 |
| Hex | EF | C2 | 70 | 0 | 13 | 35 | 6 | 27 | 50 | 45 |
| Octal | 357 | 302 | 160 | 0 | 23 | 65 | 6 | 47 | 120 | 105 |
| Binary | 11101111 | 11000010 | 1110000 | 0 | 10011 | 110101 | 110 | 100111 | 1010000 | 1000101 |
Color Harmonies of #EFC270
Complementary color
Monochromatic Colors of #EFC270
Black with #EFC270
Text Example
Text Example
White with #EFC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC270; }
p { color: rgb(239,194,112); }
H1.HeaderClassName
{
color: #EFC270;
}
.AnyTagClassName
{
color: #EFC270;
}
</style>
background-color css
<style>
a { background-color: #EFC270; }
a { background-color: rgb(239,194,112); }
div.DivClassName
{
background-color: #EFC270;
}
.BgClassName
{
background-color: #EFC270;
}
</style>
border-color css
<style>
span { border-color: #EFC270; }
span { border-color: rgb(239,194,112); }
td.TdClassName
{
border-color: #EFC270;
}
.TagClassName
{
border-color: #EFC270;
}
</style>