Shades of Gamboge #EBA613
Tints of Gamboge #EBA613
RGB
CMYK
RGB Variations
Color information
#EBA613 (or 0xEBA613) is known color: Gamboge. HEX triplet: EB, A6 and 13. RGB value is (235,166,19). Sum of RGB (Red+Green+Blue) = 235+166+19=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA613 is #1459EC. Grayscale: #AAAAAA. Windows color (decimal): -1333741 or 1287915. OLE color: 1287915.
HSL color Cylindrical-coordinate representation of color #EBA613: hue angle of 40.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBA613 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 19 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.08 |
| HSL | 40.83º | 0.85% | 0.5% | - |
| HSV(B) | 40.83º | 0.92% | 0.92% | - |
| XYZ | 48.01 | 44.98 | 6.77 | - |
| YUV | 169.87 | 42.86 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 19 | 0 | 0.29 | 0.92 | 0.08 | 40.83 | 0.85 | 0.5 |
| Hex | EB | A6 | 13 | 0 | 1D | 5C | 8 | 29 | 55 | 32 |
| Octal | 353 | 246 | 23 | 0 | 35 | 134 | 10 | 51 | 125 | 62 |
| Binary | 11101011 | 10100110 | 10011 | 0 | 11101 | 1011100 | 1000 | 101001 | 1010101 | 110010 |
Color Harmonies of #EBA613
Complementary color
Monochromatic Colors of #EBA613
Black with #EBA613
Text Example
Text Example
White with #EBA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA613; }
p { color: rgb(235,166,19); }
H1.HeaderClassName
{
color: #EBA613;
}
.AnyTagClassName
{
color: #EBA613;
}
</style>
background-color css
<style>
a { background-color: #EBA613; }
a { background-color: rgb(235,166,19); }
div.DivClassName
{
background-color: #EBA613;
}
.BgClassName
{
background-color: #EBA613;
}
</style>
border-color css
<style>
span { border-color: #EBA613; }
span { border-color: rgb(235,166,19); }
td.TdClassName
{
border-color: #EBA613;
}
.TagClassName
{
border-color: #EBA613;
}
</style>