Shades of Gamboge #E59F10
Tints of Gamboge #E59F10
RGB
CMYK
RGB Variations
Color information
#E59F10 (or 0xE59F10) is known color: Gamboge. HEX triplet: E5, 9F and 10. RGB value is (229,159,16). Sum of RGB (Red+Green+Blue) = 229+159+16=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59F10 is #1A60EF. Grayscale: #A4A4A4. Windows color (decimal): -1728752 or 1089509. OLE color: 1089509.
HSL color Cylindrical-coordinate representation of color #E59F10: hue angle of 40.28º degrees, saturation: 0.87, 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 #E59F10 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.10 |
| HSL | 40.28º | 0.87% | 0.48% | - |
| HSV(B) | 40.28º | 0.93% | 0.9% | - |
| XYZ | 44.8 | 41.49 | 6.14 | - |
| YUV | 163.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 16 | 0 | 0.31 | 0.93 | 0.10 | 40.28 | 0.87 | 0.48 |
| Hex | E5 | 9F | 10 | 0 | 1F | 5D | A | 28 | 57 | 30 |
| Octal | 345 | 237 | 20 | 0 | 37 | 135 | 12 | 50 | 127 | 60 |
| Binary | 11100101 | 10011111 | 10000 | 0 | 11111 | 1011101 | 1010 | 101000 | 1010111 | 110000 |
Color Harmonies of #E59F10
Complementary color
Monochromatic Colors of #E59F10
Black with #E59F10
Text Example
Text Example
White with #E59F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F10; }
p { color: rgb(229,159,16); }
H1.HeaderClassName
{
color: #E59F10;
}
.AnyTagClassName
{
color: #E59F10;
}
</style>
background-color css
<style>
a { background-color: #E59F10; }
a { background-color: rgb(229,159,16); }
div.DivClassName
{
background-color: #E59F10;
}
.BgClassName
{
background-color: #E59F10;
}
</style>
border-color css
<style>
span { border-color: #E59F10; }
span { border-color: rgb(229,159,16); }
td.TdClassName
{
border-color: #E59F10;
}
.TagClassName
{
border-color: #E59F10;
}
</style>