Shades of Gamboge #E19118
Tints of Gamboge #E19118
RGB
CMYK
RGB Variations
Color information
#E19118 (or 0xE19118) is known color: Gamboge. HEX triplet: E1, 91 and 18. RGB value is (225,145,24). Sum of RGB (Red+Green+Blue) = 225+145+24=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E19118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19118 is #1E6EE7. Grayscale: #9B9B9B. Windows color (decimal): -1994472 or 1610209. OLE color: 1610209.
HSL color Cylindrical-coordinate representation of color #E19118: hue angle of 36.12º 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 #E19118 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 24 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.12 |
| HSL | 36.12º | 0.81% | 0.49% | - |
| HSV(B) | 36.12º | 0.89% | 0.88% | - |
| XYZ | 41.34 | 36.32 | 5.7 | - |
| YUV | 155.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 24 | 0 | 0.36 | 0.89 | 0.12 | 36.12 | 0.81 | 0.49 |
| Hex | E1 | 91 | 18 | 0 | 24 | 59 | C | 24 | 51 | 31 |
| Octal | 341 | 221 | 30 | 0 | 44 | 131 | 14 | 44 | 121 | 61 |
| Binary | 11100001 | 10010001 | 11000 | 0 | 100100 | 1011001 | 1100 | 100100 | 1010001 | 110001 |
Color Harmonies of #E19118
Complementary color
Monochromatic Colors of #E19118
Black with #E19118
Text Example
Text Example
White with #E19118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19118; }
p { color: rgb(225,145,24); }
H1.HeaderClassName
{
color: #E19118;
}
.AnyTagClassName
{
color: #E19118;
}
</style>
background-color css
<style>
a { background-color: #E19118; }
a { background-color: rgb(225,145,24); }
div.DivClassName
{
background-color: #E19118;
}
.BgClassName
{
background-color: #E19118;
}
</style>
border-color css
<style>
span { border-color: #E19118; }
span { border-color: rgb(225,145,24); }
td.TdClassName
{
border-color: #E19118;
}
.TagClassName
{
border-color: #E19118;
}
</style>