Shades of Gamboge #E39601
Tints of Gamboge #E39601
RGB
CMYK
RGB Variations
Color information
#E39601 (or 0xE39601) is known color: Gamboge. HEX triplet: E3, 96 and 01. RGB value is (227,150,1). Sum of RGB (Red+Green+Blue) = 227+150+1=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E39601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39601 is #1C69FE. Grayscale: #9C9C9C. Windows color (decimal): -1862143 or 104163. OLE color: 104163.
HSL color Cylindrical-coordinate representation of color #E39601: hue angle of 39.56º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E39601 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.11 |
| HSL | 39.56º | 0.99% | 0.45% | - |
| HSV(B) | 39.56º | 1% | 0.89% | - |
| XYZ | 42.59 | 38.15 | 5.15 | - |
| YUV | 156.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 1 | 0 | 0.34 | 1.00 | 0.11 | 39.56 | 0.99 | 0.45 |
| Hex | E3 | 96 | 1 | 0 | 22 | 64 | B | 28 | 63 | 2D |
| Octal | 343 | 226 | 1 | 0 | 42 | 144 | 13 | 50 | 143 | 55 |
| Binary | 11100011 | 10010110 | 1 | 0 | 100010 | 1100100 | 1011 | 101000 | 1100011 | 101101 |
Color Harmonies of #E39601
Complementary color
Monochromatic Colors of #E39601
Black with #E39601
Text Example
Text Example
White with #E39601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39601; }
p { color: rgb(227,150,1); }
H1.HeaderClassName
{
color: #E39601;
}
.AnyTagClassName
{
color: #E39601;
}
</style>
background-color css
<style>
a { background-color: #E39601; }
a { background-color: rgb(227,150,1); }
div.DivClassName
{
background-color: #E39601;
}
.BgClassName
{
background-color: #E39601;
}
</style>
border-color css
<style>
span { border-color: #E39601; }
span { border-color: rgb(227,150,1); }
td.TdClassName
{
border-color: #E39601;
}
.TagClassName
{
border-color: #E39601;
}
</style>