Shades of Harvest Gold #EBC06D
Tints of Harvest Gold #EBC06D
RGB
CMYK
RGB Variations
Color information
#EBC06D (or 0xEBC06D) is known color: Harvest Gold. HEX triplet: EB, C0 and 6D. RGB value is (235,192,109). Sum of RGB (Red+Green+Blue) = 235+192+109=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC06D is #143F92. Grayscale: #C3C3C3. Windows color (decimal): -1326995 or 7192811. OLE color: 7192811.
HSL color Cylindrical-coordinate representation of color #EBC06D: hue angle of 39.52º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBC06D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 109 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.08 |
| HSL | 39.52º | 0.76% | 0.67% | - |
| HSV(B) | 39.52º | 0.54% | 0.92% | - |
| XYZ | 55.87 | 56.47 | 22.42 | - |
| YUV | 195.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 109 | 0 | 0.18 | 0.54 | 0.08 | 39.52 | 0.76 | 0.67 |
| Hex | EB | C0 | 6D | 0 | 12 | 36 | 8 | 28 | 4C | 43 |
| Octal | 353 | 300 | 155 | 0 | 22 | 66 | 10 | 50 | 114 | 103 |
| Binary | 11101011 | 11000000 | 1101101 | 0 | 10010 | 110110 | 1000 | 101000 | 1001100 | 1000011 |
Color Harmonies of #EBC06D
Complementary color
Monochromatic Colors of #EBC06D
Black with #EBC06D
Text Example
Text Example
White with #EBC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC06D; }
p { color: rgb(235,192,109); }
H1.HeaderClassName
{
color: #EBC06D;
}
.AnyTagClassName
{
color: #EBC06D;
}
</style>
background-color css
<style>
a { background-color: #EBC06D; }
a { background-color: rgb(235,192,109); }
div.DivClassName
{
background-color: #EBC06D;
}
.BgClassName
{
background-color: #EBC06D;
}
</style>
border-color css
<style>
span { border-color: #EBC06D; }
span { border-color: rgb(235,192,109); }
td.TdClassName
{
border-color: #EBC06D;
}
.TagClassName
{
border-color: #EBC06D;
}
</style>