Shades of Harvest Gold #EBBF60
Tints of Harvest Gold #EBBF60
RGB
CMYK
RGB Variations
Color information
#EBBF60 (or 0xEBBF60) is known color: Harvest Gold. HEX triplet: EB, BF and 60. RGB value is (235,191,96). Sum of RGB (Red+Green+Blue) = 235+191+96=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBF60 is #14409F. Grayscale: #C1C1C1. Windows color (decimal): -1327264 or 6340587. OLE color: 6340587.
HSL color Cylindrical-coordinate representation of color #EBBF60: hue angle of 41.01º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBBF60 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 96 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.08 |
| HSL | 41.01º | 0.78% | 0.65% | - |
| HSV(B) | 41.01º | 0.59% | 0.92% | - |
| XYZ | 55 | 55.77 | 18.93 | - |
| YUV | 193.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 96 | 0 | 0.19 | 0.59 | 0.08 | 41.01 | 0.78 | 0.65 |
| Hex | EB | BF | 60 | 0 | 13 | 3B | 8 | 29 | 4E | 41 |
| Octal | 353 | 277 | 140 | 0 | 23 | 73 | 10 | 51 | 116 | 101 |
| Binary | 11101011 | 10111111 | 1100000 | 0 | 10011 | 111011 | 1000 | 101001 | 1001110 | 1000001 |
Color Harmonies of #EBBF60
Complementary color
Monochromatic Colors of #EBBF60
Black with #EBBF60
Text Example
Text Example
White with #EBBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBF60; }
p { color: rgb(235,191,96); }
H1.HeaderClassName
{
color: #EBBF60;
}
.AnyTagClassName
{
color: #EBBF60;
}
</style>
background-color css
<style>
a { background-color: #EBBF60; }
a { background-color: rgb(235,191,96); }
div.DivClassName
{
background-color: #EBBF60;
}
.BgClassName
{
background-color: #EBBF60;
}
</style>
border-color css
<style>
span { border-color: #EBBF60; }
span { border-color: rgb(235,191,96); }
td.TdClassName
{
border-color: #EBBF60;
}
.TagClassName
{
border-color: #EBBF60;
}
</style>