Shades of Gamboge #EBA60C
Tints of Gamboge #EBA60C
RGB
CMYK
RGB Variations
Color information
#EBA60C (or 0xEBA60C) is known color: Gamboge. HEX triplet: EB, A6 and 0C. RGB value is (235,166,12). Sum of RGB (Red+Green+Blue) = 235+166+12=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA60C is #1459F3. Grayscale: #A9A9A9. Windows color (decimal): -1333748 or 829163. OLE color: 829163.
HSL color Cylindrical-coordinate representation of color #EBA60C: hue angle of 41.43º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBA60C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.08 |
| HSL | 41.43º | 0.9% | 0.48% | - |
| HSV(B) | 41.43º | 0.95% | 0.92% | - |
| XYZ | 47.96 | 44.96 | 6.5 | - |
| YUV | 169.08 | 39.36 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 12 | 0 | 0.29 | 0.95 | 0.08 | 41.43 | 0.9 | 0.48 |
| Hex | EB | A6 | C | 0 | 1D | 5F | 8 | 29 | 5A | 30 |
| Octal | 353 | 246 | 14 | 0 | 35 | 137 | 10 | 51 | 132 | 60 |
| Binary | 11101011 | 10100110 | 1100 | 0 | 11101 | 1011111 | 1000 | 101001 | 1011010 | 110000 |
Color Harmonies of #EBA60C
Complementary color
Monochromatic Colors of #EBA60C
Black with #EBA60C
Text Example
Text Example
White with #EBA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA60C; }
p { color: rgb(235,166,12); }
H1.HeaderClassName
{
color: #EBA60C;
}
.AnyTagClassName
{
color: #EBA60C;
}
</style>
background-color css
<style>
a { background-color: #EBA60C; }
a { background-color: rgb(235,166,12); }
div.DivClassName
{
background-color: #EBA60C;
}
.BgClassName
{
background-color: #EBA60C;
}
</style>
border-color css
<style>
span { border-color: #EBA60C; }
span { border-color: rgb(235,166,12); }
td.TdClassName
{
border-color: #EBA60C;
}
.TagClassName
{
border-color: #EBA60C;
}
</style>