Shades of Gamboge #E19F16
Tints of Gamboge #E19F16
RGB
CMYK
RGB Variations
Color information
#E19F16 (or 0xE19F16) is known color: Gamboge. HEX triplet: E1, 9F and 16. RGB value is (225,159,22). Sum of RGB (Red+Green+Blue) = 225+159+22=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19F16 is #1E60E9. Grayscale: #A3A3A3. Windows color (decimal): -1990890 or 1482721. OLE color: 1482721.
HSL color Cylindrical-coordinate representation of color #E19F16: hue angle of 40.49º 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 #E19F16 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 22 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.12 |
| HSL | 40.49º | 0.82% | 0.48% | - |
| HSV(B) | 40.49º | 0.9% | 0.88% | - |
| XYZ | 43.59 | 40.86 | 6.35 | - |
| YUV | 163.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 22 | 0 | 0.29 | 0.90 | 0.12 | 40.49 | 0.82 | 0.48 |
| Hex | E1 | 9F | 16 | 0 | 1D | 5A | C | 28 | 52 | 30 |
| Octal | 341 | 237 | 26 | 0 | 35 | 132 | 14 | 50 | 122 | 60 |
| Binary | 11100001 | 10011111 | 10110 | 0 | 11101 | 1011010 | 1100 | 101000 | 1010010 | 110000 |
Color Harmonies of #E19F16
Complementary color
Monochromatic Colors of #E19F16
Black with #E19F16
Text Example
Text Example
White with #E19F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F16; }
p { color: rgb(225,159,22); }
H1.HeaderClassName
{
color: #E19F16;
}
.AnyTagClassName
{
color: #E19F16;
}
</style>
background-color css
<style>
a { background-color: #E19F16; }
a { background-color: rgb(225,159,22); }
div.DivClassName
{
background-color: #E19F16;
}
.BgClassName
{
background-color: #E19F16;
}
</style>
border-color css
<style>
span { border-color: #E19F16; }
span { border-color: rgb(225,159,22); }
td.TdClassName
{
border-color: #E19F16;
}
.TagClassName
{
border-color: #E19F16;
}
</style>