Shades of Harvest Gold #EBBC6D
Tints of Harvest Gold #EBBC6D
RGB
CMYK
RGB Variations
Color information
#EBBC6D (or 0xEBBC6D) is known color: Harvest Gold. HEX triplet: EB, BC and 6D. RGB value is (235,188,109). Sum of RGB (Red+Green+Blue) = 235+188+109=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC6D is #144392. Grayscale: #C1C1C1. Windows color (decimal): -1328019 or 7191787. OLE color: 7191787.
HSL color Cylindrical-coordinate representation of color #EBBC6D: hue angle of 37.62º 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 #EBBC6D is Cyan = 0, Magento = 0.2, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 109 | - |
| CMYK | 0 | 0.2 | 0.54 | 0.08 |
| HSL | 37.62º | 0.76% | 0.67% | - |
| HSV(B) | 37.62º | 0.54% | 0.92% | - |
| XYZ | 55 | 54.73 | 22.13 | - |
| YUV | 193.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 109 | 0 | 0.2 | 0.54 | 0.08 | 37.62 | 0.76 | 0.67 |
| Hex | EB | BC | 6D | 0 | 14 | 36 | 8 | 26 | 4C | 43 |
| Octal | 353 | 274 | 155 | 0 | 24 | 66 | 10 | 46 | 114 | 103 |
| Binary | 11101011 | 10111100 | 1101101 | 0 | 10100 | 110110 | 1000 | 100110 | 1001100 | 1000011 |
Color Harmonies of #EBBC6D
Complementary color
Monochromatic Colors of #EBBC6D
Black with #EBBC6D
Text Example
Text Example
White with #EBBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC6D; }
p { color: rgb(235,188,109); }
H1.HeaderClassName
{
color: #EBBC6D;
}
.AnyTagClassName
{
color: #EBBC6D;
}
</style>
background-color css
<style>
a { background-color: #EBBC6D; }
a { background-color: rgb(235,188,109); }
div.DivClassName
{
background-color: #EBBC6D;
}
.BgClassName
{
background-color: #EBBC6D;
}
</style>
border-color css
<style>
span { border-color: #EBBC6D; }
span { border-color: rgb(235,188,109); }
td.TdClassName
{
border-color: #EBBC6D;
}
.TagClassName
{
border-color: #EBBC6D;
}
</style>