Shades of Gamboge #EBA000
Tints of Gamboge #EBA000
RGB
CMYK
RGB Variations
Color information
#EBA000 (or 0xEBA000) is known color: Gamboge. HEX triplet: EB, A0 and 00. RGB value is (235,160,0). Sum of RGB (Red+Green+Blue) = 235+160+0=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA000 is #145FFF. Grayscale: #A4A4A4. Windows color (decimal): -1335296 or 41195. OLE color: 41195.
HSL color Cylindrical-coordinate representation of color #EBA000: hue angle of 40.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBA000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.08 |
| HSL | 40.85º | 1% | 0.46% | - |
| HSV(B) | 40.85º | 1% | 0.92% | - |
| XYZ | 46.83 | 42.8 | 5.79 | - |
| YUV | 164.19 | 35.35 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 0 | 0 | 0.32 | 1 | 0.08 | 40.85 | 1 | 0.46 |
| Hex | EB | A0 | 0 | 0 | 20 | 64 | 8 | 29 | 64 | 2E |
| Octal | 353 | 240 | 0 | 0 | 40 | 144 | 10 | 51 | 144 | 56 |
| Binary | 11101011 | 10100000 | 0 | 0 | 100000 | 1100100 | 1000 | 101001 | 1100100 | 101110 |
Color Harmonies of #EBA000
Complementary color
Monochromatic Colors of #EBA000
Black with #EBA000
Text Example
Text Example
White with #EBA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA000; }
p { color: rgb(235,160,0); }
H1.HeaderClassName
{
color: #EBA000;
}
.AnyTagClassName
{
color: #EBA000;
}
</style>
background-color css
<style>
a { background-color: #EBA000; }
a { background-color: rgb(235,160,0); }
div.DivClassName
{
background-color: #EBA000;
}
.BgClassName
{
background-color: #EBA000;
}
</style>
border-color css
<style>
span { border-color: #EBA000; }
span { border-color: rgb(235,160,0); }
td.TdClassName
{
border-color: #EBA000;
}
.TagClassName
{
border-color: #EBA000;
}
</style>