Shades of Gamboge #E59B0C
Tints of Gamboge #E59B0C
RGB
CMYK
RGB Variations
Color information
#E59B0C (or 0xE59B0C) is known color: Gamboge. HEX triplet: E5, 9B and 0C. RGB value is (229,155,12). Sum of RGB (Red+Green+Blue) = 229+155+12=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59B0C is #1A64F3. Grayscale: #A1A1A1. Windows color (decimal): -1729780 or 826341. OLE color: 826341.
HSL color Cylindrical-coordinate representation of color #E59B0C: hue angle of 39.54º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E59B0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.10 |
| HSL | 39.54º | 0.9% | 0.47% | - |
| HSV(B) | 39.54º | 0.95% | 0.9% | - |
| XYZ | 44.1 | 40.13 | 5.77 | - |
| YUV | 160.82 | 44.02 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 12 | 0 | 0.32 | 0.95 | 0.10 | 39.54 | 0.9 | 0.47 |
| Hex | E5 | 9B | C | 0 | 20 | 5F | A | 28 | 5A | 2F |
| Octal | 345 | 233 | 14 | 0 | 40 | 137 | 12 | 50 | 132 | 57 |
| Binary | 11100101 | 10011011 | 1100 | 0 | 100000 | 1011111 | 1010 | 101000 | 1011010 | 101111 |
Color Harmonies of #E59B0C
Complementary color
Monochromatic Colors of #E59B0C
Black with #E59B0C
Text Example
Text Example
White with #E59B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B0C; }
p { color: rgb(229,155,12); }
H1.HeaderClassName
{
color: #E59B0C;
}
.AnyTagClassName
{
color: #E59B0C;
}
</style>
background-color css
<style>
a { background-color: #E59B0C; }
a { background-color: rgb(229,155,12); }
div.DivClassName
{
background-color: #E59B0C;
}
.BgClassName
{
background-color: #E59B0C;
}
</style>
border-color css
<style>
span { border-color: #E59B0C; }
span { border-color: rgb(229,155,12); }
td.TdClassName
{
border-color: #E59B0C;
}
.TagClassName
{
border-color: #E59B0C;
}
</style>