Shades of Gamboge #E59205
Tints of Gamboge #E59205
RGB
CMYK
RGB Variations
Color information
#E59205 (or 0xE59205) is known color: Gamboge. HEX triplet: E5, 92 and 05. RGB value is (229,146,5). Sum of RGB (Red+Green+Blue) = 229+146+5=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E59205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59205 is #1A6DFA. Grayscale: #9B9B9B. Windows color (decimal): -1732091 or 365285. OLE color: 365285.
HSL color Cylindrical-coordinate representation of color #E59205: hue angle of 37.77º 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 #E59205 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.10 |
| HSL | 37.77º | 0.96% | 0.46% | - |
| HSV(B) | 37.77º | 0.98% | 0.9% | - |
| XYZ | 42.62 | 37.23 | 5.08 | - |
| YUV | 154.74 | 43.5 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 5 | 0 | 0.36 | 0.98 | 0.10 | 37.77 | 0.96 | 0.46 |
| Hex | E5 | 92 | 5 | 0 | 24 | 62 | A | 26 | 60 | 2E |
| Octal | 345 | 222 | 5 | 0 | 44 | 142 | 12 | 46 | 140 | 56 |
| Binary | 11100101 | 10010010 | 101 | 0 | 100100 | 1100010 | 1010 | 100110 | 1100000 | 101110 |
Color Harmonies of #E59205
Complementary color
Monochromatic Colors of #E59205
Black with #E59205
Text Example
Text Example
White with #E59205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59205; }
p { color: rgb(229,146,5); }
H1.HeaderClassName
{
color: #E59205;
}
.AnyTagClassName
{
color: #E59205;
}
</style>
background-color css
<style>
a { background-color: #E59205; }
a { background-color: rgb(229,146,5); }
div.DivClassName
{
background-color: #E59205;
}
.BgClassName
{
background-color: #E59205;
}
</style>
border-color css
<style>
span { border-color: #E59205; }
span { border-color: rgb(229,146,5); }
td.TdClassName
{
border-color: #E59205;
}
.TagClassName
{
border-color: #E59205;
}
</style>