Shades of Gamboge #E29819
Tints of Gamboge #E29819
RGB
CMYK
RGB Variations
Color information
#E29819 (or 0xE29819) is known color: Gamboge. HEX triplet: E2, 98 and 19. RGB value is (226,152,25). Sum of RGB (Red+Green+Blue) = 226+152+25=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E29819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29819 is #1D67E6. Grayscale: #A0A0A0. Windows color (decimal): -1927143 or 1677538. OLE color: 1677538.
HSL color Cylindrical-coordinate representation of color #E29819: hue angle of 37.91º 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 #E29819 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.11 |
| HSL | 37.91º | 0.8% | 0.49% | - |
| HSV(B) | 37.91º | 0.89% | 0.89% | - |
| XYZ | 42.77 | 38.7 | 6.13 | - |
| YUV | 159.65 | 52.02 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 25 | 0 | 0.33 | 0.89 | 0.11 | 37.91 | 0.8 | 0.49 |
| Hex | E2 | 98 | 19 | 0 | 21 | 59 | B | 26 | 50 | 31 |
| Octal | 342 | 230 | 31 | 0 | 41 | 131 | 13 | 46 | 120 | 61 |
| Binary | 11100010 | 10011000 | 11001 | 0 | 100001 | 1011001 | 1011 | 100110 | 1010000 | 110001 |
Color Harmonies of #E29819
Complementary color
Monochromatic Colors of #E29819
Black with #E29819
Text Example
Text Example
White with #E29819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29819; }
p { color: rgb(226,152,25); }
H1.HeaderClassName
{
color: #E29819;
}
.AnyTagClassName
{
color: #E29819;
}
</style>
background-color css
<style>
a { background-color: #E29819; }
a { background-color: rgb(226,152,25); }
div.DivClassName
{
background-color: #E29819;
}
.BgClassName
{
background-color: #E29819;
}
</style>
border-color css
<style>
span { border-color: #E29819; }
span { border-color: rgb(226,152,25); }
td.TdClassName
{
border-color: #E29819;
}
.TagClassName
{
border-color: #E29819;
}
</style>