Shades of Gamboge #E29211
Tints of Gamboge #E29211
RGB
CMYK
RGB Variations
Color information
#E29211 (or 0xE29211) is known color: Gamboge. HEX triplet: E2, 92 and 11. RGB value is (226,146,17). Sum of RGB (Red+Green+Blue) = 226+146+17=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E29211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29211 is #1D6DEE. Grayscale: #9B9B9B. Windows color (decimal): -1928687 or 1151714. OLE color: 1151714.
HSL color Cylindrical-coordinate representation of color #E29211: hue angle of 37.03º 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 #E29211 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 17 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.11 |
| HSL | 37.03º | 0.86% | 0.48% | - |
| HSV(B) | 37.03º | 0.92% | 0.89% | - |
| XYZ | 41.74 | 36.77 | 5.43 | - |
| YUV | 155.21 | 50 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 17 | 0 | 0.35 | 0.92 | 0.11 | 37.03 | 0.86 | 0.48 |
| Hex | E2 | 92 | 11 | 0 | 23 | 5C | B | 25 | 56 | 30 |
| Octal | 342 | 222 | 21 | 0 | 43 | 134 | 13 | 45 | 126 | 60 |
| Binary | 11100010 | 10010010 | 10001 | 0 | 100011 | 1011100 | 1011 | 100101 | 1010110 | 110000 |
Color Harmonies of #E29211
Complementary color
Monochromatic Colors of #E29211
Black with #E29211
Text Example
Text Example
White with #E29211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29211; }
p { color: rgb(226,146,17); }
H1.HeaderClassName
{
color: #E29211;
}
.AnyTagClassName
{
color: #E29211;
}
</style>
background-color css
<style>
a { background-color: #E29211; }
a { background-color: rgb(226,146,17); }
div.DivClassName
{
background-color: #E29211;
}
.BgClassName
{
background-color: #E29211;
}
</style>
border-color css
<style>
span { border-color: #E29211; }
span { border-color: rgb(226,146,17); }
td.TdClassName
{
border-color: #E29211;
}
.TagClassName
{
border-color: #E29211;
}
</style>