Shades of Harvest Gold #EFB85F
Tints of Harvest Gold #EFB85F
RGB
CMYK
RGB Variations
Color information
#EFB85F (or 0xEFB85F) is known color: Harvest Gold. HEX triplet: EF, B8 and 5F. RGB value is (239,184,95). Sum of RGB (Red+Green+Blue) = 239+184+95=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB85F is #1047A0. Grayscale: #BEBEBE. Windows color (decimal): -1066913 or 6273263. OLE color: 6273263.
HSL color Cylindrical-coordinate representation of color #EFB85F: hue angle of 37.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFB85F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 95 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.06 |
| HSL | 37.08º | 0.82% | 0.65% | - |
| HSV(B) | 37.08º | 0.6% | 0.94% | - |
| XYZ | 54.8 | 53.46 | 18.26 | - |
| YUV | 190.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 95 | 0 | 0.23 | 0.60 | 0.06 | 37.08 | 0.82 | 0.65 |
| Hex | EF | B8 | 5F | 0 | 17 | 3C | 6 | 25 | 52 | 41 |
| Octal | 357 | 270 | 137 | 0 | 27 | 74 | 6 | 45 | 122 | 101 |
| Binary | 11101111 | 10111000 | 1011111 | 0 | 10111 | 111100 | 110 | 100101 | 1010010 | 1000001 |
Color Harmonies of #EFB85F
Complementary color
Monochromatic Colors of #EFB85F
Black with #EFB85F
Text Example
Text Example
White with #EFB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB85F; }
p { color: rgb(239,184,95); }
H1.HeaderClassName
{
color: #EFB85F;
}
.AnyTagClassName
{
color: #EFB85F;
}
</style>
background-color css
<style>
a { background-color: #EFB85F; }
a { background-color: rgb(239,184,95); }
div.DivClassName
{
background-color: #EFB85F;
}
.BgClassName
{
background-color: #EFB85F;
}
</style>
border-color css
<style>
span { border-color: #EFB85F; }
span { border-color: rgb(239,184,95); }
td.TdClassName
{
border-color: #EFB85F;
}
.TagClassName
{
border-color: #EFB85F;
}
</style>