Shades of Harvest Gold #EFB16C
Tints of Harvest Gold #EFB16C
RGB
CMYK
RGB Variations
Color information
#EFB16C (or 0xEFB16C) is known color: Harvest Gold. HEX triplet: EF, B1 and 6C. RGB value is (239,177,108). Sum of RGB (Red+Green+Blue) = 239+177+108=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB16C is #104E93. Grayscale: #BCBCBC. Windows color (decimal): -1068692 or 7123439. OLE color: 7123439.
HSL color Cylindrical-coordinate representation of color #EFB16C: hue angle of 31.6º 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 #EFB16C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 108 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.06 |
| HSL | 31.6º | 0.8% | 0.68% | - |
| HSV(B) | 31.6º | 0.55% | 0.94% | - |
| XYZ | 54.03 | 50.88 | 21.16 | - |
| YUV | 187.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 108 | 0 | 0.26 | 0.55 | 0.06 | 31.6 | 0.8 | 0.68 |
| Hex | EF | B1 | 6C | 0 | 1A | 37 | 6 | 20 | 50 | 44 |
| Octal | 357 | 261 | 154 | 0 | 32 | 67 | 6 | 40 | 120 | 104 |
| Binary | 11101111 | 10110001 | 1101100 | 0 | 11010 | 110111 | 110 | 100000 | 1010000 | 1000100 |
Color Harmonies of #EFB16C
Complementary color
Monochromatic Colors of #EFB16C
Black with #EFB16C
Text Example
Text Example
White with #EFB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB16C; }
p { color: rgb(239,177,108); }
H1.HeaderClassName
{
color: #EFB16C;
}
.AnyTagClassName
{
color: #EFB16C;
}
</style>
background-color css
<style>
a { background-color: #EFB16C; }
a { background-color: rgb(239,177,108); }
div.DivClassName
{
background-color: #EFB16C;
}
.BgClassName
{
background-color: #EFB16C;
}
</style>
border-color css
<style>
span { border-color: #EFB16C; }
span { border-color: rgb(239,177,108); }
td.TdClassName
{
border-color: #EFB16C;
}
.TagClassName
{
border-color: #EFB16C;
}
</style>