Shades of Gamboge #E19C16
Tints of Gamboge #E19C16
RGB
CMYK
RGB Variations
Color information
#E19C16 (or 0xE19C16) is known color: Gamboge. HEX triplet: E1, 9C and 16. RGB value is (225,156,22). Sum of RGB (Red+Green+Blue) = 225+156+22=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19C16 is #1E63E9. Grayscale: #A1A1A1. Windows color (decimal): -1991658 or 1481953. OLE color: 1481953.
HSL color Cylindrical-coordinate representation of color #E19C16: hue angle of 39.61º 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 #E19C16 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 22 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.12 |
| HSL | 39.61º | 0.82% | 0.48% | - |
| HSV(B) | 39.61º | 0.9% | 0.88% | - |
| XYZ | 43.08 | 39.84 | 6.18 | - |
| YUV | 161.36 | 49.36 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 22 | 0 | 0.31 | 0.90 | 0.12 | 39.61 | 0.82 | 0.48 |
| Hex | E1 | 9C | 16 | 0 | 1F | 5A | C | 28 | 52 | 30 |
| Octal | 341 | 234 | 26 | 0 | 37 | 132 | 14 | 50 | 122 | 60 |
| Binary | 11100001 | 10011100 | 10110 | 0 | 11111 | 1011010 | 1100 | 101000 | 1010010 | 110000 |
Color Harmonies of #E19C16
Complementary color
Monochromatic Colors of #E19C16
Black with #E19C16
Text Example
Text Example
White with #E19C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C16; }
p { color: rgb(225,156,22); }
H1.HeaderClassName
{
color: #E19C16;
}
.AnyTagClassName
{
color: #E19C16;
}
</style>
background-color css
<style>
a { background-color: #E19C16; }
a { background-color: rgb(225,156,22); }
div.DivClassName
{
background-color: #E19C16;
}
.BgClassName
{
background-color: #E19C16;
}
</style>
border-color css
<style>
span { border-color: #E19C16; }
span { border-color: rgb(225,156,22); }
td.TdClassName
{
border-color: #E19C16;
}
.TagClassName
{
border-color: #E19C16;
}
</style>