Shades of Gamboge #E59B16
Tints of Gamboge #E59B16
RGB
CMYK
RGB Variations
Color information
#E59B16 (or 0xE59B16) is known color: Gamboge. HEX triplet: E5, 9B and 16. RGB value is (229,155,22). Sum of RGB (Red+Green+Blue) = 229+155+22=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59B16 is #1A64E9. Grayscale: #A2A2A2. Windows color (decimal): -1729770 or 1481701. OLE color: 1481701.
HSL color Cylindrical-coordinate representation of color #E59B16: hue angle of 38.55º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E59B16 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.10 |
| HSL | 38.55º | 0.82% | 0.49% | - |
| HSV(B) | 38.55º | 0.9% | 0.9% | - |
| XYZ | 44.18 | 40.16 | 6.18 | - |
| YUV | 161.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 22 | 0 | 0.32 | 0.90 | 0.10 | 38.55 | 0.82 | 0.49 |
| Hex | E5 | 9B | 16 | 0 | 20 | 5A | A | 27 | 52 | 31 |
| Octal | 345 | 233 | 26 | 0 | 40 | 132 | 12 | 47 | 122 | 61 |
| Binary | 11100101 | 10011011 | 10110 | 0 | 100000 | 1011010 | 1010 | 100111 | 1010010 | 110001 |
Color Harmonies of #E59B16
Complementary color
Monochromatic Colors of #E59B16
Black with #E59B16
Text Example
Text Example
White with #E59B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B16; }
p { color: rgb(229,155,22); }
H1.HeaderClassName
{
color: #E59B16;
}
.AnyTagClassName
{
color: #E59B16;
}
</style>
background-color css
<style>
a { background-color: #E59B16; }
a { background-color: rgb(229,155,22); }
div.DivClassName
{
background-color: #E59B16;
}
.BgClassName
{
background-color: #E59B16;
}
</style>
border-color css
<style>
span { border-color: #E59B16; }
span { border-color: rgb(229,155,22); }
td.TdClassName
{
border-color: #E59B16;
}
.TagClassName
{
border-color: #E59B16;
}
</style>