Shades of Harvest Gold #EFB060
Tints of Harvest Gold #EFB060
RGB
CMYK
RGB Variations
Color information
#EFB060 (or 0xEFB060) is known color: Harvest Gold. HEX triplet: EF, B0 and 60. RGB value is (239,176,96). Sum of RGB (Red+Green+Blue) = 239+176+96=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB060 is #104F9F. Grayscale: #BABABA. Windows color (decimal): -1068960 or 6336751. OLE color: 6336751.
HSL color Cylindrical-coordinate representation of color #EFB060: hue angle of 33.57º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFB060 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 96 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.06 |
| HSL | 33.57º | 0.82% | 0.66% | - |
| HSV(B) | 33.57º | 0.6% | 0.94% | - |
| XYZ | 53.23 | 50.25 | 17.96 | - |
| YUV | 185.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 96 | 0 | 0.26 | 0.60 | 0.06 | 33.57 | 0.82 | 0.66 |
| Hex | EF | B0 | 60 | 0 | 1A | 3C | 6 | 22 | 52 | 42 |
| Octal | 357 | 260 | 140 | 0 | 32 | 74 | 6 | 42 | 122 | 102 |
| Binary | 11101111 | 10110000 | 1100000 | 0 | 11010 | 111100 | 110 | 100010 | 1010010 | 1000010 |
Color Harmonies of #EFB060
Complementary color
Monochromatic Colors of #EFB060
Black with #EFB060
Text Example
Text Example
White with #EFB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB060; }
p { color: rgb(239,176,96); }
H1.HeaderClassName
{
color: #EFB060;
}
.AnyTagClassName
{
color: #EFB060;
}
</style>
background-color css
<style>
a { background-color: #EFB060; }
a { background-color: rgb(239,176,96); }
div.DivClassName
{
background-color: #EFB060;
}
.BgClassName
{
background-color: #EFB060;
}
</style>
border-color css
<style>
span { border-color: #EFB060; }
span { border-color: rgb(239,176,96); }
td.TdClassName
{
border-color: #EFB060;
}
.TagClassName
{
border-color: #EFB060;
}
</style>