Shades of Harvest Gold #EBBA68
Tints of Harvest Gold #EBBA68
RGB
CMYK
RGB Variations
Color information
#EBBA68 (or 0xEBBA68) is known color: Harvest Gold. HEX triplet: EB, BA and 68. RGB value is (235,186,104). Sum of RGB (Red+Green+Blue) = 235+186+104=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA68 is #144597. Grayscale: #BFBFBF. Windows color (decimal): -1328536 or 6863595. OLE color: 6863595.
HSL color Cylindrical-coordinate representation of color #EBBA68: hue angle of 37.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBBA68 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 104 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.08 |
| HSL | 37.56º | 0.77% | 0.66% | - |
| HSV(B) | 37.56º | 0.56% | 0.92% | - |
| XYZ | 54.32 | 53.78 | 20.61 | - |
| YUV | 191.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 104 | 0 | 0.21 | 0.56 | 0.08 | 37.56 | 0.77 | 0.66 |
| Hex | EB | BA | 68 | 0 | 15 | 38 | 8 | 26 | 4D | 42 |
| Octal | 353 | 272 | 150 | 0 | 25 | 70 | 10 | 46 | 115 | 102 |
| Binary | 11101011 | 10111010 | 1101000 | 0 | 10101 | 111000 | 1000 | 100110 | 1001101 | 1000010 |
Color Harmonies of #EBBA68
Complementary color
Monochromatic Colors of #EBBA68
Black with #EBBA68
Text Example
Text Example
White with #EBBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA68; }
p { color: rgb(235,186,104); }
H1.HeaderClassName
{
color: #EBBA68;
}
.AnyTagClassName
{
color: #EBBA68;
}
</style>
background-color css
<style>
a { background-color: #EBBA68; }
a { background-color: rgb(235,186,104); }
div.DivClassName
{
background-color: #EBBA68;
}
.BgClassName
{
background-color: #EBBA68;
}
</style>
border-color css
<style>
span { border-color: #EBBA68; }
span { border-color: rgb(235,186,104); }
td.TdClassName
{
border-color: #EBBA68;
}
.TagClassName
{
border-color: #EBBA68;
}
</style>