Shades of Harvest Gold #EFB260
Tints of Harvest Gold #EFB260
RGB
CMYK
RGB Variations
Color information
#EFB260 (or 0xEFB260) is known color: Harvest Gold. HEX triplet: EF, B2 and 60. RGB value is (239,178,96). Sum of RGB (Red+Green+Blue) = 239+178+96=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB260 is #104D9F. Grayscale: #BBBBBB. Windows color (decimal): -1068448 or 6337263. OLE color: 6337263.
HSL color Cylindrical-coordinate representation of color #EFB260: hue angle of 34.41º 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 #EFB260 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 96 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.06 |
| HSL | 34.41º | 0.82% | 0.66% | - |
| HSV(B) | 34.41º | 0.6% | 0.94% | - |
| XYZ | 53.63 | 51.04 | 18.09 | - |
| YUV | 186.89 | 76.71 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 96 | 0 | 0.26 | 0.60 | 0.06 | 34.41 | 0.82 | 0.66 |
| Hex | EF | B2 | 60 | 0 | 1A | 3C | 6 | 22 | 52 | 42 |
| Octal | 357 | 262 | 140 | 0 | 32 | 74 | 6 | 42 | 122 | 102 |
| Binary | 11101111 | 10110010 | 1100000 | 0 | 11010 | 111100 | 110 | 100010 | 1010010 | 1000010 |
Color Harmonies of #EFB260
Complementary color
Monochromatic Colors of #EFB260
Black with #EFB260
Text Example
Text Example
White with #EFB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB260; }
p { color: rgb(239,178,96); }
H1.HeaderClassName
{
color: #EFB260;
}
.AnyTagClassName
{
color: #EFB260;
}
</style>
background-color css
<style>
a { background-color: #EFB260; }
a { background-color: rgb(239,178,96); }
div.DivClassName
{
background-color: #EFB260;
}
.BgClassName
{
background-color: #EFB260;
}
</style>
border-color css
<style>
span { border-color: #EFB260; }
span { border-color: rgb(239,178,96); }
td.TdClassName
{
border-color: #EFB260;
}
.TagClassName
{
border-color: #EFB260;
}
</style>