Shades of Gamboge #E19B16
Tints of Gamboge #E19B16
RGB
CMYK
RGB Variations
Color information
#E19B16 (or 0xE19B16) is known color: Gamboge. HEX triplet: E1, 9B and 16. RGB value is (225,155,22). Sum of RGB (Red+Green+Blue) = 225+155+22=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19B16 is #1E64E9. Grayscale: #A1A1A1. Windows color (decimal): -1991914 or 1481697. OLE color: 1481697.
HSL color Cylindrical-coordinate representation of color #E19B16: hue angle of 39.31º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E19B16 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 22 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.12 |
| HSL | 39.31º | 0.82% | 0.48% | - |
| HSV(B) | 39.31º | 0.9% | 0.88% | - |
| XYZ | 42.92 | 39.51 | 6.12 | - |
| YUV | 160.77 | 49.69 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 22 | 0 | 0.31 | 0.90 | 0.12 | 39.31 | 0.82 | 0.48 |
| Hex | E1 | 9B | 16 | 0 | 1F | 5A | C | 27 | 52 | 30 |
| Octal | 341 | 233 | 26 | 0 | 37 | 132 | 14 | 47 | 122 | 60 |
| Binary | 11100001 | 10011011 | 10110 | 0 | 11111 | 1011010 | 1100 | 100111 | 1010010 | 110000 |
Color Harmonies of #E19B16
Complementary color
Monochromatic Colors of #E19B16
Black with #E19B16
Text Example
Text Example
White with #E19B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B16; }
p { color: rgb(225,155,22); }
H1.HeaderClassName
{
color: #E19B16;
}
.AnyTagClassName
{
color: #E19B16;
}
</style>
background-color css
<style>
a { background-color: #E19B16; }
a { background-color: rgb(225,155,22); }
div.DivClassName
{
background-color: #E19B16;
}
.BgClassName
{
background-color: #E19B16;
}
</style>
border-color css
<style>
span { border-color: #E19B16; }
span { border-color: rgb(225,155,22); }
td.TdClassName
{
border-color: #E19B16;
}
.TagClassName
{
border-color: #E19B16;
}
</style>