Shades of Harvest Gold #EFB06F
Tints of Harvest Gold #EFB06F
RGB
CMYK
RGB Variations
Color information
#EFB06F (or 0xEFB06F) is known color: Harvest Gold. HEX triplet: EF, B0 and 6F. RGB value is (239,176,111). Sum of RGB (Red+Green+Blue) = 239+176+111=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB06F is #104F90. Grayscale: #BBBBBB. Windows color (decimal): -1068945 or 7319791. OLE color: 7319791.
HSL color Cylindrical-coordinate representation of color #EFB06F: hue angle of 30.47º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFB06F is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 111 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.06 |
| HSL | 30.47º | 0.8% | 0.69% | - |
| HSV(B) | 30.47º | 0.54% | 0.94% | - |
| XYZ | 53.99 | 50.55 | 21.95 | - |
| YUV | 187.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 111 | 0 | 0.26 | 0.54 | 0.06 | 30.47 | 0.8 | 0.69 |
| Hex | EF | B0 | 6F | 0 | 1A | 36 | 6 | 1E | 50 | 45 |
| Octal | 357 | 260 | 157 | 0 | 32 | 66 | 6 | 36 | 120 | 105 |
| Binary | 11101111 | 10110000 | 1101111 | 0 | 11010 | 110110 | 110 | 11110 | 1010000 | 1000101 |
Color Harmonies of #EFB06F
Complementary color
Monochromatic Colors of #EFB06F
Black with #EFB06F
Text Example
Text Example
White with #EFB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB06F; }
p { color: rgb(239,176,111); }
H1.HeaderClassName
{
color: #EFB06F;
}
.AnyTagClassName
{
color: #EFB06F;
}
</style>
background-color css
<style>
a { background-color: #EFB06F; }
a { background-color: rgb(239,176,111); }
div.DivClassName
{
background-color: #EFB06F;
}
.BgClassName
{
background-color: #EFB06F;
}
</style>
border-color css
<style>
span { border-color: #EFB06F; }
span { border-color: rgb(239,176,111); }
td.TdClassName
{
border-color: #EFB06F;
}
.TagClassName
{
border-color: #EFB06F;
}
</style>