Shades of Harvest Gold #EBBA6D
Tints of Harvest Gold #EBBA6D
RGB
CMYK
RGB Variations
Color information
#EBBA6D (or 0xEBBA6D) is known color: Harvest Gold. HEX triplet: EB, BA and 6D. RGB value is (235,186,109). Sum of RGB (Red+Green+Blue) = 235+186+109=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA6D is #144592. Grayscale: #C0C0C0. Windows color (decimal): -1328531 or 7191275. OLE color: 7191275.
HSL color Cylindrical-coordinate representation of color #EBBA6D: hue angle of 36.67º 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 #EBBA6D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 109 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.08 |
| HSL | 36.67º | 0.76% | 0.67% | - |
| HSV(B) | 36.67º | 0.54% | 0.92% | - |
| XYZ | 54.58 | 53.88 | 21.99 | - |
| YUV | 191.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 109 | 0 | 0.21 | 0.54 | 0.08 | 36.67 | 0.76 | 0.67 |
| Hex | EB | BA | 6D | 0 | 15 | 36 | 8 | 25 | 4C | 43 |
| Octal | 353 | 272 | 155 | 0 | 25 | 66 | 10 | 45 | 114 | 103 |
| Binary | 11101011 | 10111010 | 1101101 | 0 | 10101 | 110110 | 1000 | 100101 | 1001100 | 1000011 |
Color Harmonies of #EBBA6D
Complementary color
Monochromatic Colors of #EBBA6D
Black with #EBBA6D
Text Example
Text Example
White with #EBBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA6D; }
p { color: rgb(235,186,109); }
H1.HeaderClassName
{
color: #EBBA6D;
}
.AnyTagClassName
{
color: #EBBA6D;
}
</style>
background-color css
<style>
a { background-color: #EBBA6D; }
a { background-color: rgb(235,186,109); }
div.DivClassName
{
background-color: #EBBA6D;
}
.BgClassName
{
background-color: #EBBA6D;
}
</style>
border-color css
<style>
span { border-color: #EBBA6D; }
span { border-color: rgb(235,186,109); }
td.TdClassName
{
border-color: #EBBA6D;
}
.TagClassName
{
border-color: #EBBA6D;
}
</style>