Shades of Gamboge #E29D19
Tints of Gamboge #E29D19
RGB
CMYK
RGB Variations
Color information
#E29D19 (or 0xE29D19) is known color: Gamboge. HEX triplet: E2, 9D and 19. RGB value is (226,157,25). Sum of RGB (Red+Green+Blue) = 226+157+25=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D19 is #1D62E6. Grayscale: #A3A3A3. Windows color (decimal): -1925863 or 1678818. OLE color: 1678818.
HSL color Cylindrical-coordinate representation of color #E29D19: hue angle of 39.4º 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 #E29D19 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.11 |
| HSL | 39.4º | 0.8% | 0.49% | - |
| HSV(B) | 39.4º | 0.89% | 0.89% | - |
| XYZ | 43.6 | 40.35 | 6.41 | - |
| YUV | 162.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 25 | 0 | 0.31 | 0.89 | 0.11 | 39.4 | 0.8 | 0.49 |
| Hex | E2 | 9D | 19 | 0 | 1F | 59 | B | 27 | 50 | 31 |
| Octal | 342 | 235 | 31 | 0 | 37 | 131 | 13 | 47 | 120 | 61 |
| Binary | 11100010 | 10011101 | 11001 | 0 | 11111 | 1011001 | 1011 | 100111 | 1010000 | 110001 |
Color Harmonies of #E29D19
Complementary color
Monochromatic Colors of #E29D19
Black with #E29D19
Text Example
Text Example
White with #E29D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D19; }
p { color: rgb(226,157,25); }
H1.HeaderClassName
{
color: #E29D19;
}
.AnyTagClassName
{
color: #E29D19;
}
</style>
background-color css
<style>
a { background-color: #E29D19; }
a { background-color: rgb(226,157,25); }
div.DivClassName
{
background-color: #E29D19;
}
.BgClassName
{
background-color: #E29D19;
}
</style>
border-color css
<style>
span { border-color: #E29D19; }
span { border-color: rgb(226,157,25); }
td.TdClassName
{
border-color: #E29D19;
}
.TagClassName
{
border-color: #E29D19;
}
</style>