Shades of Gamboge #E29319
Tints of Gamboge #E29319
RGB
CMYK
RGB Variations
Color information
#E29319 (or 0xE29319) is known color: Gamboge. HEX triplet: E2, 93 and 19. RGB value is (226,147,25). Sum of RGB (Red+Green+Blue) = 226+147+25=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E29319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29319 is #1D6CE6. Grayscale: #9D9D9D. Windows color (decimal): -1928423 or 1676258. OLE color: 1676258.
HSL color Cylindrical-coordinate representation of color #E29319: hue angle of 36.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E29319 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 25 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.11 |
| HSL | 36.42º | 0.8% | 0.49% | - |
| HSV(B) | 36.42º | 0.89% | 0.89% | - |
| XYZ | 41.97 | 37.11 | 5.87 | - |
| YUV | 156.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 25 | 0 | 0.35 | 0.89 | 0.11 | 36.42 | 0.8 | 0.49 |
| Hex | E2 | 93 | 19 | 0 | 23 | 59 | B | 24 | 50 | 31 |
| Octal | 342 | 223 | 31 | 0 | 43 | 131 | 13 | 44 | 120 | 61 |
| Binary | 11100010 | 10010011 | 11001 | 0 | 100011 | 1011001 | 1011 | 100100 | 1010000 | 110001 |
Color Harmonies of #E29319
Complementary color
Monochromatic Colors of #E29319
Black with #E29319
Text Example
Text Example
White with #E29319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29319; }
p { color: rgb(226,147,25); }
H1.HeaderClassName
{
color: #E29319;
}
.AnyTagClassName
{
color: #E29319;
}
</style>
background-color css
<style>
a { background-color: #E29319; }
a { background-color: rgb(226,147,25); }
div.DivClassName
{
background-color: #E29319;
}
.BgClassName
{
background-color: #E29319;
}
</style>
border-color css
<style>
span { border-color: #E29319; }
span { border-color: rgb(226,147,25); }
td.TdClassName
{
border-color: #E29319;
}
.TagClassName
{
border-color: #E29319;
}
</style>