Shades of Gamboge #E59B07
Tints of Gamboge #E59B07
RGB
CMYK
RGB Variations
Color information
#E59B07 (or 0xE59B07) is known color: Gamboge. HEX triplet: E5, 9B and 07. RGB value is (229,155,7). Sum of RGB (Red+Green+Blue) = 229+155+7=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59B07 is #1A64F8. Grayscale: #A0A0A0. Windows color (decimal): -1729785 or 498661. OLE color: 498661.
HSL color Cylindrical-coordinate representation of color #E59B07: hue angle of 40º degrees, saturation: 0.94, 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 #E59B07 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.10 |
| HSL | 40º | 0.94% | 0.46% | - |
| HSV(B) | 40º | 0.97% | 0.9% | - |
| XYZ | 44.07 | 40.12 | 5.62 | - |
| YUV | 160.25 | 41.52 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 7 | 0 | 0.32 | 0.97 | 0.10 | 40 | 0.94 | 0.46 |
| Hex | E5 | 9B | 7 | 0 | 20 | 61 | A | 28 | 5E | 2E |
| Octal | 345 | 233 | 7 | 0 | 40 | 141 | 12 | 50 | 136 | 56 |
| Binary | 11100101 | 10011011 | 111 | 0 | 100000 | 1100001 | 1010 | 101000 | 1011110 | 101110 |
Color Harmonies of #E59B07
Complementary color
Monochromatic Colors of #E59B07
Black with #E59B07
Text Example
Text Example
White with #E59B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B07; }
p { color: rgb(229,155,7); }
H1.HeaderClassName
{
color: #E59B07;
}
.AnyTagClassName
{
color: #E59B07;
}
</style>
background-color css
<style>
a { background-color: #E59B07; }
a { background-color: rgb(229,155,7); }
div.DivClassName
{
background-color: #E59B07;
}
.BgClassName
{
background-color: #E59B07;
}
</style>
border-color css
<style>
span { border-color: #E59B07; }
span { border-color: rgb(229,155,7); }
td.TdClassName
{
border-color: #E59B07;
}
.TagClassName
{
border-color: #E59B07;
}
</style>