Shades of Gamboge #E59A08
Tints of Gamboge #E59A08
RGB
CMYK
RGB Variations
Color information
#E59A08 (or 0xE59A08) is known color: Gamboge. HEX triplet: E5, 9A and 08. RGB value is (229,154,8). Sum of RGB (Red+Green+Blue) = 229+154+8=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59A08 is #1A65F7. Grayscale: #A0A0A0. Windows color (decimal): -1730040 or 563941. OLE color: 563941.
HSL color Cylindrical-coordinate representation of color #E59A08: hue angle of 39.64º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E59A08 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 8 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.10 |
| HSL | 39.64º | 0.93% | 0.46% | - |
| HSV(B) | 39.64º | 0.97% | 0.9% | - |
| XYZ | 43.91 | 39.79 | 5.59 | - |
| YUV | 159.78 | 42.35 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 8 | 0 | 0.33 | 0.97 | 0.10 | 39.64 | 0.93 | 0.46 |
| Hex | E5 | 9A | 8 | 0 | 21 | 61 | A | 28 | 5D | 2E |
| Octal | 345 | 232 | 10 | 0 | 41 | 141 | 12 | 50 | 135 | 56 |
| Binary | 11100101 | 10011010 | 1000 | 0 | 100001 | 1100001 | 1010 | 101000 | 1011101 | 101110 |
Color Harmonies of #E59A08
Complementary color
Monochromatic Colors of #E59A08
Black with #E59A08
Text Example
Text Example
White with #E59A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A08; }
p { color: rgb(229,154,8); }
H1.HeaderClassName
{
color: #E59A08;
}
.AnyTagClassName
{
color: #E59A08;
}
</style>
background-color css
<style>
a { background-color: #E59A08; }
a { background-color: rgb(229,154,8); }
div.DivClassName
{
background-color: #E59A08;
}
.BgClassName
{
background-color: #E59A08;
}
</style>
border-color css
<style>
span { border-color: #E59A08; }
span { border-color: rgb(229,154,8); }
td.TdClassName
{
border-color: #E59A08;
}
.TagClassName
{
border-color: #E59A08;
}
</style>