Shades of Gamboge #E29316
Tints of Gamboge #E29316
RGB
CMYK
RGB Variations
Color information
#E29316 (or 0xE29316) is known color: Gamboge. HEX triplet: E2, 93 and 16. RGB value is (226,147,22). Sum of RGB (Red+Green+Blue) = 226+147+22=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E29316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29316 is #1D6CE9. Grayscale: #9C9C9C. Windows color (decimal): -1928426 or 1479650. OLE color: 1479650.
HSL color Cylindrical-coordinate representation of color #E29316: hue angle of 36.76º 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 #E29316 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 22 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.11 |
| HSL | 36.76º | 0.82% | 0.49% | - |
| HSV(B) | 36.76º | 0.9% | 0.89% | - |
| XYZ | 41.94 | 37.09 | 5.71 | - |
| YUV | 156.37 | 52.17 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 22 | 0 | 0.35 | 0.90 | 0.11 | 36.76 | 0.82 | 0.49 |
| Hex | E2 | 93 | 16 | 0 | 23 | 5A | B | 25 | 52 | 31 |
| Octal | 342 | 223 | 26 | 0 | 43 | 132 | 13 | 45 | 122 | 61 |
| Binary | 11100010 | 10010011 | 10110 | 0 | 100011 | 1011010 | 1011 | 100101 | 1010010 | 110001 |
Color Harmonies of #E29316
Complementary color
Monochromatic Colors of #E29316
Black with #E29316
Text Example
Text Example
White with #E29316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29316; }
p { color: rgb(226,147,22); }
H1.HeaderClassName
{
color: #E29316;
}
.AnyTagClassName
{
color: #E29316;
}
</style>
background-color css
<style>
a { background-color: #E29316; }
a { background-color: rgb(226,147,22); }
div.DivClassName
{
background-color: #E29316;
}
.BgClassName
{
background-color: #E29316;
}
</style>
border-color css
<style>
span { border-color: #E29316; }
span { border-color: rgb(226,147,22); }
td.TdClassName
{
border-color: #E29316;
}
.TagClassName
{
border-color: #E29316;
}
</style>