Shades of Gamboge #E59A11
Tints of Gamboge #E59A11
RGB
CMYK
RGB Variations
Color information
#E59A11 (or 0xE59A11) is known color: Gamboge. HEX triplet: E5, 9A and 11. RGB value is (229,154,17). Sum of RGB (Red+Green+Blue) = 229+154+17=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59A11 is #1A65EE. Grayscale: #A1A1A1. Windows color (decimal): -1730031 or 1153765. OLE color: 1153765.
HSL color Cylindrical-coordinate representation of color #E59A11: hue angle of 38.77º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E59A11 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.10 |
| HSL | 38.77º | 0.86% | 0.48% | - |
| HSV(B) | 38.77º | 0.93% | 0.9% | - |
| XYZ | 43.97 | 39.81 | 5.9 | - |
| YUV | 160.81 | 46.85 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 17 | 0 | 0.33 | 0.93 | 0.10 | 38.77 | 0.86 | 0.48 |
| Hex | E5 | 9A | 11 | 0 | 21 | 5D | A | 27 | 56 | 30 |
| Octal | 345 | 232 | 21 | 0 | 41 | 135 | 12 | 47 | 126 | 60 |
| Binary | 11100101 | 10011010 | 10001 | 0 | 100001 | 1011101 | 1010 | 100111 | 1010110 | 110000 |
Color Harmonies of #E59A11
Complementary color
Monochromatic Colors of #E59A11
Black with #E59A11
Text Example
Text Example
White with #E59A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A11; }
p { color: rgb(229,154,17); }
H1.HeaderClassName
{
color: #E59A11;
}
.AnyTagClassName
{
color: #E59A11;
}
</style>
background-color css
<style>
a { background-color: #E59A11; }
a { background-color: rgb(229,154,17); }
div.DivClassName
{
background-color: #E59A11;
}
.BgClassName
{
background-color: #E59A11;
}
</style>
border-color css
<style>
span { border-color: #E59A11; }
span { border-color: rgb(229,154,17); }
td.TdClassName
{
border-color: #E59A11;
}
.TagClassName
{
border-color: #E59A11;
}
</style>