Shades of Gamboge #E59C0F
Tints of Gamboge #E59C0F
RGB
CMYK
RGB Variations
Color information
#E59C0F (or 0xE59C0F) is known color: Gamboge. HEX triplet: E5, 9C and 0F. RGB value is (229,156,15). Sum of RGB (Red+Green+Blue) = 229+156+15=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59C0F is #1A63F0. Grayscale: #A2A2A2. Windows color (decimal): -1729521 or 1023205. OLE color: 1023205.
HSL color Cylindrical-coordinate representation of color #E59C0F: hue angle of 39.53º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E59C0F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.10 |
| HSL | 39.53º | 0.88% | 0.48% | - |
| HSV(B) | 39.53º | 0.93% | 0.9% | - |
| XYZ | 44.29 | 40.47 | 5.93 | - |
| YUV | 161.75 | 45.18 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 15 | 0 | 0.32 | 0.93 | 0.10 | 39.53 | 0.88 | 0.48 |
| Hex | E5 | 9C | F | 0 | 20 | 5D | A | 28 | 58 | 30 |
| Octal | 345 | 234 | 17 | 0 | 40 | 135 | 12 | 50 | 130 | 60 |
| Binary | 11100101 | 10011100 | 1111 | 0 | 100000 | 1011101 | 1010 | 101000 | 1011000 | 110000 |
Color Harmonies of #E59C0F
Complementary color
Monochromatic Colors of #E59C0F
Black with #E59C0F
Text Example
Text Example
White with #E59C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C0F; }
p { color: rgb(229,156,15); }
H1.HeaderClassName
{
color: #E59C0F;
}
.AnyTagClassName
{
color: #E59C0F;
}
</style>
background-color css
<style>
a { background-color: #E59C0F; }
a { background-color: rgb(229,156,15); }
div.DivClassName
{
background-color: #E59C0F;
}
.BgClassName
{
background-color: #E59C0F;
}
</style>
border-color css
<style>
span { border-color: #E59C0F; }
span { border-color: rgb(229,156,15); }
td.TdClassName
{
border-color: #E59C0F;
}
.TagClassName
{
border-color: #E59C0F;
}
</style>