Shades of Gamboge #E39313
Tints of Gamboge #E39313
RGB
CMYK
RGB Variations
Color information
#E39313 (or 0xE39313) is known color: Gamboge. HEX triplet: E3, 93 and 13. RGB value is (227,147,19). Sum of RGB (Red+Green+Blue) = 227+147+19=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E39313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39313 is #1C6CEC. Grayscale: #9C9C9C. Windows color (decimal): -1862893 or 1283043. OLE color: 1283043.
HSL color Cylindrical-coordinate representation of color #E39313: hue angle of 36.92º 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 #E39313 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 19 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.11 |
| HSL | 36.92º | 0.85% | 0.48% | - |
| HSV(B) | 36.92º | 0.92% | 0.89% | - |
| XYZ | 42.23 | 37.25 | 5.58 | - |
| YUV | 156.33 | 50.5 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 19 | 0 | 0.35 | 0.92 | 0.11 | 36.92 | 0.85 | 0.48 |
| Hex | E3 | 93 | 13 | 0 | 23 | 5C | B | 25 | 55 | 30 |
| Octal | 343 | 223 | 23 | 0 | 43 | 134 | 13 | 45 | 125 | 60 |
| Binary | 11100011 | 10010011 | 10011 | 0 | 100011 | 1011100 | 1011 | 100101 | 1010101 | 110000 |
Color Harmonies of #E39313
Complementary color
Monochromatic Colors of #E39313
Black with #E39313
Text Example
Text Example
White with #E39313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39313; }
p { color: rgb(227,147,19); }
H1.HeaderClassName
{
color: #E39313;
}
.AnyTagClassName
{
color: #E39313;
}
</style>
background-color css
<style>
a { background-color: #E39313; }
a { background-color: rgb(227,147,19); }
div.DivClassName
{
background-color: #E39313;
}
.BgClassName
{
background-color: #E39313;
}
</style>
border-color css
<style>
span { border-color: #E39313; }
span { border-color: rgb(227,147,19); }
td.TdClassName
{
border-color: #E39313;
}
.TagClassName
{
border-color: #E39313;
}
</style>