Shades of Gamboge #E39600
Tints of Gamboge #E39600
RGB
CMYK
RGB Variations
Color information
#E39600 (or 0xE39600) is known color: Gamboge. HEX triplet: E3, 96 and 00. RGB value is (227,150,0). Sum of RGB (Red+Green+Blue) = 227+150+0=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E39600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39600 is #1C69FF. Grayscale: #9C9C9C. Windows color (decimal): -1862144 or 38627. OLE color: 38627.
HSL color Cylindrical-coordinate representation of color #E39600: hue angle of 39.65º 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 #E39600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.11 |
| HSL | 39.65º | 1% | 0.45% | - |
| HSV(B) | 39.65º | 1% | 0.89% | - |
| XYZ | 42.58 | 38.14 | 5.12 | - |
| YUV | 155.92 | 40.01 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 0 | 0 | 0.34 | 1 | 0.11 | 39.65 | 1 | 0.45 |
| Hex | E3 | 96 | 0 | 0 | 22 | 64 | B | 28 | 64 | 2D |
| Octal | 343 | 226 | 0 | 0 | 42 | 144 | 13 | 50 | 144 | 55 |
| Binary | 11100011 | 10010110 | 0 | 0 | 100010 | 1100100 | 1011 | 101000 | 1100100 | 101101 |
Color Harmonies of #E39600
Complementary color
Monochromatic Colors of #E39600
Black with #E39600
Text Example
Text Example
White with #E39600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39600; }
p { color: rgb(227,150,0); }
H1.HeaderClassName
{
color: #E39600;
}
.AnyTagClassName
{
color: #E39600;
}
</style>
background-color css
<style>
a { background-color: #E39600; }
a { background-color: rgb(227,150,0); }
div.DivClassName
{
background-color: #E39600;
}
.BgClassName
{
background-color: #E39600;
}
</style>
border-color css
<style>
span { border-color: #E39600; }
span { border-color: rgb(227,150,0); }
td.TdClassName
{
border-color: #E39600;
}
.TagClassName
{
border-color: #E39600;
}
</style>