Shades of Harvest Gold #EBBE63
Tints of Harvest Gold #EBBE63
RGB
CMYK
RGB Variations
Color information
#EBBE63 (or 0xEBBE63) is known color: Harvest Gold. HEX triplet: EB, BE and 63. RGB value is (235,190,99). Sum of RGB (Red+Green+Blue) = 235+190+99=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE63 is #14419C. Grayscale: #C1C1C1. Windows color (decimal): -1327517 or 6536939. OLE color: 6536939.
HSL color Cylindrical-coordinate representation of color #EBBE63: hue angle of 40.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBBE63 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 99 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.08 |
| HSL | 40.15º | 0.77% | 0.65% | - |
| HSV(B) | 40.15º | 0.58% | 0.92% | - |
| XYZ | 54.93 | 55.39 | 19.6 | - |
| YUV | 193.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 99 | 0 | 0.19 | 0.58 | 0.08 | 40.15 | 0.77 | 0.65 |
| Hex | EB | BE | 63 | 0 | 13 | 3A | 8 | 28 | 4D | 41 |
| Octal | 353 | 276 | 143 | 0 | 23 | 72 | 10 | 50 | 115 | 101 |
| Binary | 11101011 | 10111110 | 1100011 | 0 | 10011 | 111010 | 1000 | 101000 | 1001101 | 1000001 |
Color Harmonies of #EBBE63
Complementary color
Monochromatic Colors of #EBBE63
Black with #EBBE63
Text Example
Text Example
White with #EBBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE63; }
p { color: rgb(235,190,99); }
H1.HeaderClassName
{
color: #EBBE63;
}
.AnyTagClassName
{
color: #EBBE63;
}
</style>
background-color css
<style>
a { background-color: #EBBE63; }
a { background-color: rgb(235,190,99); }
div.DivClassName
{
background-color: #EBBE63;
}
.BgClassName
{
background-color: #EBBE63;
}
</style>
border-color css
<style>
span { border-color: #EBBE63; }
span { border-color: rgb(235,190,99); }
td.TdClassName
{
border-color: #EBBE63;
}
.TagClassName
{
border-color: #EBBE63;
}
</style>