Shades of Gamboge #E39000
Tints of Gamboge #E39000
RGB
CMYK
RGB Variations
Color information
#E39000 (or 0xE39000) is known color: Gamboge. HEX triplet: E3, 90 and 00. RGB value is (227,144,0). Sum of RGB (Red+Green+Blue) = 227+144+0=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E39000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39000 is #1C6FFF. Grayscale: #999999. Windows color (decimal): -1863680 or 37091. OLE color: 37091.
HSL color Cylindrical-coordinate representation of color #E39000: hue angle of 38.06º 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 #E39000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.11 |
| HSL | 38.06º | 1% | 0.45% | - |
| HSV(B) | 38.06º | 1% | 0.89% | - |
| XYZ | 41.65 | 36.28 | 4.81 | - |
| YUV | 152.4 | 42 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 0 | 0 | 0.37 | 1 | 0.11 | 38.06 | 1 | 0.45 |
| Hex | E3 | 90 | 0 | 0 | 25 | 64 | B | 26 | 64 | 2D |
| Octal | 343 | 220 | 0 | 0 | 45 | 144 | 13 | 46 | 144 | 55 |
| Binary | 11100011 | 10010000 | 0 | 0 | 100101 | 1100100 | 1011 | 100110 | 1100100 | 101101 |
Color Harmonies of #E39000
Complementary color
Monochromatic Colors of #E39000
Black with #E39000
Text Example
Text Example
White with #E39000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39000; }
p { color: rgb(227,144,0); }
H1.HeaderClassName
{
color: #E39000;
}
.AnyTagClassName
{
color: #E39000;
}
</style>
background-color css
<style>
a { background-color: #E39000; }
a { background-color: rgb(227,144,0); }
div.DivClassName
{
background-color: #E39000;
}
.BgClassName
{
background-color: #E39000;
}
</style>
border-color css
<style>
span { border-color: #E39000; }
span { border-color: rgb(227,144,0); }
td.TdClassName
{
border-color: #E39000;
}
.TagClassName
{
border-color: #E39000;
}
</style>