Shades of Gamboge #E59605
Tints of Gamboge #E59605
RGB
CMYK
RGB Variations
Color information
#E59605 (or 0xE59605) is known color: Gamboge. HEX triplet: E5, 96 and 05. RGB value is (229,150,5). Sum of RGB (Red+Green+Blue) = 229+150+5=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E59605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59605 is #1A69FA. Grayscale: #9D9D9D. Windows color (decimal): -1731067 or 366309. OLE color: 366309.
HSL color Cylindrical-coordinate representation of color #E59605: hue angle of 38.84º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E59605 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.10 |
| HSL | 38.84º | 0.96% | 0.46% | - |
| HSV(B) | 38.84º | 0.98% | 0.9% | - |
| XYZ | 43.25 | 38.48 | 5.29 | - |
| YUV | 157.09 | 42.17 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 5 | 0 | 0.34 | 0.98 | 0.10 | 38.84 | 0.96 | 0.46 |
| Hex | E5 | 96 | 5 | 0 | 22 | 62 | A | 27 | 60 | 2E |
| Octal | 345 | 226 | 5 | 0 | 42 | 142 | 12 | 47 | 140 | 56 |
| Binary | 11100101 | 10010110 | 101 | 0 | 100010 | 1100010 | 1010 | 100111 | 1100000 | 101110 |
Color Harmonies of #E59605
Complementary color
Monochromatic Colors of #E59605
Black with #E59605
Text Example
Text Example
White with #E59605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59605; }
p { color: rgb(229,150,5); }
H1.HeaderClassName
{
color: #E59605;
}
.AnyTagClassName
{
color: #E59605;
}
</style>
background-color css
<style>
a { background-color: #E59605; }
a { background-color: rgb(229,150,5); }
div.DivClassName
{
background-color: #E59605;
}
.BgClassName
{
background-color: #E59605;
}
</style>
border-color css
<style>
span { border-color: #E59605; }
span { border-color: rgb(229,150,5); }
td.TdClassName
{
border-color: #E59605;
}
.TagClassName
{
border-color: #E59605;
}
</style>