Shades of Harvest Gold #EFB560
Tints of Harvest Gold #EFB560
RGB
CMYK
RGB Variations
Color information
#EFB560 (or 0xEFB560) is known color: Harvest Gold. HEX triplet: EF, B5 and 60. RGB value is (239,181,96). Sum of RGB (Red+Green+Blue) = 239+181+96=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB560 is #104A9F. Grayscale: #BDBDBD. Windows color (decimal): -1067680 or 6338031. OLE color: 6338031.
HSL color Cylindrical-coordinate representation of color #EFB560: hue angle of 35.66º 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 #EFB560 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 96 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.06 |
| HSL | 35.66º | 0.82% | 0.66% | - |
| HSV(B) | 35.66º | 0.6% | 0.94% | - |
| XYZ | 54.23 | 52.24 | 18.29 | - |
| YUV | 188.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 96 | 0 | 0.24 | 0.60 | 0.06 | 35.66 | 0.82 | 0.66 |
| Hex | EF | B5 | 60 | 0 | 18 | 3C | 6 | 24 | 52 | 42 |
| Octal | 357 | 265 | 140 | 0 | 30 | 74 | 6 | 44 | 122 | 102 |
| Binary | 11101111 | 10110101 | 1100000 | 0 | 11000 | 111100 | 110 | 100100 | 1010010 | 1000010 |
Color Harmonies of #EFB560
Complementary color
Monochromatic Colors of #EFB560
Black with #EFB560
Text Example
Text Example
White with #EFB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB560; }
p { color: rgb(239,181,96); }
H1.HeaderClassName
{
color: #EFB560;
}
.AnyTagClassName
{
color: #EFB560;
}
</style>
background-color css
<style>
a { background-color: #EFB560; }
a { background-color: rgb(239,181,96); }
div.DivClassName
{
background-color: #EFB560;
}
.BgClassName
{
background-color: #EFB560;
}
</style>
border-color css
<style>
span { border-color: #EFB560; }
span { border-color: rgb(239,181,96); }
td.TdClassName
{
border-color: #EFB560;
}
.TagClassName
{
border-color: #EFB560;
}
</style>