Shades of Harvest Gold #EBBA6E
Tints of Harvest Gold #EBBA6E
RGB
CMYK
RGB Variations
Color information
#EBBA6E (or 0xEBBA6E) is known color: Harvest Gold. HEX triplet: EB, BA and 6E. RGB value is (235,186,110). Sum of RGB (Red+Green+Blue) = 235+186+110=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA6E is #144591. Grayscale: #C0C0C0. Windows color (decimal): -1328530 or 7256811. OLE color: 7256811.
HSL color Cylindrical-coordinate representation of color #EBBA6E: hue angle of 36.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBBA6E is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 110 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.08 |
| HSL | 36.48º | 0.76% | 0.68% | - |
| HSV(B) | 36.48º | 0.53% | 0.92% | - |
| XYZ | 54.63 | 53.91 | 22.28 | - |
| YUV | 191.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 110 | 0 | 0.21 | 0.53 | 0.08 | 36.48 | 0.76 | 0.68 |
| Hex | EB | BA | 6E | 0 | 15 | 35 | 8 | 24 | 4C | 44 |
| Octal | 353 | 272 | 156 | 0 | 25 | 65 | 10 | 44 | 114 | 104 |
| Binary | 11101011 | 10111010 | 1101110 | 0 | 10101 | 110101 | 1000 | 100100 | 1001100 | 1000100 |
Color Harmonies of #EBBA6E
Complementary color
Monochromatic Colors of #EBBA6E
Black with #EBBA6E
Text Example
Text Example
White with #EBBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA6E; }
p { color: rgb(235,186,110); }
H1.HeaderClassName
{
color: #EBBA6E;
}
.AnyTagClassName
{
color: #EBBA6E;
}
</style>
background-color css
<style>
a { background-color: #EBBA6E; }
a { background-color: rgb(235,186,110); }
div.DivClassName
{
background-color: #EBBA6E;
}
.BgClassName
{
background-color: #EBBA6E;
}
</style>
border-color css
<style>
span { border-color: #EBBA6E; }
span { border-color: rgb(235,186,110); }
td.TdClassName
{
border-color: #EBBA6E;
}
.TagClassName
{
border-color: #EBBA6E;
}
</style>