Shades of Gamboge #E39C00
Tints of Gamboge #E39C00
RGB
CMYK
RGB Variations
Color information
#E39C00 (or 0xE39C00) is known color: Gamboge. HEX triplet: E3, 9C and 00. RGB value is (227,156,0). Sum of RGB (Red+Green+Blue) = 227+156+0=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39C00 is #1C63FF. Grayscale: #A0A0A0. Windows color (decimal): -1860608 or 40163. OLE color: 40163.
HSL color Cylindrical-coordinate representation of color #E39C00: hue angle of 41.23º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E39C00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 156 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.11 |
| HSL | 41.23º | 1% | 0.45% | - |
| HSV(B) | 41.23º | 1% | 0.89% | - |
| XYZ | 43.57 | 40.11 | 5.45 | - |
| YUV | 159.45 | 38.02 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 156 | 0 | 0 | 0.31 | 1 | 0.11 | 41.23 | 1 | 0.45 |
| Hex | E3 | 9C | 0 | 0 | 1F | 64 | B | 29 | 64 | 2D |
| Octal | 343 | 234 | 0 | 0 | 37 | 144 | 13 | 51 | 144 | 55 |
| Binary | 11100011 | 10011100 | 0 | 0 | 11111 | 1100100 | 1011 | 101001 | 1100100 | 101101 |
Color Harmonies of #E39C00
Complementary color
Monochromatic Colors of #E39C00
Black with #E39C00
Text Example
Text Example
White with #E39C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39C00; }
p { color: rgb(227,156,0); }
H1.HeaderClassName
{
color: #E39C00;
}
.AnyTagClassName
{
color: #E39C00;
}
</style>
background-color css
<style>
a { background-color: #E39C00; }
a { background-color: rgb(227,156,0); }
div.DivClassName
{
background-color: #E39C00;
}
.BgClassName
{
background-color: #E39C00;
}
</style>
border-color css
<style>
span { border-color: #E39C00; }
span { border-color: rgb(227,156,0); }
td.TdClassName
{
border-color: #E39C00;
}
.TagClassName
{
border-color: #E39C00;
}
</style>