Shades of Gamboge #E18911
Tints of Gamboge #E18911
RGB
CMYK
RGB Variations
Color information
#E18911 (or 0xE18911) is known color: Gamboge. HEX triplet: E1, 89 and 11. RGB value is (225,137,17). Sum of RGB (Red+Green+Blue) = 225+137+17=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E18911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18911 is #1E76EE. Grayscale: #969696. Windows color (decimal): -1996527 or 1149409. OLE color: 1149409.
HSL color Cylindrical-coordinate representation of color #E18911: hue angle of 34.62º 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 #E18911 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 17 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.12 |
| HSL | 34.62º | 0.86% | 0.47% | - |
| HSV(B) | 34.62º | 0.92% | 0.88% | - |
| XYZ | 40.1 | 33.94 | 4.97 | - |
| YUV | 149.63 | 53.15 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 17 | 0 | 0.39 | 0.92 | 0.12 | 34.62 | 0.86 | 0.47 |
| Hex | E1 | 89 | 11 | 0 | 27 | 5C | C | 23 | 56 | 2F |
| Octal | 341 | 211 | 21 | 0 | 47 | 134 | 14 | 43 | 126 | 57 |
| Binary | 11100001 | 10001001 | 10001 | 0 | 100111 | 1011100 | 1100 | 100011 | 1010110 | 101111 |
Color Harmonies of #E18911
Complementary color
Monochromatic Colors of #E18911
Black with #E18911
Text Example
Text Example
White with #E18911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18911; }
p { color: rgb(225,137,17); }
H1.HeaderClassName
{
color: #E18911;
}
.AnyTagClassName
{
color: #E18911;
}
</style>
background-color css
<style>
a { background-color: #E18911; }
a { background-color: rgb(225,137,17); }
div.DivClassName
{
background-color: #E18911;
}
.BgClassName
{
background-color: #E18911;
}
</style>
border-color css
<style>
span { border-color: #E18911; }
span { border-color: rgb(225,137,17); }
td.TdClassName
{
border-color: #E18911;
}
.TagClassName
{
border-color: #E18911;
}
</style>