Shades of Harvest Gold #EFB160
Tints of Harvest Gold #EFB160
RGB
CMYK
RGB Variations
Color information
#EFB160 (or 0xEFB160) is known color: Harvest Gold. HEX triplet: EF, B1 and 60. RGB value is (239,177,96). Sum of RGB (Red+Green+Blue) = 239+177+96=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB160 is #104E9F. Grayscale: #BABABA. Windows color (decimal): -1068704 or 6337007. OLE color: 6337007.
HSL color Cylindrical-coordinate representation of color #EFB160: hue angle of 33.99º 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 #EFB160 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 96 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.06 |
| HSL | 33.99º | 0.82% | 0.66% | - |
| HSV(B) | 33.99º | 0.6% | 0.94% | - |
| XYZ | 53.43 | 50.64 | 18.02 | - |
| YUV | 186.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 96 | 0 | 0.26 | 0.60 | 0.06 | 33.99 | 0.82 | 0.66 |
| Hex | EF | B1 | 60 | 0 | 1A | 3C | 6 | 22 | 52 | 42 |
| Octal | 357 | 261 | 140 | 0 | 32 | 74 | 6 | 42 | 122 | 102 |
| Binary | 11101111 | 10110001 | 1100000 | 0 | 11010 | 111100 | 110 | 100010 | 1010010 | 1000010 |
Color Harmonies of #EFB160
Complementary color
Monochromatic Colors of #EFB160
Black with #EFB160
Text Example
Text Example
White with #EFB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB160; }
p { color: rgb(239,177,96); }
H1.HeaderClassName
{
color: #EFB160;
}
.AnyTagClassName
{
color: #EFB160;
}
</style>
background-color css
<style>
a { background-color: #EFB160; }
a { background-color: rgb(239,177,96); }
div.DivClassName
{
background-color: #EFB160;
}
.BgClassName
{
background-color: #EFB160;
}
</style>
border-color css
<style>
span { border-color: #EFB160; }
span { border-color: rgb(239,177,96); }
td.TdClassName
{
border-color: #EFB160;
}
.TagClassName
{
border-color: #EFB160;
}
</style>