Shades of Harvest Gold #EFB861
Tints of Harvest Gold #EFB861
RGB
CMYK
RGB Variations
Color information
#EFB861 (or 0xEFB861) is known color: Harvest Gold. HEX triplet: EF, B8 and 61. RGB value is (239,184,97). Sum of RGB (Red+Green+Blue) = 239+184+97=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB861 is #10479E. Grayscale: #BEBEBE. Windows color (decimal): -1066911 or 6404335. OLE color: 6404335.
HSL color Cylindrical-coordinate representation of color #EFB861: hue angle of 36.76º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFB861 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 97 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.06 |
| HSL | 36.76º | 0.82% | 0.66% | - |
| HSV(B) | 36.76º | 0.59% | 0.94% | - |
| XYZ | 54.89 | 53.49 | 18.74 | - |
| YUV | 190.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 97 | 0 | 0.23 | 0.59 | 0.06 | 36.76 | 0.82 | 0.66 |
| Hex | EF | B8 | 61 | 0 | 17 | 3B | 6 | 25 | 52 | 42 |
| Octal | 357 | 270 | 141 | 0 | 27 | 73 | 6 | 45 | 122 | 102 |
| Binary | 11101111 | 10111000 | 1100001 | 0 | 10111 | 111011 | 110 | 100101 | 1010010 | 1000010 |
Color Harmonies of #EFB861
Complementary color
Monochromatic Colors of #EFB861
Black with #EFB861
Text Example
Text Example
White with #EFB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB861; }
p { color: rgb(239,184,97); }
H1.HeaderClassName
{
color: #EFB861;
}
.AnyTagClassName
{
color: #EFB861;
}
</style>
background-color css
<style>
a { background-color: #EFB861; }
a { background-color: rgb(239,184,97); }
div.DivClassName
{
background-color: #EFB861;
}
.BgClassName
{
background-color: #EFB861;
}
</style>
border-color css
<style>
span { border-color: #EFB861; }
span { border-color: rgb(239,184,97); }
td.TdClassName
{
border-color: #EFB861;
}
.TagClassName
{
border-color: #EFB861;
}
</style>