Shades of Gamboge #E19911
Tints of Gamboge #E19911
RGB
CMYK
RGB Variations
Color information
#E19911 (or 0xE19911) is known color: Gamboge. HEX triplet: E1, 99 and 11. RGB value is (225,153,17). Sum of RGB (Red+Green+Blue) = 225+153+17=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E19911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19911 is #1E66EE. Grayscale: #9F9F9F. Windows color (decimal): -1992431 or 1153505. OLE color: 1153505.
HSL color Cylindrical-coordinate representation of color #E19911: hue angle of 39.23º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E19911 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.12 |
| HSL | 39.23º | 0.86% | 0.47% | - |
| HSV(B) | 39.23º | 0.92% | 0.88% | - |
| XYZ | 42.54 | 38.83 | 5.78 | - |
| YUV | 159.02 | 47.85 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 17 | 0 | 0.32 | 0.92 | 0.12 | 39.23 | 0.86 | 0.47 |
| Hex | E1 | 99 | 11 | 0 | 20 | 5C | C | 27 | 56 | 2F |
| Octal | 341 | 231 | 21 | 0 | 40 | 134 | 14 | 47 | 126 | 57 |
| Binary | 11100001 | 10011001 | 10001 | 0 | 100000 | 1011100 | 1100 | 100111 | 1010110 | 101111 |
Color Harmonies of #E19911
Complementary color
Monochromatic Colors of #E19911
Black with #E19911
Text Example
Text Example
White with #E19911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19911; }
p { color: rgb(225,153,17); }
H1.HeaderClassName
{
color: #E19911;
}
.AnyTagClassName
{
color: #E19911;
}
</style>
background-color css
<style>
a { background-color: #E19911; }
a { background-color: rgb(225,153,17); }
div.DivClassName
{
background-color: #E19911;
}
.BgClassName
{
background-color: #E19911;
}
</style>
border-color css
<style>
span { border-color: #E19911; }
span { border-color: rgb(225,153,17); }
td.TdClassName
{
border-color: #E19911;
}
.TagClassName
{
border-color: #E19911;
}
</style>