Shades of Harvest Gold #EFB974
Tints of Harvest Gold #EFB974
RGB
CMYK
RGB Variations
Color information
#EFB974 (or 0xEFB974) is known color: Harvest Gold. HEX triplet: EF, B9 and 74. RGB value is (239,185,116). Sum of RGB (Red+Green+Blue) = 239+185+116=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB974 is #10468B. Grayscale: #C1C1C1. Windows color (decimal): -1066636 or 7649775. OLE color: 7649775.
HSL color Cylindrical-coordinate representation of color #EFB974: hue angle of 33.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB974 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 116 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.06 |
| HSL | 33.66º | 0.79% | 0.7% | - |
| HSV(B) | 33.66º | 0.51% | 0.94% | - |
| XYZ | 56.1 | 54.31 | 24.05 | - |
| YUV | 193.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 116 | 0 | 0.23 | 0.51 | 0.06 | 33.66 | 0.79 | 0.7 |
| Hex | EF | B9 | 74 | 0 | 17 | 33 | 6 | 22 | 4F | 46 |
| Octal | 357 | 271 | 164 | 0 | 27 | 63 | 6 | 42 | 117 | 106 |
| Binary | 11101111 | 10111001 | 1110100 | 0 | 10111 | 110011 | 110 | 100010 | 1001111 | 1000110 |
Color Harmonies of #EFB974
Complementary color
Monochromatic Colors of #EFB974
Black with #EFB974
Text Example
Text Example
White with #EFB974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB974; }
p { color: rgb(239,185,116); }
H1.HeaderClassName
{
color: #EFB974;
}
.AnyTagClassName
{
color: #EFB974;
}
</style>
background-color css
<style>
a { background-color: #EFB974; }
a { background-color: rgb(239,185,116); }
div.DivClassName
{
background-color: #EFB974;
}
.BgClassName
{
background-color: #EFB974;
}
</style>
border-color css
<style>
span { border-color: #EFB974; }
span { border-color: rgb(239,185,116); }
td.TdClassName
{
border-color: #EFB974;
}
.TagClassName
{
border-color: #EFB974;
}
</style>