Shades of Gamboge #E59E15
Tints of Gamboge #E59E15
RGB
CMYK
RGB Variations
Color information
#E59E15 (or 0xE59E15) is known color: Gamboge. HEX triplet: E5, 9E and 15. RGB value is (229,158,21). Sum of RGB (Red+Green+Blue) = 229+158+21=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59E15 is #1A61EA. Grayscale: #A4A4A4. Windows color (decimal): -1729003 or 1416933. OLE color: 1416933.
HSL color Cylindrical-coordinate representation of color #E59E15: hue angle of 39.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E59E15 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.10 |
| HSL | 39.52º | 0.83% | 0.49% | - |
| HSV(B) | 39.52º | 0.91% | 0.9% | - |
| XYZ | 44.68 | 41.17 | 6.3 | - |
| YUV | 163.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 21 | 0 | 0.31 | 0.91 | 0.10 | 39.52 | 0.83 | 0.49 |
| Hex | E5 | 9E | 15 | 0 | 1F | 5B | A | 28 | 53 | 31 |
| Octal | 345 | 236 | 25 | 0 | 37 | 133 | 12 | 50 | 123 | 61 |
| Binary | 11100101 | 10011110 | 10101 | 0 | 11111 | 1011011 | 1010 | 101000 | 1010011 | 110001 |
Color Harmonies of #E59E15
Complementary color
Monochromatic Colors of #E59E15
Black with #E59E15
Text Example
Text Example
White with #E59E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59E15; }
p { color: rgb(229,158,21); }
H1.HeaderClassName
{
color: #E59E15;
}
.AnyTagClassName
{
color: #E59E15;
}
</style>
background-color css
<style>
a { background-color: #E59E15; }
a { background-color: rgb(229,158,21); }
div.DivClassName
{
background-color: #E59E15;
}
.BgClassName
{
background-color: #E59E15;
}
</style>
border-color css
<style>
span { border-color: #E59E15; }
span { border-color: rgb(229,158,21); }
td.TdClassName
{
border-color: #E59E15;
}
.TagClassName
{
border-color: #E59E15;
}
</style>