Shades of Harvest Gold #EFB666
Tints of Harvest Gold #EFB666
RGB
CMYK
RGB Variations
Color information
#EFB666 (or 0xEFB666) is known color: Harvest Gold. HEX triplet: EF, B6 and 66. RGB value is (239,182,102). Sum of RGB (Red+Green+Blue) = 239+182+102=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB666 is #104999. Grayscale: #BEBEBE. Windows color (decimal): -1067418 or 6731503. OLE color: 6731503.
HSL color Cylindrical-coordinate representation of color #EFB666: hue angle of 35.04º 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 #EFB666 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 102 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.06 |
| HSL | 35.04º | 0.81% | 0.67% | - |
| HSV(B) | 35.04º | 0.57% | 0.94% | - |
| XYZ | 54.72 | 52.77 | 19.87 | - |
| YUV | 189.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 102 | 0 | 0.24 | 0.57 | 0.06 | 35.04 | 0.81 | 0.67 |
| Hex | EF | B6 | 66 | 0 | 18 | 39 | 6 | 23 | 51 | 43 |
| Octal | 357 | 266 | 146 | 0 | 30 | 71 | 6 | 43 | 121 | 103 |
| Binary | 11101111 | 10110110 | 1100110 | 0 | 11000 | 111001 | 110 | 100011 | 1010001 | 1000011 |
Color Harmonies of #EFB666
Complementary color
Monochromatic Colors of #EFB666
Black with #EFB666
Text Example
Text Example
White with #EFB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB666; }
p { color: rgb(239,182,102); }
H1.HeaderClassName
{
color: #EFB666;
}
.AnyTagClassName
{
color: #EFB666;
}
</style>
background-color css
<style>
a { background-color: #EFB666; }
a { background-color: rgb(239,182,102); }
div.DivClassName
{
background-color: #EFB666;
}
.BgClassName
{
background-color: #EFB666;
}
</style>
border-color css
<style>
span { border-color: #EFB666; }
span { border-color: rgb(239,182,102); }
td.TdClassName
{
border-color: #EFB666;
}
.TagClassName
{
border-color: #EFB666;
}
</style>