Shades of Harvest Gold #EFC072
Tints of Harvest Gold #EFC072
RGB
CMYK
RGB Variations
Color information
#EFC072 (or 0xEFC072) is known color: Harvest Gold. HEX triplet: EF, C0 and 72. RGB value is (239,192,114). Sum of RGB (Red+Green+Blue) = 239+192+114=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC072 is #103F8D. Grayscale: #C5C5C5. Windows color (decimal): -1064846 or 7520495. OLE color: 7520495.
HSL color Cylindrical-coordinate representation of color #EFC072: hue angle of 37.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFC072 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 114 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.06 |
| HSL | 37.44º | 0.8% | 0.69% | - |
| HSV(B) | 37.44º | 0.52% | 0.94% | - |
| XYZ | 57.48 | 57.26 | 23.94 | - |
| YUV | 197.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 114 | 0 | 0.20 | 0.52 | 0.06 | 37.44 | 0.8 | 0.69 |
| Hex | EF | C0 | 72 | 0 | 14 | 34 | 6 | 25 | 50 | 45 |
| Octal | 357 | 300 | 162 | 0 | 24 | 64 | 6 | 45 | 120 | 105 |
| Binary | 11101111 | 11000000 | 1110010 | 0 | 10100 | 110100 | 110 | 100101 | 1010000 | 1000101 |
Color Harmonies of #EFC072
Complementary color
Monochromatic Colors of #EFC072
Black with #EFC072
Text Example
Text Example
White with #EFC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC072; }
p { color: rgb(239,192,114); }
H1.HeaderClassName
{
color: #EFC072;
}
.AnyTagClassName
{
color: #EFC072;
}
</style>
background-color css
<style>
a { background-color: #EFC072; }
a { background-color: rgb(239,192,114); }
div.DivClassName
{
background-color: #EFC072;
}
.BgClassName
{
background-color: #EFC072;
}
</style>
border-color css
<style>
span { border-color: #EFC072; }
span { border-color: rgb(239,192,114); }
td.TdClassName
{
border-color: #EFC072;
}
.TagClassName
{
border-color: #EFC072;
}
</style>