Shades of Gamboge #E39013
Tints of Gamboge #E39013
RGB
CMYK
RGB Variations
Color information
#E39013 (or 0xE39013) is known color: Gamboge. HEX triplet: E3, 90 and 13. RGB value is (227,144,19). Sum of RGB (Red+Green+Blue) = 227+144+19=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E39013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39013 is #1C6FEC. Grayscale: #9B9B9B. Windows color (decimal): -1863661 or 1282275. OLE color: 1282275.
HSL color Cylindrical-coordinate representation of color #E39013: hue angle of 36.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E39013 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 19 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.11 |
| HSL | 36.06º | 0.85% | 0.48% | - |
| HSV(B) | 36.06º | 0.92% | 0.89% | - |
| XYZ | 41.77 | 36.32 | 5.43 | - |
| YUV | 154.57 | 51.5 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 19 | 0 | 0.37 | 0.92 | 0.11 | 36.06 | 0.85 | 0.48 |
| Hex | E3 | 90 | 13 | 0 | 25 | 5C | B | 24 | 55 | 30 |
| Octal | 343 | 220 | 23 | 0 | 45 | 134 | 13 | 44 | 125 | 60 |
| Binary | 11100011 | 10010000 | 10011 | 0 | 100101 | 1011100 | 1011 | 100100 | 1010101 | 110000 |
Color Harmonies of #E39013
Complementary color
Monochromatic Colors of #E39013
Black with #E39013
Text Example
Text Example
White with #E39013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39013; }
p { color: rgb(227,144,19); }
H1.HeaderClassName
{
color: #E39013;
}
.AnyTagClassName
{
color: #E39013;
}
</style>
background-color css
<style>
a { background-color: #E39013; }
a { background-color: rgb(227,144,19); }
div.DivClassName
{
background-color: #E39013;
}
.BgClassName
{
background-color: #E39013;
}
</style>
border-color css
<style>
span { border-color: #E39013; }
span { border-color: rgb(227,144,19); }
td.TdClassName
{
border-color: #E39013;
}
.TagClassName
{
border-color: #E39013;
}
</style>