Shades of Gamboge #E19E18
Tints of Gamboge #E19E18
RGB
CMYK
RGB Variations
Color information
#E19E18 (or 0xE19E18) is known color: Gamboge. HEX triplet: E1, 9E and 18. RGB value is (225,158,24). Sum of RGB (Red+Green+Blue) = 225+158+24=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19E18 is #1E61E7. Grayscale: #A3A3A3. Windows color (decimal): -1991144 or 1613537. OLE color: 1613537.
HSL color Cylindrical-coordinate representation of color #E19E18: hue angle of 40º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E19E18 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 24 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.12 |
| HSL | 40º | 0.81% | 0.49% | - |
| HSV(B) | 40º | 0.89% | 0.88% | - |
| XYZ | 43.44 | 40.53 | 6.4 | - |
| YUV | 162.76 | 49.7 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 24 | 0 | 0.30 | 0.89 | 0.12 | 40 | 0.81 | 0.49 |
| Hex | E1 | 9E | 18 | 0 | 1E | 59 | C | 28 | 51 | 31 |
| Octal | 341 | 236 | 30 | 0 | 36 | 131 | 14 | 50 | 121 | 61 |
| Binary | 11100001 | 10011110 | 11000 | 0 | 11110 | 1011001 | 1100 | 101000 | 1010001 | 110001 |
Color Harmonies of #E19E18
Complementary color
Monochromatic Colors of #E19E18
Black with #E19E18
Text Example
Text Example
White with #E19E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E18; }
p { color: rgb(225,158,24); }
H1.HeaderClassName
{
color: #E19E18;
}
.AnyTagClassName
{
color: #E19E18;
}
</style>
background-color css
<style>
a { background-color: #E19E18; }
a { background-color: rgb(225,158,24); }
div.DivClassName
{
background-color: #E19E18;
}
.BgClassName
{
background-color: #E19E18;
}
</style>
border-color css
<style>
span { border-color: #E19E18; }
span { border-color: rgb(225,158,24); }
td.TdClassName
{
border-color: #E19E18;
}
.TagClassName
{
border-color: #E19E18;
}
</style>