Shades of Gamboge #EB9B16
Tints of Gamboge #EB9B16
RGB
CMYK
RGB Variations
Color information
#EB9B16 (or 0xEB9B16) is known color: Gamboge. HEX triplet: EB, 9B and 16. RGB value is (235,155,22). Sum of RGB (Red+Green+Blue) = 235+155+22=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9B16 is #1464E9. Grayscale: #A4A4A4. Windows color (decimal): -1336554 or 1481707. OLE color: 1481707.
HSL color Cylindrical-coordinate representation of color #EB9B16: hue angle of 37.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB9B16 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 155 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.08 |
| HSL | 37.46º | 0.84% | 0.5% | - |
| HSV(B) | 37.46º | 0.91% | 0.92% | - |
| XYZ | 46.13 | 41.16 | 6.27 | - |
| YUV | 163.76 | 48 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 155 | 22 | 0 | 0.34 | 0.91 | 0.08 | 37.46 | 0.84 | 0.5 |
| Hex | EB | 9B | 16 | 0 | 22 | 5B | 8 | 25 | 54 | 32 |
| Octal | 353 | 233 | 26 | 0 | 42 | 133 | 10 | 45 | 124 | 62 |
| Binary | 11101011 | 10011011 | 10110 | 0 | 100010 | 1011011 | 1000 | 100101 | 1010100 | 110010 |
Color Harmonies of #EB9B16
Complementary color
Monochromatic Colors of #EB9B16
Black with #EB9B16
Text Example
Text Example
White with #EB9B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9B16; }
p { color: rgb(235,155,22); }
H1.HeaderClassName
{
color: #EB9B16;
}
.AnyTagClassName
{
color: #EB9B16;
}
</style>
background-color css
<style>
a { background-color: #EB9B16; }
a { background-color: rgb(235,155,22); }
div.DivClassName
{
background-color: #EB9B16;
}
.BgClassName
{
background-color: #EB9B16;
}
</style>
border-color css
<style>
span { border-color: #EB9B16; }
span { border-color: rgb(235,155,22); }
td.TdClassName
{
border-color: #EB9B16;
}
.TagClassName
{
border-color: #EB9B16;
}
</style>