Shades of Gamboge #EBA612
Tints of Gamboge #EBA612
RGB
CMYK
RGB Variations
Color information
#EBA612 (or 0xEBA612) is known color: Gamboge. HEX triplet: EB, A6 and 12. RGB value is (235,166,18). Sum of RGB (Red+Green+Blue) = 235+166+18=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA612 is #1459ED. Grayscale: #AAAAAA. Windows color (decimal): -1333742 or 1222379. OLE color: 1222379.
HSL color Cylindrical-coordinate representation of color #EBA612: hue angle of 40.92º degrees, saturation: 0.86, 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 #EBA612 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 18 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.08 |
| HSL | 40.92º | 0.86% | 0.5% | - |
| HSV(B) | 40.92º | 0.92% | 0.92% | - |
| XYZ | 48.01 | 44.98 | 6.72 | - |
| YUV | 169.76 | 42.36 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 18 | 0 | 0.29 | 0.92 | 0.08 | 40.92 | 0.86 | 0.5 |
| Hex | EB | A6 | 12 | 0 | 1D | 5C | 8 | 29 | 56 | 32 |
| Octal | 353 | 246 | 22 | 0 | 35 | 134 | 10 | 51 | 126 | 62 |
| Binary | 11101011 | 10100110 | 10010 | 0 | 11101 | 1011100 | 1000 | 101001 | 1010110 | 110010 |
Color Harmonies of #EBA612
Complementary color
Monochromatic Colors of #EBA612
Black with #EBA612
Text Example
Text Example
White with #EBA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA612; }
p { color: rgb(235,166,18); }
H1.HeaderClassName
{
color: #EBA612;
}
.AnyTagClassName
{
color: #EBA612;
}
</style>
background-color css
<style>
a { background-color: #EBA612; }
a { background-color: rgb(235,166,18); }
div.DivClassName
{
background-color: #EBA612;
}
.BgClassName
{
background-color: #EBA612;
}
</style>
border-color css
<style>
span { border-color: #EBA612; }
span { border-color: rgb(235,166,18); }
td.TdClassName
{
border-color: #EBA612;
}
.TagClassName
{
border-color: #EBA612;
}
</style>