Shades of Harvest Gold #EFB865
Tints of Harvest Gold #EFB865
RGB
CMYK
RGB Variations
Color information
#EFB865 (or 0xEFB865) is known color: Harvest Gold. HEX triplet: EF, B8 and 65. RGB value is (239,184,101). Sum of RGB (Red+Green+Blue) = 239+184+101=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB865 is #10479A. Grayscale: #BFBFBF. Windows color (decimal): -1066907 or 6666479. OLE color: 6666479.
HSL color Cylindrical-coordinate representation of color #EFB865: hue angle of 36.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFB865 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 101 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.06 |
| HSL | 36.09º | 0.81% | 0.67% | - |
| HSV(B) | 36.09º | 0.58% | 0.94% | - |
| XYZ | 55.09 | 53.57 | 19.75 | - |
| YUV | 190.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 101 | 0 | 0.23 | 0.58 | 0.06 | 36.09 | 0.81 | 0.67 |
| Hex | EF | B8 | 65 | 0 | 17 | 3A | 6 | 24 | 51 | 43 |
| Octal | 357 | 270 | 145 | 0 | 27 | 72 | 6 | 44 | 121 | 103 |
| Binary | 11101111 | 10111000 | 1100101 | 0 | 10111 | 111010 | 110 | 100100 | 1010001 | 1000011 |
Color Harmonies of #EFB865
Complementary color
Monochromatic Colors of #EFB865
Black with #EFB865
Text Example
Text Example
White with #EFB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB865; }
p { color: rgb(239,184,101); }
H1.HeaderClassName
{
color: #EFB865;
}
.AnyTagClassName
{
color: #EFB865;
}
</style>
background-color css
<style>
a { background-color: #EFB865; }
a { background-color: rgb(239,184,101); }
div.DivClassName
{
background-color: #EFB865;
}
.BgClassName
{
background-color: #EFB865;
}
</style>
border-color css
<style>
span { border-color: #EFB865; }
span { border-color: rgb(239,184,101); }
td.TdClassName
{
border-color: #EFB865;
}
.TagClassName
{
border-color: #EFB865;
}
</style>