Shades of Gamboge #E29617
Tints of Gamboge #E29617
RGB
CMYK
RGB Variations
Color information
#E29617 (or 0xE29617) is known color: Gamboge. HEX triplet: E2, 96 and 17. RGB value is (226,150,23). Sum of RGB (Red+Green+Blue) = 226+150+23=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E29617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29617 is #1D69E8. Grayscale: #9E9E9E. Windows color (decimal): -1927657 or 1545954. OLE color: 1545954.
HSL color Cylindrical-coordinate representation of color #E29617: hue angle of 37.54º 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 #E29617 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.11 |
| HSL | 37.54º | 0.82% | 0.49% | - |
| HSV(B) | 37.54º | 0.9% | 0.89% | - |
| XYZ | 42.43 | 38.04 | 5.92 | - |
| YUV | 158.25 | 51.68 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 23 | 0 | 0.34 | 0.90 | 0.11 | 37.54 | 0.82 | 0.49 |
| Hex | E2 | 96 | 17 | 0 | 22 | 5A | B | 26 | 52 | 31 |
| Octal | 342 | 226 | 27 | 0 | 42 | 132 | 13 | 46 | 122 | 61 |
| Binary | 11100010 | 10010110 | 10111 | 0 | 100010 | 1011010 | 1011 | 100110 | 1010010 | 110001 |
Color Harmonies of #E29617
Complementary color
Monochromatic Colors of #E29617
Black with #E29617
Text Example
Text Example
White with #E29617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29617; }
p { color: rgb(226,150,23); }
H1.HeaderClassName
{
color: #E29617;
}
.AnyTagClassName
{
color: #E29617;
}
</style>
background-color css
<style>
a { background-color: #E29617; }
a { background-color: rgb(226,150,23); }
div.DivClassName
{
background-color: #E29617;
}
.BgClassName
{
background-color: #E29617;
}
</style>
border-color css
<style>
span { border-color: #E29617; }
span { border-color: rgb(226,150,23); }
td.TdClassName
{
border-color: #E29617;
}
.TagClassName
{
border-color: #E29617;
}
</style>