Shades of Gamboge #E19918
Tints of Gamboge #E19918
RGB
CMYK
RGB Variations
Color information
#E19918 (or 0xE19918) is known color: Gamboge. HEX triplet: E1, 99 and 18. RGB value is (225,153,24). Sum of RGB (Red+Green+Blue) = 225+153+24=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E19918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19918 is #1E66E7. Grayscale: #A0A0A0. Windows color (decimal): -1992424 or 1612257. OLE color: 1612257.
HSL color Cylindrical-coordinate representation of color #E19918: hue angle of 38.51º 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 #E19918 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 24 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.12 |
| HSL | 38.51º | 0.81% | 0.49% | - |
| HSV(B) | 38.51º | 0.89% | 0.88% | - |
| XYZ | 42.61 | 38.86 | 6.12 | - |
| YUV | 159.82 | 51.35 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 24 | 0 | 0.32 | 0.89 | 0.12 | 38.51 | 0.81 | 0.49 |
| Hex | E1 | 99 | 18 | 0 | 20 | 59 | C | 27 | 51 | 31 |
| Octal | 341 | 231 | 30 | 0 | 40 | 131 | 14 | 47 | 121 | 61 |
| Binary | 11100001 | 10011001 | 11000 | 0 | 100000 | 1011001 | 1100 | 100111 | 1010001 | 110001 |
Color Harmonies of #E19918
Complementary color
Monochromatic Colors of #E19918
Black with #E19918
Text Example
Text Example
White with #E19918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19918; }
p { color: rgb(225,153,24); }
H1.HeaderClassName
{
color: #E19918;
}
.AnyTagClassName
{
color: #E19918;
}
</style>
background-color css
<style>
a { background-color: #E19918; }
a { background-color: rgb(225,153,24); }
div.DivClassName
{
background-color: #E19918;
}
.BgClassName
{
background-color: #E19918;
}
</style>
border-color css
<style>
span { border-color: #E19918; }
span { border-color: rgb(225,153,24); }
td.TdClassName
{
border-color: #E19918;
}
.TagClassName
{
border-color: #E19918;
}
</style>