Shades of Harvest Gold #EFB870
Tints of Harvest Gold #EFB870
RGB
CMYK
RGB Variations
Color information
#EFB870 (or 0xEFB870) is known color: Harvest Gold. HEX triplet: EF, B8 and 70. RGB value is (239,184,112). Sum of RGB (Red+Green+Blue) = 239+184+112=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB870 is #10478F. Grayscale: #C0C0C0. Windows color (decimal): -1066896 or 7387375. OLE color: 7387375.
HSL color Cylindrical-coordinate representation of color #EFB870: hue angle of 34.02º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFB870 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 112 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.06 |
| HSL | 34.02º | 0.8% | 0.69% | - |
| HSV(B) | 34.02º | 0.53% | 0.94% | - |
| XYZ | 55.66 | 53.8 | 22.78 | - |
| YUV | 192.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 112 | 0 | 0.23 | 0.53 | 0.06 | 34.02 | 0.8 | 0.69 |
| Hex | EF | B8 | 70 | 0 | 17 | 35 | 6 | 22 | 50 | 45 |
| Octal | 357 | 270 | 160 | 0 | 27 | 65 | 6 | 42 | 120 | 105 |
| Binary | 11101111 | 10111000 | 1110000 | 0 | 10111 | 110101 | 110 | 100010 | 1010000 | 1000101 |
Color Harmonies of #EFB870
Complementary color
Monochromatic Colors of #EFB870
Black with #EFB870
Text Example
Text Example
White with #EFB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB870; }
p { color: rgb(239,184,112); }
H1.HeaderClassName
{
color: #EFB870;
}
.AnyTagClassName
{
color: #EFB870;
}
</style>
background-color css
<style>
a { background-color: #EFB870; }
a { background-color: rgb(239,184,112); }
div.DivClassName
{
background-color: #EFB870;
}
.BgClassName
{
background-color: #EFB870;
}
</style>
border-color css
<style>
span { border-color: #EFB870; }
span { border-color: rgb(239,184,112); }
td.TdClassName
{
border-color: #EFB870;
}
.TagClassName
{
border-color: #EFB870;
}
</style>