Shades of Harvest Gold #EFBB74
Tints of Harvest Gold #EFBB74
RGB
CMYK
RGB Variations
Color information
#EFBB74 (or 0xEFBB74) is known color: Harvest Gold. HEX triplet: EF, BB and 74. RGB value is (239,187,116). Sum of RGB (Red+Green+Blue) = 239+187+116=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB74 is #10448B. Grayscale: #C2C2C2. Windows color (decimal): -1066124 or 7650287. OLE color: 7650287.
HSL color Cylindrical-coordinate representation of color #EFBB74: hue angle of 34.63º 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 #EFBB74 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 116 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.06 |
| HSL | 34.63º | 0.79% | 0.7% | - |
| HSV(B) | 34.63º | 0.51% | 0.94% | - |
| XYZ | 56.52 | 55.15 | 24.19 | - |
| YUV | 194.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 116 | 0 | 0.22 | 0.51 | 0.06 | 34.63 | 0.79 | 0.7 |
| Hex | EF | BB | 74 | 0 | 16 | 33 | 6 | 23 | 4F | 46 |
| Octal | 357 | 273 | 164 | 0 | 26 | 63 | 6 | 43 | 117 | 106 |
| Binary | 11101111 | 10111011 | 1110100 | 0 | 10110 | 110011 | 110 | 100011 | 1001111 | 1000110 |
Color Harmonies of #EFBB74
Complementary color
Monochromatic Colors of #EFBB74
Black with #EFBB74
Text Example
Text Example
White with #EFBB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB74; }
p { color: rgb(239,187,116); }
H1.HeaderClassName
{
color: #EFBB74;
}
.AnyTagClassName
{
color: #EFBB74;
}
</style>
background-color css
<style>
a { background-color: #EFBB74; }
a { background-color: rgb(239,187,116); }
div.DivClassName
{
background-color: #EFBB74;
}
.BgClassName
{
background-color: #EFBB74;
}
</style>
border-color css
<style>
span { border-color: #EFBB74; }
span { border-color: rgb(239,187,116); }
td.TdClassName
{
border-color: #EFBB74;
}
.TagClassName
{
border-color: #EFBB74;
}
</style>