Shades of Gamboge #E39115
Tints of Gamboge #E39115
RGB
CMYK
RGB Variations
Color information
#E39115 (or 0xE39115) is known color: Gamboge. HEX triplet: E3, 91 and 15. RGB value is (227,145,21). Sum of RGB (Red+Green+Blue) = 227+145+21=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E39115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39115 is #1C6EEA. Grayscale: #9B9B9B. Windows color (decimal): -1863403 or 1413603. OLE color: 1413603.
HSL color Cylindrical-coordinate representation of color #E39115: hue angle of 36.12º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E39115 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.11 |
| HSL | 36.12º | 0.83% | 0.49% | - |
| HSV(B) | 36.12º | 0.91% | 0.89% | - |
| XYZ | 41.94 | 36.64 | 5.57 | - |
| YUV | 155.38 | 52.17 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 21 | 0 | 0.36 | 0.91 | 0.11 | 36.12 | 0.83 | 0.49 |
| Hex | E3 | 91 | 15 | 0 | 24 | 5B | B | 24 | 53 | 31 |
| Octal | 343 | 221 | 25 | 0 | 44 | 133 | 13 | 44 | 123 | 61 |
| Binary | 11100011 | 10010001 | 10101 | 0 | 100100 | 1011011 | 1011 | 100100 | 1010011 | 110001 |
Color Harmonies of #E39115
Complementary color
Monochromatic Colors of #E39115
Black with #E39115
Text Example
Text Example
White with #E39115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39115; }
p { color: rgb(227,145,21); }
H1.HeaderClassName
{
color: #E39115;
}
.AnyTagClassName
{
color: #E39115;
}
</style>
background-color css
<style>
a { background-color: #E39115; }
a { background-color: rgb(227,145,21); }
div.DivClassName
{
background-color: #E39115;
}
.BgClassName
{
background-color: #E39115;
}
</style>
border-color css
<style>
span { border-color: #E39115; }
span { border-color: rgb(227,145,21); }
td.TdClassName
{
border-color: #E39115;
}
.TagClassName
{
border-color: #E39115;
}
</style>