Shades of Harvest Gold #EFB56D
Tints of Harvest Gold #EFB56D
RGB
CMYK
RGB Variations
Color information
#EFB56D (or 0xEFB56D) is known color: Harvest Gold. HEX triplet: EF, B5 and 6D. RGB value is (239,181,109). Sum of RGB (Red+Green+Blue) = 239+181+109=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB56D is #104A92. Grayscale: #BEBEBE. Windows color (decimal): -1067667 or 7189999. OLE color: 7189999.
HSL color Cylindrical-coordinate representation of color #EFB56D: hue angle of 33.23º 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 #EFB56D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 109 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.06 |
| HSL | 33.23º | 0.8% | 0.68% | - |
| HSV(B) | 33.23º | 0.54% | 0.94% | - |
| XYZ | 54.88 | 52.5 | 21.71 | - |
| YUV | 190.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 109 | 0 | 0.24 | 0.54 | 0.06 | 33.23 | 0.8 | 0.68 |
| Hex | EF | B5 | 6D | 0 | 18 | 36 | 6 | 21 | 50 | 44 |
| Octal | 357 | 265 | 155 | 0 | 30 | 66 | 6 | 41 | 120 | 104 |
| Binary | 11101111 | 10110101 | 1101101 | 0 | 11000 | 110110 | 110 | 100001 | 1010000 | 1000100 |
Color Harmonies of #EFB56D
Complementary color
Monochromatic Colors of #EFB56D
Black with #EFB56D
Text Example
Text Example
White with #EFB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB56D; }
p { color: rgb(239,181,109); }
H1.HeaderClassName
{
color: #EFB56D;
}
.AnyTagClassName
{
color: #EFB56D;
}
</style>
background-color css
<style>
a { background-color: #EFB56D; }
a { background-color: rgb(239,181,109); }
div.DivClassName
{
background-color: #EFB56D;
}
.BgClassName
{
background-color: #EFB56D;
}
</style>
border-color css
<style>
span { border-color: #EFB56D; }
span { border-color: rgb(239,181,109); }
td.TdClassName
{
border-color: #EFB56D;
}
.TagClassName
{
border-color: #EFB56D;
}
</style>