Shades of Gamboge #E39011
Tints of Gamboge #E39011
RGB
CMYK
RGB Variations
Color information
#E39011 (or 0xE39011) is known color: Gamboge. HEX triplet: E3, 90 and 11. RGB value is (227,144,17). Sum of RGB (Red+Green+Blue) = 227+144+17=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E39011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39011 is #1C6FEE. Grayscale: #9A9A9A. Windows color (decimal): -1863663 or 1151203. OLE color: 1151203.
HSL color Cylindrical-coordinate representation of color #E39011: hue angle of 36.29º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E39011 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 17 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.11 |
| HSL | 36.29º | 0.86% | 0.48% | - |
| HSV(B) | 36.29º | 0.93% | 0.89% | - |
| XYZ | 41.75 | 36.32 | 5.34 | - |
| YUV | 154.34 | 50.5 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 17 | 0 | 0.37 | 0.93 | 0.11 | 36.29 | 0.86 | 0.48 |
| Hex | E3 | 90 | 11 | 0 | 25 | 5D | B | 24 | 56 | 30 |
| Octal | 343 | 220 | 21 | 0 | 45 | 135 | 13 | 44 | 126 | 60 |
| Binary | 11100011 | 10010000 | 10001 | 0 | 100101 | 1011101 | 1011 | 100100 | 1010110 | 110000 |
Color Harmonies of #E39011
Complementary color
Monochromatic Colors of #E39011
Black with #E39011
Text Example
Text Example
White with #E39011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39011; }
p { color: rgb(227,144,17); }
H1.HeaderClassName
{
color: #E39011;
}
.AnyTagClassName
{
color: #E39011;
}
</style>
background-color css
<style>
a { background-color: #E39011; }
a { background-color: rgb(227,144,17); }
div.DivClassName
{
background-color: #E39011;
}
.BgClassName
{
background-color: #E39011;
}
</style>
border-color css
<style>
span { border-color: #E39011; }
span { border-color: rgb(227,144,17); }
td.TdClassName
{
border-color: #E39011;
}
.TagClassName
{
border-color: #E39011;
}
</style>