Shades of Harvest Gold #EFBB66
Tints of Harvest Gold #EFBB66
RGB
CMYK
RGB Variations
Color information
#EFBB66 (or 0xEFBB66) is known color: Harvest Gold. HEX triplet: EF, BB and 66. RGB value is (239,187,102). Sum of RGB (Red+Green+Blue) = 239+187+102=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB66 is #104499. Grayscale: #C1C1C1. Windows color (decimal): -1066138 or 6732783. OLE color: 6732783.
HSL color Cylindrical-coordinate representation of color #EFBB66: hue angle of 37.23º 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 #EFBB66 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 102 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.06 |
| HSL | 37.23º | 0.81% | 0.67% | - |
| HSV(B) | 37.23º | 0.57% | 0.94% | - |
| XYZ | 55.77 | 54.85 | 20.22 | - |
| YUV | 192.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 102 | 0 | 0.22 | 0.57 | 0.06 | 37.23 | 0.81 | 0.67 |
| Hex | EF | BB | 66 | 0 | 16 | 39 | 6 | 25 | 51 | 43 |
| Octal | 357 | 273 | 146 | 0 | 26 | 71 | 6 | 45 | 121 | 103 |
| Binary | 11101111 | 10111011 | 1100110 | 0 | 10110 | 111001 | 110 | 100101 | 1010001 | 1000011 |
Color Harmonies of #EFBB66
Complementary color
Monochromatic Colors of #EFBB66
Black with #EFBB66
Text Example
Text Example
White with #EFBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB66; }
p { color: rgb(239,187,102); }
H1.HeaderClassName
{
color: #EFBB66;
}
.AnyTagClassName
{
color: #EFBB66;
}
</style>
background-color css
<style>
a { background-color: #EFBB66; }
a { background-color: rgb(239,187,102); }
div.DivClassName
{
background-color: #EFBB66;
}
.BgClassName
{
background-color: #EFBB66;
}
</style>
border-color css
<style>
span { border-color: #EFBB66; }
span { border-color: rgb(239,187,102); }
td.TdClassName
{
border-color: #EFBB66;
}
.TagClassName
{
border-color: #EFBB66;
}
</style>