Shades of Gamboge #EBA10C
Tints of Gamboge #EBA10C
RGB
CMYK
RGB Variations
Color information
#EBA10C (or 0xEBA10C) is known color: Gamboge. HEX triplet: EB, A1 and 0C. RGB value is (235,161,12). Sum of RGB (Red+Green+Blue) = 235+161+12=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA10C is #145EF3. Grayscale: #A6A6A6. Windows color (decimal): -1335028 or 827883. OLE color: 827883.
HSL color Cylindrical-coordinate representation of color #EBA10C: hue angle of 40.09º 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 #EBA10C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.08 |
| HSL | 40.09º | 0.9% | 0.48% | - |
| HSV(B) | 40.09º | 0.95% | 0.92% | - |
| XYZ | 47.07 | 43.18 | 6.2 | - |
| YUV | 166.14 | 41.02 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 12 | 0 | 0.31 | 0.95 | 0.08 | 40.09 | 0.9 | 0.48 |
| Hex | EB | A1 | C | 0 | 1F | 5F | 8 | 28 | 5A | 30 |
| Octal | 353 | 241 | 14 | 0 | 37 | 137 | 10 | 50 | 132 | 60 |
| Binary | 11101011 | 10100001 | 1100 | 0 | 11111 | 1011111 | 1000 | 101000 | 1011010 | 110000 |
Color Harmonies of #EBA10C
Complementary color
Monochromatic Colors of #EBA10C
Black with #EBA10C
Text Example
Text Example
White with #EBA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA10C; }
p { color: rgb(235,161,12); }
H1.HeaderClassName
{
color: #EBA10C;
}
.AnyTagClassName
{
color: #EBA10C;
}
</style>
background-color css
<style>
a { background-color: #EBA10C; }
a { background-color: rgb(235,161,12); }
div.DivClassName
{
background-color: #EBA10C;
}
.BgClassName
{
background-color: #EBA10C;
}
</style>
border-color css
<style>
span { border-color: #EBA10C; }
span { border-color: rgb(235,161,12); }
td.TdClassName
{
border-color: #EBA10C;
}
.TagClassName
{
border-color: #EBA10C;
}
</style>