Shades of Gamboge #E19E16
Tints of Gamboge #E19E16
RGB
CMYK
RGB Variations
Color information
#E19E16 (or 0xE19E16) is known color: Gamboge. HEX triplet: E1, 9E and 16. RGB value is (225,158,22). Sum of RGB (Red+Green+Blue) = 225+158+22=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19E16 is #1E61E9. Grayscale: #A3A3A3. Windows color (decimal): -1991146 or 1482465. OLE color: 1482465.
HSL color Cylindrical-coordinate representation of color #E19E16: hue angle of 40.2º 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 #E19E16 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 22 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.12 |
| HSL | 40.2º | 0.82% | 0.48% | - |
| HSV(B) | 40.2º | 0.9% | 0.88% | - |
| XYZ | 43.42 | 40.52 | 6.29 | - |
| YUV | 162.53 | 48.7 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 22 | 0 | 0.30 | 0.90 | 0.12 | 40.2 | 0.82 | 0.48 |
| Hex | E1 | 9E | 16 | 0 | 1E | 5A | C | 28 | 52 | 30 |
| Octal | 341 | 236 | 26 | 0 | 36 | 132 | 14 | 50 | 122 | 60 |
| Binary | 11100001 | 10011110 | 10110 | 0 | 11110 | 1011010 | 1100 | 101000 | 1010010 | 110000 |
Color Harmonies of #E19E16
Complementary color
Monochromatic Colors of #E19E16
Black with #E19E16
Text Example
Text Example
White with #E19E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E16; }
p { color: rgb(225,158,22); }
H1.HeaderClassName
{
color: #E19E16;
}
.AnyTagClassName
{
color: #E19E16;
}
</style>
background-color css
<style>
a { background-color: #E19E16; }
a { background-color: rgb(225,158,22); }
div.DivClassName
{
background-color: #E19E16;
}
.BgClassName
{
background-color: #E19E16;
}
</style>
border-color css
<style>
span { border-color: #E19E16; }
span { border-color: rgb(225,158,22); }
td.TdClassName
{
border-color: #E19E16;
}
.TagClassName
{
border-color: #E19E16;
}
</style>