Shades of Gamboge #E19D16
Tints of Gamboge #E19D16
RGB
CMYK
RGB Variations
Color information
#E19D16 (or 0xE19D16) is known color: Gamboge. HEX triplet: E1, 9D and 16. RGB value is (225,157,22). Sum of RGB (Red+Green+Blue) = 225+157+22=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19D16 is #1E62E9. Grayscale: #A2A2A2. Windows color (decimal): -1991402 or 1482209. OLE color: 1482209.
HSL color Cylindrical-coordinate representation of color #E19D16: hue angle of 39.9º 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 #E19D16 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 22 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.12 |
| HSL | 39.9º | 0.82% | 0.48% | - |
| HSV(B) | 39.9º | 0.9% | 0.88% | - |
| XYZ | 43.25 | 40.18 | 6.23 | - |
| YUV | 161.94 | 49.03 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 22 | 0 | 0.30 | 0.90 | 0.12 | 39.9 | 0.82 | 0.48 |
| Hex | E1 | 9D | 16 | 0 | 1E | 5A | C | 28 | 52 | 30 |
| Octal | 341 | 235 | 26 | 0 | 36 | 132 | 14 | 50 | 122 | 60 |
| Binary | 11100001 | 10011101 | 10110 | 0 | 11110 | 1011010 | 1100 | 101000 | 1010010 | 110000 |
Color Harmonies of #E19D16
Complementary color
Monochromatic Colors of #E19D16
Black with #E19D16
Text Example
Text Example
White with #E19D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D16; }
p { color: rgb(225,157,22); }
H1.HeaderClassName
{
color: #E19D16;
}
.AnyTagClassName
{
color: #E19D16;
}
</style>
background-color css
<style>
a { background-color: #E19D16; }
a { background-color: rgb(225,157,22); }
div.DivClassName
{
background-color: #E19D16;
}
.BgClassName
{
background-color: #E19D16;
}
</style>
border-color css
<style>
span { border-color: #E19D16; }
span { border-color: rgb(225,157,22); }
td.TdClassName
{
border-color: #E19D16;
}
.TagClassName
{
border-color: #E19D16;
}
</style>