Shades of Gamboge #E29D11
Tints of Gamboge #E29D11
RGB
CMYK
RGB Variations
Color information
#E29D11 (or 0xE29D11) is known color: Gamboge. HEX triplet: E2, 9D and 11. RGB value is (226,157,17). Sum of RGB (Red+Green+Blue) = 226+157+17=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D11 is #1D62EE. Grayscale: #A2A2A2. Windows color (decimal): -1925871 or 1154530. OLE color: 1154530.
HSL color Cylindrical-coordinate representation of color #E29D11: hue angle of 40.19º 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 #E29D11 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 17 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.11 |
| HSL | 40.19º | 0.86% | 0.48% | - |
| HSV(B) | 40.19º | 0.92% | 0.89% | - |
| XYZ | 43.52 | 40.32 | 6.02 | - |
| YUV | 161.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 17 | 0 | 0.31 | 0.92 | 0.11 | 40.19 | 0.86 | 0.48 |
| Hex | E2 | 9D | 11 | 0 | 1F | 5C | B | 28 | 56 | 30 |
| Octal | 342 | 235 | 21 | 0 | 37 | 134 | 13 | 50 | 126 | 60 |
| Binary | 11100010 | 10011101 | 10001 | 0 | 11111 | 1011100 | 1011 | 101000 | 1010110 | 110000 |
Color Harmonies of #E29D11
Complementary color
Monochromatic Colors of #E29D11
Black with #E29D11
Text Example
Text Example
White with #E29D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D11; }
p { color: rgb(226,157,17); }
H1.HeaderClassName
{
color: #E29D11;
}
.AnyTagClassName
{
color: #E29D11;
}
</style>
background-color css
<style>
a { background-color: #E29D11; }
a { background-color: rgb(226,157,17); }
div.DivClassName
{
background-color: #E29D11;
}
.BgClassName
{
background-color: #E29D11;
}
</style>
border-color css
<style>
span { border-color: #E29D11; }
span { border-color: rgb(226,157,17); }
td.TdClassName
{
border-color: #E29D11;
}
.TagClassName
{
border-color: #E29D11;
}
</style>