Shades of Gamboge #E29508
Tints of Gamboge #E29508
RGB
CMYK
RGB Variations
Color information
#E29508 (or 0xE29508) is known color: Gamboge. HEX triplet: E2, 95 and 08. RGB value is (226,149,8). Sum of RGB (Red+Green+Blue) = 226+149+8=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E29508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29508 is #1D6AF7. Grayscale: #9C9C9C. Windows color (decimal): -1927928 or 562658. OLE color: 562658.
HSL color Cylindrical-coordinate representation of color #E29508: hue angle of 38.81º 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 #E29508 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.11 |
| HSL | 38.81º | 0.93% | 0.46% | - |
| HSV(B) | 38.81º | 0.96% | 0.89% | - |
| XYZ | 42.16 | 37.68 | 5.28 | - |
| YUV | 155.95 | 44.51 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 8 | 0 | 0.34 | 0.96 | 0.11 | 38.81 | 0.93 | 0.46 |
| Hex | E2 | 95 | 8 | 0 | 22 | 60 | B | 27 | 5D | 2E |
| Octal | 342 | 225 | 10 | 0 | 42 | 140 | 13 | 47 | 135 | 56 |
| Binary | 11100010 | 10010101 | 1000 | 0 | 100010 | 1100000 | 1011 | 100111 | 1011101 | 101110 |
Color Harmonies of #E29508
Complementary color
Monochromatic Colors of #E29508
Black with #E29508
Text Example
Text Example
White with #E29508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29508; }
p { color: rgb(226,149,8); }
H1.HeaderClassName
{
color: #E29508;
}
.AnyTagClassName
{
color: #E29508;
}
</style>
background-color css
<style>
a { background-color: #E29508; }
a { background-color: rgb(226,149,8); }
div.DivClassName
{
background-color: #E29508;
}
.BgClassName
{
background-color: #E29508;
}
</style>
border-color css
<style>
span { border-color: #E29508; }
span { border-color: rgb(226,149,8); }
td.TdClassName
{
border-color: #E29508;
}
.TagClassName
{
border-color: #E29508;
}
</style>