Shades of Gamboge #E29111
Tints of Gamboge #E29111
RGB
CMYK
RGB Variations
Color information
#E29111 (or 0xE29111) is known color: Gamboge. HEX triplet: E2, 91 and 11. RGB value is (226,145,17). Sum of RGB (Red+Green+Blue) = 226+145+17=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E29111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29111 is #1D6EEE. Grayscale: #9B9B9B. Windows color (decimal): -1928943 or 1151458. OLE color: 1151458.
HSL color Cylindrical-coordinate representation of color #E29111: hue angle of 36.75º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E29111 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 17 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.11 |
| HSL | 36.75º | 0.86% | 0.48% | - |
| HSV(B) | 36.75º | 0.92% | 0.89% | - |
| XYZ | 41.59 | 36.46 | 5.38 | - |
| YUV | 154.63 | 50.34 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 17 | 0 | 0.36 | 0.92 | 0.11 | 36.75 | 0.86 | 0.48 |
| Hex | E2 | 91 | 11 | 0 | 24 | 5C | B | 25 | 56 | 30 |
| Octal | 342 | 221 | 21 | 0 | 44 | 134 | 13 | 45 | 126 | 60 |
| Binary | 11100010 | 10010001 | 10001 | 0 | 100100 | 1011100 | 1011 | 100101 | 1010110 | 110000 |
Color Harmonies of #E29111
Complementary color
Monochromatic Colors of #E29111
Black with #E29111
Text Example
Text Example
White with #E29111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29111; }
p { color: rgb(226,145,17); }
H1.HeaderClassName
{
color: #E29111;
}
.AnyTagClassName
{
color: #E29111;
}
</style>
background-color css
<style>
a { background-color: #E29111; }
a { background-color: rgb(226,145,17); }
div.DivClassName
{
background-color: #E29111;
}
.BgClassName
{
background-color: #E29111;
}
</style>
border-color css
<style>
span { border-color: #E29111; }
span { border-color: rgb(226,145,17); }
td.TdClassName
{
border-color: #E29111;
}
.TagClassName
{
border-color: #E29111;
}
</style>