Shades of Gamboge #E39C0B
Tints of Gamboge #E39C0B
RGB
CMYK
RGB Variations
Color information
#E39C0B (or 0xE39C0B) is known color: Gamboge. HEX triplet: E3, 9C and 0B. RGB value is (227,156,11). Sum of RGB (Red+Green+Blue) = 227+156+11=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39C0B is #1C63F4. Grayscale: #A1A1A1. Windows color (decimal): -1860597 or 761059. OLE color: 761059.
HSL color Cylindrical-coordinate representation of color #E39C0B: hue angle of 40.28º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E39C0B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 156 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.11 |
| HSL | 40.28º | 0.91% | 0.47% | - |
| HSV(B) | 40.28º | 0.95% | 0.89% | - |
| XYZ | 43.63 | 40.13 | 5.76 | - |
| YUV | 160.7 | 43.52 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 156 | 11 | 0 | 0.31 | 0.95 | 0.11 | 40.28 | 0.91 | 0.47 |
| Hex | E3 | 9C | B | 0 | 1F | 5F | B | 28 | 5B | 2F |
| Octal | 343 | 234 | 13 | 0 | 37 | 137 | 13 | 50 | 133 | 57 |
| Binary | 11100011 | 10011100 | 1011 | 0 | 11111 | 1011111 | 1011 | 101000 | 1011011 | 101111 |
Color Harmonies of #E39C0B
Complementary color
Monochromatic Colors of #E39C0B
Black with #E39C0B
Text Example
Text Example
White with #E39C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39C0B; }
p { color: rgb(227,156,11); }
H1.HeaderClassName
{
color: #E39C0B;
}
.AnyTagClassName
{
color: #E39C0B;
}
</style>
background-color css
<style>
a { background-color: #E39C0B; }
a { background-color: rgb(227,156,11); }
div.DivClassName
{
background-color: #E39C0B;
}
.BgClassName
{
background-color: #E39C0B;
}
</style>
border-color css
<style>
span { border-color: #E39C0B; }
span { border-color: rgb(227,156,11); }
td.TdClassName
{
border-color: #E39C0B;
}
.TagClassName
{
border-color: #E39C0B;
}
</style>