Shades of Gamboge #E59B06
Tints of Gamboge #E59B06
RGB
CMYK
RGB Variations
Color information
#E59B06 (or 0xE59B06) is known color: Gamboge. HEX triplet: E5, 9B and 06. RGB value is (229,155,6). Sum of RGB (Red+Green+Blue) = 229+155+6=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59B06 is #1A64F9. Grayscale: #A0A0A0. Windows color (decimal): -1729786 or 433125. OLE color: 433125.
HSL color Cylindrical-coordinate representation of color #E59B06: hue angle of 40.09º degrees, saturation: 0.95, 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 #E59B06 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.10 |
| HSL | 40.09º | 0.95% | 0.46% | - |
| HSV(B) | 40.09º | 0.97% | 0.9% | - |
| XYZ | 44.07 | 40.11 | 5.59 | - |
| YUV | 160.14 | 41.02 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 6 | 0 | 0.32 | 0.97 | 0.10 | 40.09 | 0.95 | 0.46 |
| Hex | E5 | 9B | 6 | 0 | 20 | 61 | A | 28 | 5F | 2E |
| Octal | 345 | 233 | 6 | 0 | 40 | 141 | 12 | 50 | 137 | 56 |
| Binary | 11100101 | 10011011 | 110 | 0 | 100000 | 1100001 | 1010 | 101000 | 1011111 | 101110 |
Color Harmonies of #E59B06
Complementary color
Monochromatic Colors of #E59B06
Black with #E59B06
Text Example
Text Example
White with #E59B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B06; }
p { color: rgb(229,155,6); }
H1.HeaderClassName
{
color: #E59B06;
}
.AnyTagClassName
{
color: #E59B06;
}
</style>
background-color css
<style>
a { background-color: #E59B06; }
a { background-color: rgb(229,155,6); }
div.DivClassName
{
background-color: #E59B06;
}
.BgClassName
{
background-color: #E59B06;
}
</style>
border-color css
<style>
span { border-color: #E59B06; }
span { border-color: rgb(229,155,6); }
td.TdClassName
{
border-color: #E59B06;
}
.TagClassName
{
border-color: #E59B06;
}
</style>