Shades of Harvest Gold #EBB063
Tints of Harvest Gold #EBB063
RGB
CMYK
RGB Variations
Color information
#EBB063 (or 0xEBB063) is known color: Harvest Gold. HEX triplet: EB, B0 and 63. RGB value is (235,176,99). Sum of RGB (Red+Green+Blue) = 235+176+99=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB063 is #144F9C. Grayscale: #B9B9B9. Windows color (decimal): -1331101 or 6533355. OLE color: 6533355.
HSL color Cylindrical-coordinate representation of color #EBB063: hue angle of 33.97º 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 #EBB063 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 99 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.08 |
| HSL | 33.97º | 0.77% | 0.65% | - |
| HSV(B) | 33.97º | 0.58% | 0.92% | - |
| XYZ | 52.04 | 49.61 | 18.64 | - |
| YUV | 184.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 99 | 0 | 0.25 | 0.58 | 0.08 | 33.97 | 0.77 | 0.65 |
| Hex | EB | B0 | 63 | 0 | 19 | 3A | 8 | 22 | 4D | 41 |
| Octal | 353 | 260 | 143 | 0 | 31 | 72 | 10 | 42 | 115 | 101 |
| Binary | 11101011 | 10110000 | 1100011 | 0 | 11001 | 111010 | 1000 | 100010 | 1001101 | 1000001 |
Color Harmonies of #EBB063
Complementary color
Monochromatic Colors of #EBB063
Black with #EBB063
Text Example
Text Example
White with #EBB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB063; }
p { color: rgb(235,176,99); }
H1.HeaderClassName
{
color: #EBB063;
}
.AnyTagClassName
{
color: #EBB063;
}
</style>
background-color css
<style>
a { background-color: #EBB063; }
a { background-color: rgb(235,176,99); }
div.DivClassName
{
background-color: #EBB063;
}
.BgClassName
{
background-color: #EBB063;
}
</style>
border-color css
<style>
span { border-color: #EBB063; }
span { border-color: rgb(235,176,99); }
td.TdClassName
{
border-color: #EBB063;
}
.TagClassName
{
border-color: #EBB063;
}
</style>