Shades of Harvest Gold #EFB76F
Tints of Harvest Gold #EFB76F
RGB
CMYK
RGB Variations
Color information
#EFB76F (or 0xEFB76F) is known color: Harvest Gold. HEX triplet: EF, B7 and 6F. RGB value is (239,183,111). Sum of RGB (Red+Green+Blue) = 239+183+111=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB76F is #104890. Grayscale: #BFBFBF. Windows color (decimal): -1067153 or 7321583. OLE color: 7321583.
HSL color Cylindrical-coordinate representation of color #EFB76F: hue angle of 33.75º 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 #EFB76F is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 111 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.06 |
| HSL | 33.75º | 0.8% | 0.69% | - |
| HSV(B) | 33.75º | 0.54% | 0.94% | - |
| XYZ | 55.4 | 53.37 | 22.42 | - |
| YUV | 191.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 111 | 0 | 0.23 | 0.54 | 0.06 | 33.75 | 0.8 | 0.69 |
| Hex | EF | B7 | 6F | 0 | 17 | 36 | 6 | 22 | 50 | 45 |
| Octal | 357 | 267 | 157 | 0 | 27 | 66 | 6 | 42 | 120 | 105 |
| Binary | 11101111 | 10110111 | 1101111 | 0 | 10111 | 110110 | 110 | 100010 | 1010000 | 1000101 |
Color Harmonies of #EFB76F
Complementary color
Monochromatic Colors of #EFB76F
Black with #EFB76F
Text Example
Text Example
White with #EFB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB76F; }
p { color: rgb(239,183,111); }
H1.HeaderClassName
{
color: #EFB76F;
}
.AnyTagClassName
{
color: #EFB76F;
}
</style>
background-color css
<style>
a { background-color: #EFB76F; }
a { background-color: rgb(239,183,111); }
div.DivClassName
{
background-color: #EFB76F;
}
.BgClassName
{
background-color: #EFB76F;
}
</style>
border-color css
<style>
span { border-color: #EFB76F; }
span { border-color: rgb(239,183,111); }
td.TdClassName
{
border-color: #EFB76F;
}
.TagClassName
{
border-color: #EFB76F;
}
</style>