Shades of Gamboge #E29116
Tints of Gamboge #E29116
RGB
CMYK
RGB Variations
Color information
#E29116 (or 0xE29116) is known color: Gamboge. HEX triplet: E2, 91 and 16. RGB value is (226,145,22). Sum of RGB (Red+Green+Blue) = 226+145+22=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E29116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29116 is #1D6EE9. Grayscale: #9B9B9B. Windows color (decimal): -1928938 or 1479138. OLE color: 1479138.
HSL color Cylindrical-coordinate representation of color #E29116: hue angle of 36.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E29116 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 22 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.11 |
| HSL | 36.18º | 0.82% | 0.49% | - |
| HSV(B) | 36.18º | 0.9% | 0.89% | - |
| XYZ | 41.63 | 36.48 | 5.61 | - |
| YUV | 155.2 | 52.84 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 22 | 0 | 0.36 | 0.90 | 0.11 | 36.18 | 0.82 | 0.49 |
| Hex | E2 | 91 | 16 | 0 | 24 | 5A | B | 24 | 52 | 31 |
| Octal | 342 | 221 | 26 | 0 | 44 | 132 | 13 | 44 | 122 | 61 |
| Binary | 11100010 | 10010001 | 10110 | 0 | 100100 | 1011010 | 1011 | 100100 | 1010010 | 110001 |
Color Harmonies of #E29116
Complementary color
Monochromatic Colors of #E29116
Black with #E29116
Text Example
Text Example
White with #E29116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29116; }
p { color: rgb(226,145,22); }
H1.HeaderClassName
{
color: #E29116;
}
.AnyTagClassName
{
color: #E29116;
}
</style>
background-color css
<style>
a { background-color: #E29116; }
a { background-color: rgb(226,145,22); }
div.DivClassName
{
background-color: #E29116;
}
.BgClassName
{
background-color: #E29116;
}
</style>
border-color css
<style>
span { border-color: #E29116; }
span { border-color: rgb(226,145,22); }
td.TdClassName
{
border-color: #E29116;
}
.TagClassName
{
border-color: #E29116;
}
</style>