Shades of Harvest Gold #EFB873
Tints of Harvest Gold #EFB873
RGB
CMYK
RGB Variations
Color information
#EFB873 (or 0xEFB873) is known color: Harvest Gold. HEX triplet: EF, B8 and 73. RGB value is (239,184,115). Sum of RGB (Red+Green+Blue) = 239+184+115=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB873 is #10478C. Grayscale: #C0C0C0. Windows color (decimal): -1066893 or 7583983. OLE color: 7583983.
HSL color Cylindrical-coordinate representation of color #EFB873: hue angle of 33.39º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFB873 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 115 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.06 |
| HSL | 33.39º | 0.79% | 0.69% | - |
| HSV(B) | 33.39º | 0.52% | 0.94% | - |
| XYZ | 55.83 | 53.87 | 23.67 | - |
| YUV | 192.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 115 | 0 | 0.23 | 0.52 | 0.06 | 33.39 | 0.79 | 0.69 |
| Hex | EF | B8 | 73 | 0 | 17 | 34 | 6 | 21 | 4F | 45 |
| Octal | 357 | 270 | 163 | 0 | 27 | 64 | 6 | 41 | 117 | 105 |
| Binary | 11101111 | 10111000 | 1110011 | 0 | 10111 | 110100 | 110 | 100001 | 1001111 | 1000101 |
Color Harmonies of #EFB873
Complementary color
Monochromatic Colors of #EFB873
Black with #EFB873
Text Example
Text Example
White with #EFB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB873; }
p { color: rgb(239,184,115); }
H1.HeaderClassName
{
color: #EFB873;
}
.AnyTagClassName
{
color: #EFB873;
}
</style>
background-color css
<style>
a { background-color: #EFB873; }
a { background-color: rgb(239,184,115); }
div.DivClassName
{
background-color: #EFB873;
}
.BgClassName
{
background-color: #EFB873;
}
</style>
border-color css
<style>
span { border-color: #EFB873; }
span { border-color: rgb(239,184,115); }
td.TdClassName
{
border-color: #EFB873;
}
.TagClassName
{
border-color: #EFB873;
}
</style>