Shades of Harvest Gold #EFB360
Tints of Harvest Gold #EFB360
RGB
CMYK
RGB Variations
Color information
#EFB360 (or 0xEFB360) is known color: Harvest Gold. HEX triplet: EF, B3 and 60. RGB value is (239,179,96). Sum of RGB (Red+Green+Blue) = 239+179+96=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB360 is #104C9F. Grayscale: #BBBBBB. Windows color (decimal): -1068192 or 6337519. OLE color: 6337519.
HSL color Cylindrical-coordinate representation of color #EFB360: hue angle of 34.83º 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 #EFB360 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 96 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.06 |
| HSL | 34.83º | 0.82% | 0.66% | - |
| HSV(B) | 34.83º | 0.6% | 0.94% | - |
| XYZ | 53.83 | 51.44 | 18.16 | - |
| YUV | 187.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 96 | 0 | 0.25 | 0.60 | 0.06 | 34.83 | 0.82 | 0.66 |
| Hex | EF | B3 | 60 | 0 | 19 | 3C | 6 | 23 | 52 | 42 |
| Octal | 357 | 263 | 140 | 0 | 31 | 74 | 6 | 43 | 122 | 102 |
| Binary | 11101111 | 10110011 | 1100000 | 0 | 11001 | 111100 | 110 | 100011 | 1010010 | 1000010 |
Color Harmonies of #EFB360
Complementary color
Monochromatic Colors of #EFB360
Black with #EFB360
Text Example
Text Example
White with #EFB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB360; }
p { color: rgb(239,179,96); }
H1.HeaderClassName
{
color: #EFB360;
}
.AnyTagClassName
{
color: #EFB360;
}
</style>
background-color css
<style>
a { background-color: #EFB360; }
a { background-color: rgb(239,179,96); }
div.DivClassName
{
background-color: #EFB360;
}
.BgClassName
{
background-color: #EFB360;
}
</style>
border-color css
<style>
span { border-color: #EFB360; }
span { border-color: rgb(239,179,96); }
td.TdClassName
{
border-color: #EFB360;
}
.TagClassName
{
border-color: #EFB360;
}
</style>