Shades of Gamboge #E29803
Tints of Gamboge #E29803
RGB
CMYK
RGB Variations
Color information
#E29803 (or 0xE29803) is known color: Gamboge. HEX triplet: E2, 98 and 03. RGB value is (226,152,3). Sum of RGB (Red+Green+Blue) = 226+152+3=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E29803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29803 is #1D67FC. Grayscale: #9D9D9D. Windows color (decimal): -1927165 or 235746. OLE color: 235746.
HSL color Cylindrical-coordinate representation of color #E29803: hue angle of 40.09º degrees, saturation: 0.97, 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 #E29803 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.11 |
| HSL | 40.09º | 0.97% | 0.45% | - |
| HSV(B) | 40.09º | 0.99% | 0.89% | - |
| XYZ | 42.61 | 38.63 | 5.3 | - |
| YUV | 157.14 | 41.02 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 3 | 0 | 0.33 | 0.99 | 0.11 | 40.09 | 0.97 | 0.45 |
| Hex | E2 | 98 | 3 | 0 | 21 | 63 | B | 28 | 61 | 2D |
| Octal | 342 | 230 | 3 | 0 | 41 | 143 | 13 | 50 | 141 | 55 |
| Binary | 11100010 | 10011000 | 11 | 0 | 100001 | 1100011 | 1011 | 101000 | 1100001 | 101101 |
Color Harmonies of #E29803
Complementary color
Monochromatic Colors of #E29803
Black with #E29803
Text Example
Text Example
White with #E29803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29803; }
p { color: rgb(226,152,3); }
H1.HeaderClassName
{
color: #E29803;
}
.AnyTagClassName
{
color: #E29803;
}
</style>
background-color css
<style>
a { background-color: #E29803; }
a { background-color: rgb(226,152,3); }
div.DivClassName
{
background-color: #E29803;
}
.BgClassName
{
background-color: #E29803;
}
</style>
border-color css
<style>
span { border-color: #E29803; }
span { border-color: rgb(226,152,3); }
td.TdClassName
{
border-color: #E29803;
}
.TagClassName
{
border-color: #E29803;
}
</style>