Shades of Harvest Gold #EFBC6B
Tints of Harvest Gold #EFBC6B
RGB
CMYK
RGB Variations
Color information
#EFBC6B (or 0xEFBC6B) is known color: Harvest Gold. HEX triplet: EF, BC and 6B. RGB value is (239,188,107). Sum of RGB (Red+Green+Blue) = 239+188+107=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC6B is #104394. Grayscale: #C2C2C2. Windows color (decimal): -1065877 or 7060719. OLE color: 7060719.
HSL color Cylindrical-coordinate representation of color #EFBC6B: hue angle of 36.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFBC6B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 107 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.06 |
| HSL | 36.82º | 0.8% | 0.68% | - |
| HSV(B) | 36.82º | 0.55% | 0.94% | - |
| XYZ | 56.23 | 55.38 | 21.64 | - |
| YUV | 194.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 107 | 0 | 0.21 | 0.55 | 0.06 | 36.82 | 0.8 | 0.68 |
| Hex | EF | BC | 6B | 0 | 15 | 37 | 6 | 25 | 50 | 44 |
| Octal | 357 | 274 | 153 | 0 | 25 | 67 | 6 | 45 | 120 | 104 |
| Binary | 11101111 | 10111100 | 1101011 | 0 | 10101 | 110111 | 110 | 100101 | 1010000 | 1000100 |
Color Harmonies of #EFBC6B
Complementary color
Monochromatic Colors of #EFBC6B
Black with #EFBC6B
Text Example
Text Example
White with #EFBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC6B; }
p { color: rgb(239,188,107); }
H1.HeaderClassName
{
color: #EFBC6B;
}
.AnyTagClassName
{
color: #EFBC6B;
}
</style>
background-color css
<style>
a { background-color: #EFBC6B; }
a { background-color: rgb(239,188,107); }
div.DivClassName
{
background-color: #EFBC6B;
}
.BgClassName
{
background-color: #EFBC6B;
}
</style>
border-color css
<style>
span { border-color: #EFBC6B; }
span { border-color: rgb(239,188,107); }
td.TdClassName
{
border-color: #EFBC6B;
}
.TagClassName
{
border-color: #EFBC6B;
}
</style>