Shades of Gamboge #E59A00
Tints of Gamboge #E59A00
RGB
CMYK
RGB Variations
Color information
#E59A00 (or 0xE59A00) is known color: Gamboge. HEX triplet: E5, 9A and 00. RGB value is (229,154,0). Sum of RGB (Red+Green+Blue) = 229+154+0=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59A00 is #1A65FF. Grayscale: #9F9F9F. Windows color (decimal): -1730048 or 39653. OLE color: 39653.
HSL color Cylindrical-coordinate representation of color #E59A00: hue angle of 40.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E59A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.10 |
| HSL | 40.35º | 1% | 0.45% | - |
| HSV(B) | 40.35º | 1% | 0.9% | - |
| XYZ | 43.87 | 39.77 | 5.36 | - |
| YUV | 158.87 | 38.35 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 0 | 0 | 0.33 | 1 | 0.10 | 40.35 | 1 | 0.45 |
| Hex | E5 | 9A | 0 | 0 | 21 | 64 | A | 28 | 64 | 2D |
| Octal | 345 | 232 | 0 | 0 | 41 | 144 | 12 | 50 | 144 | 55 |
| Binary | 11100101 | 10011010 | 0 | 0 | 100001 | 1100100 | 1010 | 101000 | 1100100 | 101101 |
Color Harmonies of #E59A00
Complementary color
Monochromatic Colors of #E59A00
Black with #E59A00
Text Example
Text Example
White with #E59A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A00; }
p { color: rgb(229,154,0); }
H1.HeaderClassName
{
color: #E59A00;
}
.AnyTagClassName
{
color: #E59A00;
}
</style>
background-color css
<style>
a { background-color: #E59A00; }
a { background-color: rgb(229,154,0); }
div.DivClassName
{
background-color: #E59A00;
}
.BgClassName
{
background-color: #E59A00;
}
</style>
border-color css
<style>
span { border-color: #E59A00; }
span { border-color: rgb(229,154,0); }
td.TdClassName
{
border-color: #E59A00;
}
.TagClassName
{
border-color: #E59A00;
}
</style>