Shades of Gamboge #E59C19
Tints of Gamboge #E59C19
RGB
CMYK
RGB Variations
Color information
#E59C19 (or 0xE59C19) is known color: Gamboge. HEX triplet: E5, 9C and 19. RGB value is (229,156,25). Sum of RGB (Red+Green+Blue) = 229+156+25=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59C19 is #1A63E6. Grayscale: #A3A3A3. Windows color (decimal): -1729511 or 1678565. OLE color: 1678565.
HSL color Cylindrical-coordinate representation of color #E59C19: hue angle of 38.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E59C19 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.10 |
| HSL | 38.53º | 0.8% | 0.5% | - |
| HSV(B) | 38.53º | 0.89% | 0.9% | - |
| XYZ | 44.38 | 40.51 | 6.4 | - |
| YUV | 162.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 25 | 0 | 0.32 | 0.89 | 0.10 | 38.53 | 0.8 | 0.5 |
| Hex | E5 | 9C | 19 | 0 | 20 | 59 | A | 27 | 50 | 32 |
| Octal | 345 | 234 | 31 | 0 | 40 | 131 | 12 | 47 | 120 | 62 |
| Binary | 11100101 | 10011100 | 11001 | 0 | 100000 | 1011001 | 1010 | 100111 | 1010000 | 110010 |
Color Harmonies of #E59C19
Complementary color
Monochromatic Colors of #E59C19
Black with #E59C19
Text Example
Text Example
White with #E59C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C19; }
p { color: rgb(229,156,25); }
H1.HeaderClassName
{
color: #E59C19;
}
.AnyTagClassName
{
color: #E59C19;
}
</style>
background-color css
<style>
a { background-color: #E59C19; }
a { background-color: rgb(229,156,25); }
div.DivClassName
{
background-color: #E59C19;
}
.BgClassName
{
background-color: #E59C19;
}
</style>
border-color css
<style>
span { border-color: #E59C19; }
span { border-color: rgb(229,156,25); }
td.TdClassName
{
border-color: #E59C19;
}
.TagClassName
{
border-color: #E59C19;
}
</style>