Shades of Gamboge #EBA004
Tints of Gamboge #EBA004
RGB
CMYK
RGB Variations
Color information
#EBA004 (or 0xEBA004) is known color: Gamboge. HEX triplet: EB, A0 and 04. RGB value is (235,160,4). Sum of RGB (Red+Green+Blue) = 235+160+4=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA004 is #145FFB. Grayscale: #A5A5A5. Windows color (decimal): -1335292 or 303339. OLE color: 303339.
HSL color Cylindrical-coordinate representation of color #EBA004: hue angle of 40.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBA004 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.08 |
| HSL | 40.52º | 0.97% | 0.47% | - |
| HSV(B) | 40.52º | 0.98% | 0.92% | - |
| XYZ | 46.85 | 42.81 | 5.91 | - |
| YUV | 164.64 | 37.35 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 4 | 0 | 0.32 | 0.98 | 0.08 | 40.52 | 0.97 | 0.47 |
| Hex | EB | A0 | 4 | 0 | 20 | 62 | 8 | 29 | 61 | 2F |
| Octal | 353 | 240 | 4 | 0 | 40 | 142 | 10 | 51 | 141 | 57 |
| Binary | 11101011 | 10100000 | 100 | 0 | 100000 | 1100010 | 1000 | 101001 | 1100001 | 101111 |
Color Harmonies of #EBA004
Complementary color
Monochromatic Colors of #EBA004
Black with #EBA004
Text Example
Text Example
White with #EBA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA004; }
p { color: rgb(235,160,4); }
H1.HeaderClassName
{
color: #EBA004;
}
.AnyTagClassName
{
color: #EBA004;
}
</style>
background-color css
<style>
a { background-color: #EBA004; }
a { background-color: rgb(235,160,4); }
div.DivClassName
{
background-color: #EBA004;
}
.BgClassName
{
background-color: #EBA004;
}
</style>
border-color css
<style>
span { border-color: #EBA004; }
span { border-color: rgb(235,160,4); }
td.TdClassName
{
border-color: #EBA004;
}
.TagClassName
{
border-color: #EBA004;
}
</style>