Shades of Gamboge #E59C12
Tints of Gamboge #E59C12
RGB
CMYK
RGB Variations
Color information
#E59C12 (or 0xE59C12) is known color: Gamboge. HEX triplet: E5, 9C and 12. RGB value is (229,156,18). Sum of RGB (Red+Green+Blue) = 229+156+18=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59C12 is #1A63ED. Grayscale: #A2A2A2. Windows color (decimal): -1729518 or 1219813. OLE color: 1219813.
HSL color Cylindrical-coordinate representation of color #E59C12: hue angle of 39.24º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E59C12 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.10 |
| HSL | 39.24º | 0.85% | 0.48% | - |
| HSV(B) | 39.24º | 0.92% | 0.9% | - |
| XYZ | 44.31 | 40.48 | 6.05 | - |
| YUV | 162.1 | 46.68 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 18 | 0 | 0.32 | 0.92 | 0.10 | 39.24 | 0.85 | 0.48 |
| Hex | E5 | 9C | 12 | 0 | 20 | 5C | A | 27 | 55 | 30 |
| Octal | 345 | 234 | 22 | 0 | 40 | 134 | 12 | 47 | 125 | 60 |
| Binary | 11100101 | 10011100 | 10010 | 0 | 100000 | 1011100 | 1010 | 100111 | 1010101 | 110000 |
Color Harmonies of #E59C12
Complementary color
Monochromatic Colors of #E59C12
Black with #E59C12
Text Example
Text Example
White with #E59C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C12; }
p { color: rgb(229,156,18); }
H1.HeaderClassName
{
color: #E59C12;
}
.AnyTagClassName
{
color: #E59C12;
}
</style>
background-color css
<style>
a { background-color: #E59C12; }
a { background-color: rgb(229,156,18); }
div.DivClassName
{
background-color: #E59C12;
}
.BgClassName
{
background-color: #E59C12;
}
</style>
border-color css
<style>
span { border-color: #E59C12; }
span { border-color: rgb(229,156,18); }
td.TdClassName
{
border-color: #E59C12;
}
.TagClassName
{
border-color: #E59C12;
}
</style>