Shades of Gamboge #E29610
Tints of Gamboge #E29610
RGB
CMYK
RGB Variations
Color information
#E29610 (or 0xE29610) is known color: Gamboge. HEX triplet: E2, 96 and 10. RGB value is (226,150,16). Sum of RGB (Red+Green+Blue) = 226+150+16=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E29610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29610 is #1D69EF. Grayscale: #9E9E9E. Windows color (decimal): -1927664 or 1087202. OLE color: 1087202.
HSL color Cylindrical-coordinate representation of color #E29610: hue angle of 38.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E29610 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.11 |
| HSL | 38.29º | 0.87% | 0.47% | - |
| HSV(B) | 38.29º | 0.93% | 0.89% | - |
| XYZ | 42.36 | 38.02 | 5.6 | - |
| YUV | 157.45 | 48.18 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 16 | 0 | 0.34 | 0.93 | 0.11 | 38.29 | 0.87 | 0.47 |
| Hex | E2 | 96 | 10 | 0 | 22 | 5D | B | 26 | 57 | 2F |
| Octal | 342 | 226 | 20 | 0 | 42 | 135 | 13 | 46 | 127 | 57 |
| Binary | 11100010 | 10010110 | 10000 | 0 | 100010 | 1011101 | 1011 | 100110 | 1010111 | 101111 |
Color Harmonies of #E29610
Complementary color
Monochromatic Colors of #E29610
Black with #E29610
Text Example
Text Example
White with #E29610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29610; }
p { color: rgb(226,150,16); }
H1.HeaderClassName
{
color: #E29610;
}
.AnyTagClassName
{
color: #E29610;
}
</style>
background-color css
<style>
a { background-color: #E29610; }
a { background-color: rgb(226,150,16); }
div.DivClassName
{
background-color: #E29610;
}
.BgClassName
{
background-color: #E29610;
}
</style>
border-color css
<style>
span { border-color: #E29610; }
span { border-color: rgb(226,150,16); }
td.TdClassName
{
border-color: #E29610;
}
.TagClassName
{
border-color: #E29610;
}
</style>