Shades of Gamboge #E29B11
Tints of Gamboge #E29B11
RGB
CMYK
RGB Variations
Color information
#E29B11 (or 0xE29B11) is known color: Gamboge. HEX triplet: E2, 9B and 11. RGB value is (226,155,17). Sum of RGB (Red+Green+Blue) = 226+155+17=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29B11 is #1D64EE. Grayscale: #A1A1A1. Windows color (decimal): -1926383 or 1154018. OLE color: 1154018.
HSL color Cylindrical-coordinate representation of color #E29B11: hue angle of 39.62º 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 #E29B11 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 17 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.11 |
| HSL | 39.62º | 0.86% | 0.48% | - |
| HSV(B) | 39.62º | 0.92% | 0.89% | - |
| XYZ | 43.19 | 39.65 | 5.91 | - |
| YUV | 160.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 17 | 0 | 0.31 | 0.92 | 0.11 | 39.62 | 0.86 | 0.48 |
| Hex | E2 | 9B | 11 | 0 | 1F | 5C | B | 28 | 56 | 30 |
| Octal | 342 | 233 | 21 | 0 | 37 | 134 | 13 | 50 | 126 | 60 |
| Binary | 11100010 | 10011011 | 10001 | 0 | 11111 | 1011100 | 1011 | 101000 | 1010110 | 110000 |
Color Harmonies of #E29B11
Complementary color
Monochromatic Colors of #E29B11
Black with #E29B11
Text Example
Text Example
White with #E29B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29B11; }
p { color: rgb(226,155,17); }
H1.HeaderClassName
{
color: #E29B11;
}
.AnyTagClassName
{
color: #E29B11;
}
</style>
background-color css
<style>
a { background-color: #E29B11; }
a { background-color: rgb(226,155,17); }
div.DivClassName
{
background-color: #E29B11;
}
.BgClassName
{
background-color: #E29B11;
}
</style>
border-color css
<style>
span { border-color: #E29B11; }
span { border-color: rgb(226,155,17); }
td.TdClassName
{
border-color: #E29B11;
}
.TagClassName
{
border-color: #E29B11;
}
</style>