Shades of Harvest Gold #EFB668
Tints of Harvest Gold #EFB668
RGB
CMYK
RGB Variations
Color information
#EFB668 (or 0xEFB668) is known color: Harvest Gold. HEX triplet: EF, B6 and 68. RGB value is (239,182,104). Sum of RGB (Red+Green+Blue) = 239+182+104=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB668 is #104997. Grayscale: #BEBEBE. Windows color (decimal): -1067416 or 6862575. OLE color: 6862575.
HSL color Cylindrical-coordinate representation of color #EFB668: hue angle of 34.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFB668 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 104 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.06 |
| HSL | 34.67º | 0.81% | 0.67% | - |
| HSV(B) | 34.67º | 0.56% | 0.94% | - |
| XYZ | 54.82 | 52.81 | 20.4 | - |
| YUV | 190.15 | 79.38 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 104 | 0 | 0.24 | 0.56 | 0.06 | 34.67 | 0.81 | 0.67 |
| Hex | EF | B6 | 68 | 0 | 18 | 38 | 6 | 23 | 51 | 43 |
| Octal | 357 | 266 | 150 | 0 | 30 | 70 | 6 | 43 | 121 | 103 |
| Binary | 11101111 | 10110110 | 1101000 | 0 | 11000 | 111000 | 110 | 100011 | 1010001 | 1000011 |
Color Harmonies of #EFB668
Complementary color
Monochromatic Colors of #EFB668
Black with #EFB668
Text Example
Text Example
White with #EFB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB668; }
p { color: rgb(239,182,104); }
H1.HeaderClassName
{
color: #EFB668;
}
.AnyTagClassName
{
color: #EFB668;
}
</style>
background-color css
<style>
a { background-color: #EFB668; }
a { background-color: rgb(239,182,104); }
div.DivClassName
{
background-color: #EFB668;
}
.BgClassName
{
background-color: #EFB668;
}
</style>
border-color css
<style>
span { border-color: #EFB668; }
span { border-color: rgb(239,182,104); }
td.TdClassName
{
border-color: #EFB668;
}
.TagClassName
{
border-color: #EFB668;
}
</style>