Shades of Gamboge #E59C0E
Tints of Gamboge #E59C0E
RGB
CMYK
RGB Variations
Color information
#E59C0E (or 0xE59C0E) is known color: Gamboge. HEX triplet: E5, 9C and 0E. RGB value is (229,156,14). Sum of RGB (Red+Green+Blue) = 229+156+14=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59C0E is #1A63F1. Grayscale: #A2A2A2. Windows color (decimal): -1729522 or 957669. OLE color: 957669.
HSL color Cylindrical-coordinate representation of color #E59C0E: hue angle of 39.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E59C0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.10 |
| HSL | 39.63º | 0.88% | 0.48% | - |
| HSV(B) | 39.63º | 0.94% | 0.9% | - |
| XYZ | 44.28 | 40.47 | 5.89 | - |
| YUV | 161.64 | 44.68 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 14 | 0 | 0.32 | 0.94 | 0.10 | 39.63 | 0.88 | 0.48 |
| Hex | E5 | 9C | E | 0 | 20 | 5E | A | 28 | 58 | 30 |
| Octal | 345 | 234 | 16 | 0 | 40 | 136 | 12 | 50 | 130 | 60 |
| Binary | 11100101 | 10011100 | 1110 | 0 | 100000 | 1011110 | 1010 | 101000 | 1011000 | 110000 |
Color Harmonies of #E59C0E
Complementary color
Monochromatic Colors of #E59C0E
Black with #E59C0E
Text Example
Text Example
White with #E59C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C0E; }
p { color: rgb(229,156,14); }
H1.HeaderClassName
{
color: #E59C0E;
}
.AnyTagClassName
{
color: #E59C0E;
}
</style>
background-color css
<style>
a { background-color: #E59C0E; }
a { background-color: rgb(229,156,14); }
div.DivClassName
{
background-color: #E59C0E;
}
.BgClassName
{
background-color: #E59C0E;
}
</style>
border-color css
<style>
span { border-color: #E59C0E; }
span { border-color: rgb(229,156,14); }
td.TdClassName
{
border-color: #E59C0E;
}
.TagClassName
{
border-color: #E59C0E;
}
</style>