Shades of Harvest Gold #EFB46E
Tints of Harvest Gold #EFB46E
RGB
CMYK
RGB Variations
Color information
#EFB46E (or 0xEFB46E) is known color: Harvest Gold. HEX triplet: EF, B4 and 6E. RGB value is (239,180,110). Sum of RGB (Red+Green+Blue) = 239+180+110=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB46E is #104B91. Grayscale: #BDBDBD. Windows color (decimal): -1067922 or 7255279. OLE color: 7255279.
HSL color Cylindrical-coordinate representation of color #EFB46E: hue angle of 32.56º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFB46E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 110 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.06 |
| HSL | 32.56º | 0.8% | 0.68% | - |
| HSV(B) | 32.56º | 0.54% | 0.94% | - |
| XYZ | 54.73 | 52.12 | 21.93 | - |
| YUV | 189.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 110 | 0 | 0.25 | 0.54 | 0.06 | 32.56 | 0.8 | 0.68 |
| Hex | EF | B4 | 6E | 0 | 19 | 36 | 6 | 21 | 50 | 44 |
| Octal | 357 | 264 | 156 | 0 | 31 | 66 | 6 | 41 | 120 | 104 |
| Binary | 11101111 | 10110100 | 1101110 | 0 | 11001 | 110110 | 110 | 100001 | 1010000 | 1000100 |
Color Harmonies of #EFB46E
Complementary color
Monochromatic Colors of #EFB46E
Black with #EFB46E
Text Example
Text Example
White with #EFB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB46E; }
p { color: rgb(239,180,110); }
H1.HeaderClassName
{
color: #EFB46E;
}
.AnyTagClassName
{
color: #EFB46E;
}
</style>
background-color css
<style>
a { background-color: #EFB46E; }
a { background-color: rgb(239,180,110); }
div.DivClassName
{
background-color: #EFB46E;
}
.BgClassName
{
background-color: #EFB46E;
}
</style>
border-color css
<style>
span { border-color: #EFB46E; }
span { border-color: rgb(239,180,110); }
td.TdClassName
{
border-color: #EFB46E;
}
.TagClassName
{
border-color: #EFB46E;
}
</style>