Shades of Gamboge #EBA60B
Tints of Gamboge #EBA60B
RGB
CMYK
RGB Variations
Color information
#EBA60B (or 0xEBA60B) is known color: Gamboge. HEX triplet: EB, A6 and 0B. RGB value is (235,166,11). Sum of RGB (Red+Green+Blue) = 235+166+11=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA60B is #1459F4. Grayscale: #A9A9A9. Windows color (decimal): -1333749 or 763627. OLE color: 763627.
HSL color Cylindrical-coordinate representation of color #EBA60B: hue angle of 41.52º degrees, saturation: 0.91, 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 #EBA60B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.08 |
| HSL | 41.52º | 0.91% | 0.48% | - |
| HSV(B) | 41.52º | 0.95% | 0.92% | - |
| XYZ | 47.96 | 44.96 | 6.47 | - |
| YUV | 168.96 | 38.86 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 11 | 0 | 0.29 | 0.95 | 0.08 | 41.52 | 0.91 | 0.48 |
| Hex | EB | A6 | B | 0 | 1D | 5F | 8 | 2A | 5B | 30 |
| Octal | 353 | 246 | 13 | 0 | 35 | 137 | 10 | 52 | 133 | 60 |
| Binary | 11101011 | 10100110 | 1011 | 0 | 11101 | 1011111 | 1000 | 101010 | 1011011 | 110000 |
Color Harmonies of #EBA60B
Complementary color
Monochromatic Colors of #EBA60B
Black with #EBA60B
Text Example
Text Example
White with #EBA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA60B; }
p { color: rgb(235,166,11); }
H1.HeaderClassName
{
color: #EBA60B;
}
.AnyTagClassName
{
color: #EBA60B;
}
</style>
background-color css
<style>
a { background-color: #EBA60B; }
a { background-color: rgb(235,166,11); }
div.DivClassName
{
background-color: #EBA60B;
}
.BgClassName
{
background-color: #EBA60B;
}
</style>
border-color css
<style>
span { border-color: #EBA60B; }
span { border-color: rgb(235,166,11); }
td.TdClassName
{
border-color: #EBA60B;
}
.TagClassName
{
border-color: #EBA60B;
}
</style>