Shades of Gamboge #E59B0A
Tints of Gamboge #E59B0A
RGB
CMYK
RGB Variations
Color information
#E59B0A (or 0xE59B0A) is known color: Gamboge. HEX triplet: E5, 9B and 0A. RGB value is (229,155,10). Sum of RGB (Red+Green+Blue) = 229+155+10=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59B0A is #1A64F5. Grayscale: #A1A1A1. Windows color (decimal): -1729782 or 695269. OLE color: 695269.
HSL color Cylindrical-coordinate representation of color #E59B0A: hue angle of 39.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E59B0A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.10 |
| HSL | 39.73º | 0.92% | 0.47% | - |
| HSV(B) | 39.73º | 0.96% | 0.9% | - |
| XYZ | 44.09 | 40.12 | 5.71 | - |
| YUV | 160.6 | 43.02 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 10 | 0 | 0.32 | 0.96 | 0.10 | 39.73 | 0.92 | 0.47 |
| Hex | E5 | 9B | A | 0 | 20 | 60 | A | 28 | 5C | 2F |
| Octal | 345 | 233 | 12 | 0 | 40 | 140 | 12 | 50 | 134 | 57 |
| Binary | 11100101 | 10011011 | 1010 | 0 | 100000 | 1100000 | 1010 | 101000 | 1011100 | 101111 |
Color Harmonies of #E59B0A
Complementary color
Monochromatic Colors of #E59B0A
Black with #E59B0A
Text Example
Text Example
White with #E59B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B0A; }
p { color: rgb(229,155,10); }
H1.HeaderClassName
{
color: #E59B0A;
}
.AnyTagClassName
{
color: #E59B0A;
}
</style>
background-color css
<style>
a { background-color: #E59B0A; }
a { background-color: rgb(229,155,10); }
div.DivClassName
{
background-color: #E59B0A;
}
.BgClassName
{
background-color: #E59B0A;
}
</style>
border-color css
<style>
span { border-color: #E59B0A; }
span { border-color: rgb(229,155,10); }
td.TdClassName
{
border-color: #E59B0A;
}
.TagClassName
{
border-color: #E59B0A;
}
</style>