Shades of Gamboge #E59C0B
Tints of Gamboge #E59C0B
RGB
CMYK
RGB Variations
Color information
#E59C0B (or 0xE59C0B) is known color: Gamboge. HEX triplet: E5, 9C and 0B. RGB value is (229,156,11). Sum of RGB (Red+Green+Blue) = 229+156+11=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59C0B is #1A63F4. Grayscale: #A1A1A1. Windows color (decimal): -1729525 or 761061. OLE color: 761061.
HSL color Cylindrical-coordinate representation of color #E59C0B: hue angle of 39.91º degrees, saturation: 0.91, 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 #E59C0B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.10 |
| HSL | 39.91º | 0.91% | 0.47% | - |
| HSV(B) | 39.91º | 0.95% | 0.9% | - |
| XYZ | 44.26 | 40.46 | 5.79 | - |
| YUV | 161.3 | 43.18 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 11 | 0 | 0.32 | 0.95 | 0.10 | 39.91 | 0.91 | 0.47 |
| Hex | E5 | 9C | B | 0 | 20 | 5F | A | 28 | 5B | 2F |
| Octal | 345 | 234 | 13 | 0 | 40 | 137 | 12 | 50 | 133 | 57 |
| Binary | 11100101 | 10011100 | 1011 | 0 | 100000 | 1011111 | 1010 | 101000 | 1011011 | 101111 |
Color Harmonies of #E59C0B
Complementary color
Monochromatic Colors of #E59C0B
Black with #E59C0B
Text Example
Text Example
White with #E59C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C0B; }
p { color: rgb(229,156,11); }
H1.HeaderClassName
{
color: #E59C0B;
}
.AnyTagClassName
{
color: #E59C0B;
}
</style>
background-color css
<style>
a { background-color: #E59C0B; }
a { background-color: rgb(229,156,11); }
div.DivClassName
{
background-color: #E59C0B;
}
.BgClassName
{
background-color: #E59C0B;
}
</style>
border-color css
<style>
span { border-color: #E59C0B; }
span { border-color: rgb(229,156,11); }
td.TdClassName
{
border-color: #E59C0B;
}
.TagClassName
{
border-color: #E59C0B;
}
</style>