Shades of Gamboge #E59C0C
Tints of Gamboge #E59C0C
RGB
CMYK
RGB Variations
Color information
#E59C0C (or 0xE59C0C) is known color: Gamboge. HEX triplet: E5, 9C and 0C. RGB value is (229,156,12). Sum of RGB (Red+Green+Blue) = 229+156+12=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59C0C is #1A63F3. Grayscale: #A2A2A2. Windows color (decimal): -1729524 or 826597. OLE color: 826597.
HSL color Cylindrical-coordinate representation of color #E59C0C: hue angle of 39.82º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E59C0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.10 |
| HSL | 39.82º | 0.9% | 0.47% | - |
| HSV(B) | 39.82º | 0.95% | 0.9% | - |
| XYZ | 44.27 | 40.46 | 5.82 | - |
| YUV | 161.41 | 43.68 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 12 | 0 | 0.32 | 0.95 | 0.10 | 39.82 | 0.9 | 0.47 |
| Hex | E5 | 9C | C | 0 | 20 | 5F | A | 28 | 5A | 2F |
| Octal | 345 | 234 | 14 | 0 | 40 | 137 | 12 | 50 | 132 | 57 |
| Binary | 11100101 | 10011100 | 1100 | 0 | 100000 | 1011111 | 1010 | 101000 | 1011010 | 101111 |
Color Harmonies of #E59C0C
Complementary color
Monochromatic Colors of #E59C0C
Black with #E59C0C
Text Example
Text Example
White with #E59C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C0C; }
p { color: rgb(229,156,12); }
H1.HeaderClassName
{
color: #E59C0C;
}
.AnyTagClassName
{
color: #E59C0C;
}
</style>
background-color css
<style>
a { background-color: #E59C0C; }
a { background-color: rgb(229,156,12); }
div.DivClassName
{
background-color: #E59C0C;
}
.BgClassName
{
background-color: #E59C0C;
}
</style>
border-color css
<style>
span { border-color: #E59C0C; }
span { border-color: rgb(229,156,12); }
td.TdClassName
{
border-color: #E59C0C;
}
.TagClassName
{
border-color: #E59C0C;
}
</style>