Shades of Harvest Gold #EBB86C
Tints of Harvest Gold #EBB86C
RGB
CMYK
RGB Variations
Color information
#EBB86C (or 0xEBB86C) is known color: Harvest Gold. HEX triplet: EB, B8 and 6C. RGB value is (235,184,108). Sum of RGB (Red+Green+Blue) = 235+184+108=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB86C is #144793. Grayscale: #BEBEBE. Windows color (decimal): -1329044 or 7125227. OLE color: 7125227.
HSL color Cylindrical-coordinate representation of color #EBB86C: hue angle of 35.91º 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 #EBB86C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 108 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.08 |
| HSL | 35.91º | 0.76% | 0.67% | - |
| HSV(B) | 35.91º | 0.54% | 0.92% | - |
| XYZ | 54.11 | 53.03 | 21.57 | - |
| YUV | 190.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 108 | 0 | 0.22 | 0.54 | 0.08 | 35.91 | 0.76 | 0.67 |
| Hex | EB | B8 | 6C | 0 | 16 | 36 | 8 | 24 | 4C | 43 |
| Octal | 353 | 270 | 154 | 0 | 26 | 66 | 10 | 44 | 114 | 103 |
| Binary | 11101011 | 10111000 | 1101100 | 0 | 10110 | 110110 | 1000 | 100100 | 1001100 | 1000011 |
Color Harmonies of #EBB86C
Complementary color
Monochromatic Colors of #EBB86C
Black with #EBB86C
Text Example
Text Example
White with #EBB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB86C; }
p { color: rgb(235,184,108); }
H1.HeaderClassName
{
color: #EBB86C;
}
.AnyTagClassName
{
color: #EBB86C;
}
</style>
background-color css
<style>
a { background-color: #EBB86C; }
a { background-color: rgb(235,184,108); }
div.DivClassName
{
background-color: #EBB86C;
}
.BgClassName
{
background-color: #EBB86C;
}
</style>
border-color css
<style>
span { border-color: #EBB86C; }
span { border-color: rgb(235,184,108); }
td.TdClassName
{
border-color: #EBB86C;
}
.TagClassName
{
border-color: #EBB86C;
}
</style>