Shades of Gamboge #E59805
Tints of Gamboge #E59805
RGB
CMYK
RGB Variations
Color information
#E59805 (or 0xE59805) is known color: Gamboge. HEX triplet: E5, 98 and 05. RGB value is (229,152,5). Sum of RGB (Red+Green+Blue) = 229+152+5=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E59805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59805 is #1A67FA. Grayscale: #9E9E9E. Windows color (decimal): -1730555 or 366821. OLE color: 366821.
HSL color Cylindrical-coordinate representation of color #E59805: hue angle of 39.38º 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 #E59805 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.10 |
| HSL | 39.38º | 0.96% | 0.46% | - |
| HSV(B) | 39.38º | 0.98% | 0.9% | - |
| XYZ | 43.57 | 39.13 | 5.4 | - |
| YUV | 158.27 | 41.51 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 5 | 0 | 0.34 | 0.98 | 0.10 | 39.38 | 0.96 | 0.46 |
| Hex | E5 | 98 | 5 | 0 | 22 | 62 | A | 27 | 60 | 2E |
| Octal | 345 | 230 | 5 | 0 | 42 | 142 | 12 | 47 | 140 | 56 |
| Binary | 11100101 | 10011000 | 101 | 0 | 100010 | 1100010 | 1010 | 100111 | 1100000 | 101110 |
Color Harmonies of #E59805
Complementary color
Monochromatic Colors of #E59805
Black with #E59805
Text Example
Text Example
White with #E59805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59805; }
p { color: rgb(229,152,5); }
H1.HeaderClassName
{
color: #E59805;
}
.AnyTagClassName
{
color: #E59805;
}
</style>
background-color css
<style>
a { background-color: #E59805; }
a { background-color: rgb(229,152,5); }
div.DivClassName
{
background-color: #E59805;
}
.BgClassName
{
background-color: #E59805;
}
</style>
border-color css
<style>
span { border-color: #E59805; }
span { border-color: rgb(229,152,5); }
td.TdClassName
{
border-color: #E59805;
}
.TagClassName
{
border-color: #E59805;
}
</style>