Shades of Gamboge #E29C08
Tints of Gamboge #E29C08
RGB
CMYK
RGB Variations
Color information
#E29C08 (or 0xE29C08) is known color: Gamboge. HEX triplet: E2, 9C and 08. RGB value is (226,156,8). Sum of RGB (Red+Green+Blue) = 226+156+8=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29C08 is #1D63F7. Grayscale: #A0A0A0. Windows color (decimal): -1926136 or 564450. OLE color: 564450.
HSL color Cylindrical-coordinate representation of color #E29C08: hue angle of 40.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E29C08 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.11 |
| HSL | 40.73º | 0.93% | 0.46% | - |
| HSV(B) | 40.73º | 0.96% | 0.89% | - |
| XYZ | 43.3 | 39.96 | 5.66 | - |
| YUV | 160.06 | 42.19 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 8 | 0 | 0.31 | 0.96 | 0.11 | 40.73 | 0.93 | 0.46 |
| Hex | E2 | 9C | 8 | 0 | 1F | 60 | B | 29 | 5D | 2E |
| Octal | 342 | 234 | 10 | 0 | 37 | 140 | 13 | 51 | 135 | 56 |
| Binary | 11100010 | 10011100 | 1000 | 0 | 11111 | 1100000 | 1011 | 101001 | 1011101 | 101110 |
Color Harmonies of #E29C08
Complementary color
Monochromatic Colors of #E29C08
Black with #E29C08
Text Example
Text Example
White with #E29C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C08; }
p { color: rgb(226,156,8); }
H1.HeaderClassName
{
color: #E29C08;
}
.AnyTagClassName
{
color: #E29C08;
}
</style>
background-color css
<style>
a { background-color: #E29C08; }
a { background-color: rgb(226,156,8); }
div.DivClassName
{
background-color: #E29C08;
}
.BgClassName
{
background-color: #E29C08;
}
</style>
border-color css
<style>
span { border-color: #E29C08; }
span { border-color: rgb(226,156,8); }
td.TdClassName
{
border-color: #E29C08;
}
.TagClassName
{
border-color: #E29C08;
}
</style>