Shades of Harvest Gold #EFB875
Tints of Harvest Gold #EFB875
RGB
CMYK
RGB Variations
Color information
#EFB875 (or 0xEFB875) is known color: Harvest Gold. HEX triplet: EF, B8 and 75. RGB value is (239,184,117). Sum of RGB (Red+Green+Blue) = 239+184+117=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB875 is #10478A. Grayscale: #C1C1C1. Windows color (decimal): -1066891 or 7715055. OLE color: 7715055.
HSL color Cylindrical-coordinate representation of color #EFB875: hue angle of 32.95º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB875 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 117 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.06 |
| HSL | 32.95º | 0.79% | 0.7% | - |
| HSV(B) | 32.95º | 0.51% | 0.94% | - |
| XYZ | 55.95 | 53.92 | 24.29 | - |
| YUV | 192.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 117 | 0 | 0.23 | 0.51 | 0.06 | 32.95 | 0.79 | 0.7 |
| Hex | EF | B8 | 75 | 0 | 17 | 33 | 6 | 21 | 4F | 46 |
| Octal | 357 | 270 | 165 | 0 | 27 | 63 | 6 | 41 | 117 | 106 |
| Binary | 11101111 | 10111000 | 1110101 | 0 | 10111 | 110011 | 110 | 100001 | 1001111 | 1000110 |
Color Harmonies of #EFB875
Complementary color
Monochromatic Colors of #EFB875
Black with #EFB875
Text Example
Text Example
White with #EFB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB875; }
p { color: rgb(239,184,117); }
H1.HeaderClassName
{
color: #EFB875;
}
.AnyTagClassName
{
color: #EFB875;
}
</style>
background-color css
<style>
a { background-color: #EFB875; }
a { background-color: rgb(239,184,117); }
div.DivClassName
{
background-color: #EFB875;
}
.BgClassName
{
background-color: #EFB875;
}
</style>
border-color css
<style>
span { border-color: #EFB875; }
span { border-color: rgb(239,184,117); }
td.TdClassName
{
border-color: #EFB875;
}
.TagClassName
{
border-color: #EFB875;
}
</style>