Shades of Gamboge #EBA310
Tints of Gamboge #EBA310
RGB
CMYK
RGB Variations
Color information
#EBA310 (or 0xEBA310) is known color: Gamboge. HEX triplet: EB, A3 and 10. RGB value is (235,163,16). Sum of RGB (Red+Green+Blue) = 235+163+16=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA310 is #145CEF. Grayscale: #A8A8A8. Windows color (decimal): -1334512 or 1090539. OLE color: 1090539.
HSL color Cylindrical-coordinate representation of color #EBA310: hue angle of 40.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBA310 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.08 |
| HSL | 40.27º | 0.87% | 0.49% | - |
| HSV(B) | 40.27º | 0.93% | 0.92% | - |
| XYZ | 47.45 | 43.89 | 6.46 | - |
| YUV | 167.77 | 42.35 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 16 | 0 | 0.31 | 0.93 | 0.08 | 40.27 | 0.87 | 0.49 |
| Hex | EB | A3 | 10 | 0 | 1F | 5D | 8 | 28 | 57 | 31 |
| Octal | 353 | 243 | 20 | 0 | 37 | 135 | 10 | 50 | 127 | 61 |
| Binary | 11101011 | 10100011 | 10000 | 0 | 11111 | 1011101 | 1000 | 101000 | 1010111 | 110001 |
Color Harmonies of #EBA310
Complementary color
Monochromatic Colors of #EBA310
Black with #EBA310
Text Example
Text Example
White with #EBA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA310; }
p { color: rgb(235,163,16); }
H1.HeaderClassName
{
color: #EBA310;
}
.AnyTagClassName
{
color: #EBA310;
}
</style>
background-color css
<style>
a { background-color: #EBA310; }
a { background-color: rgb(235,163,16); }
div.DivClassName
{
background-color: #EBA310;
}
.BgClassName
{
background-color: #EBA310;
}
</style>
border-color css
<style>
span { border-color: #EBA310; }
span { border-color: rgb(235,163,16); }
td.TdClassName
{
border-color: #EBA310;
}
.TagClassName
{
border-color: #EBA310;
}
</style>