Shades of Gamboge #E19916
Tints of Gamboge #E19916
RGB
CMYK
RGB Variations
Color information
#E19916 (or 0xE19916) is known color: Gamboge. HEX triplet: E1, 99 and 16. RGB value is (225,153,22). Sum of RGB (Red+Green+Blue) = 225+153+22=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E19916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19916 is #1E66E9. Grayscale: #A0A0A0. Windows color (decimal): -1992426 or 1481185. OLE color: 1481185.
HSL color Cylindrical-coordinate representation of color #E19916: hue angle of 38.72º 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 #E19916 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.12 |
| HSL | 38.72º | 0.82% | 0.48% | - |
| HSV(B) | 38.72º | 0.9% | 0.88% | - |
| XYZ | 42.59 | 38.85 | 6.01 | - |
| YUV | 159.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 22 | 0 | 0.32 | 0.90 | 0.12 | 38.72 | 0.82 | 0.48 |
| Hex | E1 | 99 | 16 | 0 | 20 | 5A | C | 27 | 52 | 30 |
| Octal | 341 | 231 | 26 | 0 | 40 | 132 | 14 | 47 | 122 | 60 |
| Binary | 11100001 | 10011001 | 10110 | 0 | 100000 | 1011010 | 1100 | 100111 | 1010010 | 110000 |
Color Harmonies of #E19916
Complementary color
Monochromatic Colors of #E19916
Black with #E19916
Text Example
Text Example
White with #E19916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19916; }
p { color: rgb(225,153,22); }
H1.HeaderClassName
{
color: #E19916;
}
.AnyTagClassName
{
color: #E19916;
}
</style>
background-color css
<style>
a { background-color: #E19916; }
a { background-color: rgb(225,153,22); }
div.DivClassName
{
background-color: #E19916;
}
.BgClassName
{
background-color: #E19916;
}
</style>
border-color css
<style>
span { border-color: #E19916; }
span { border-color: rgb(225,153,22); }
td.TdClassName
{
border-color: #E19916;
}
.TagClassName
{
border-color: #E19916;
}
</style>