Shades of Harvest Gold #EFBC67
Tints of Harvest Gold #EFBC67
RGB
CMYK
RGB Variations
Color information
#EFBC67 (or 0xEFBC67) is known color: Harvest Gold. HEX triplet: EF, BC and 67. RGB value is (239,188,103). Sum of RGB (Red+Green+Blue) = 239+188+103=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC67 is #104398. Grayscale: #C1C1C1. Windows color (decimal): -1065881 or 6798575. OLE color: 6798575.
HSL color Cylindrical-coordinate representation of color #EFBC67: hue angle of 37.5º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFBC67 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 103 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.06 |
| HSL | 37.5º | 0.81% | 0.67% | - |
| HSV(B) | 37.5º | 0.57% | 0.94% | - |
| XYZ | 56.03 | 55.3 | 20.55 | - |
| YUV | 193.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 103 | 0 | 0.21 | 0.57 | 0.06 | 37.5 | 0.81 | 0.67 |
| Hex | EF | BC | 67 | 0 | 15 | 39 | 6 | 26 | 51 | 43 |
| Octal | 357 | 274 | 147 | 0 | 25 | 71 | 6 | 46 | 121 | 103 |
| Binary | 11101111 | 10111100 | 1100111 | 0 | 10101 | 111001 | 110 | 100110 | 1010001 | 1000011 |
Color Harmonies of #EFBC67
Complementary color
Monochromatic Colors of #EFBC67
Black with #EFBC67
Text Example
Text Example
White with #EFBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC67; }
p { color: rgb(239,188,103); }
H1.HeaderClassName
{
color: #EFBC67;
}
.AnyTagClassName
{
color: #EFBC67;
}
</style>
background-color css
<style>
a { background-color: #EFBC67; }
a { background-color: rgb(239,188,103); }
div.DivClassName
{
background-color: #EFBC67;
}
.BgClassName
{
background-color: #EFBC67;
}
</style>
border-color css
<style>
span { border-color: #EFBC67; }
span { border-color: rgb(239,188,103); }
td.TdClassName
{
border-color: #EFBC67;
}
.TagClassName
{
border-color: #EFBC67;
}
</style>