Shades of Gamboge #E29902
Tints of Gamboge #E29902
RGB
CMYK
RGB Variations
Color information
#E29902 (or 0xE29902) is known color: Gamboge. HEX triplet: E2, 99 and 02. RGB value is (226,153,2). Sum of RGB (Red+Green+Blue) = 226+153+2=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E29902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29902 is #1D66FD. Grayscale: #9E9E9E. Windows color (decimal): -1926910 or 170466. OLE color: 170466.
HSL color Cylindrical-coordinate representation of color #E29902: hue angle of 40.45º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E29902 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.11 |
| HSL | 40.45º | 0.98% | 0.45% | - |
| HSV(B) | 40.45º | 0.99% | 0.89% | - |
| XYZ | 42.77 | 38.96 | 5.32 | - |
| YUV | 157.61 | 40.18 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 2 | 0 | 0.32 | 0.99 | 0.11 | 40.45 | 0.98 | 0.45 |
| Hex | E2 | 99 | 2 | 0 | 20 | 63 | B | 28 | 62 | 2D |
| Octal | 342 | 231 | 2 | 0 | 40 | 143 | 13 | 50 | 142 | 55 |
| Binary | 11100010 | 10011001 | 10 | 0 | 100000 | 1100011 | 1011 | 101000 | 1100010 | 101101 |
Color Harmonies of #E29902
Complementary color
Monochromatic Colors of #E29902
Black with #E29902
Text Example
Text Example
White with #E29902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29902; }
p { color: rgb(226,153,2); }
H1.HeaderClassName
{
color: #E29902;
}
.AnyTagClassName
{
color: #E29902;
}
</style>
background-color css
<style>
a { background-color: #E29902; }
a { background-color: rgb(226,153,2); }
div.DivClassName
{
background-color: #E29902;
}
.BgClassName
{
background-color: #E29902;
}
</style>
border-color css
<style>
span { border-color: #E29902; }
span { border-color: rgb(226,153,2); }
td.TdClassName
{
border-color: #E29902;
}
.TagClassName
{
border-color: #E29902;
}
</style>