Shades of Gamboge #E59F12
Tints of Gamboge #E59F12
RGB
CMYK
RGB Variations
Color information
#E59F12 (or 0xE59F12) is known color: Gamboge. HEX triplet: E5, 9F and 12. RGB value is (229,159,18). Sum of RGB (Red+Green+Blue) = 229+159+18=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59F12 is #1A60ED. Grayscale: #A4A4A4. Windows color (decimal): -1728750 or 1220581. OLE color: 1220581.
HSL color Cylindrical-coordinate representation of color #E59F12: hue angle of 40.09º 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 #E59F12 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 18 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.10 |
| HSL | 40.09º | 0.85% | 0.48% | - |
| HSV(B) | 40.09º | 0.92% | 0.9% | - |
| XYZ | 44.82 | 41.5 | 6.22 | - |
| YUV | 163.86 | 45.69 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 18 | 0 | 0.31 | 0.92 | 0.10 | 40.09 | 0.85 | 0.48 |
| Hex | E5 | 9F | 12 | 0 | 1F | 5C | A | 28 | 55 | 30 |
| Octal | 345 | 237 | 22 | 0 | 37 | 134 | 12 | 50 | 125 | 60 |
| Binary | 11100101 | 10011111 | 10010 | 0 | 11111 | 1011100 | 1010 | 101000 | 1010101 | 110000 |
Color Harmonies of #E59F12
Complementary color
Monochromatic Colors of #E59F12
Black with #E59F12
Text Example
Text Example
White with #E59F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F12; }
p { color: rgb(229,159,18); }
H1.HeaderClassName
{
color: #E59F12;
}
.AnyTagClassName
{
color: #E59F12;
}
</style>
background-color css
<style>
a { background-color: #E59F12; }
a { background-color: rgb(229,159,18); }
div.DivClassName
{
background-color: #E59F12;
}
.BgClassName
{
background-color: #E59F12;
}
</style>
border-color css
<style>
span { border-color: #E59F12; }
span { border-color: rgb(229,159,18); }
td.TdClassName
{
border-color: #E59F12;
}
.TagClassName
{
border-color: #E59F12;
}
</style>