Shades of Gamboge #E39D15
Tints of Gamboge #E39D15
RGB
CMYK
RGB Variations
Color information
#E39D15 (or 0xE39D15) is known color: Gamboge. HEX triplet: E3, 9D and 15. RGB value is (227,157,21). Sum of RGB (Red+Green+Blue) = 227+157+21=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39D15 is #1C62EA. Grayscale: #A3A3A3. Windows color (decimal): -1860331 or 1416675. OLE color: 1416675.
HSL color Cylindrical-coordinate representation of color #E39D15: hue angle of 39.61º 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 #E39D15 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.11 |
| HSL | 39.61º | 0.83% | 0.49% | - |
| HSV(B) | 39.61º | 0.91% | 0.89% | - |
| XYZ | 43.87 | 40.5 | 6.21 | - |
| YUV | 162.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 21 | 0 | 0.31 | 0.91 | 0.11 | 39.61 | 0.83 | 0.49 |
| Hex | E3 | 9D | 15 | 0 | 1F | 5B | B | 28 | 53 | 31 |
| Octal | 343 | 235 | 25 | 0 | 37 | 133 | 13 | 50 | 123 | 61 |
| Binary | 11100011 | 10011101 | 10101 | 0 | 11111 | 1011011 | 1011 | 101000 | 1010011 | 110001 |
Color Harmonies of #E39D15
Complementary color
Monochromatic Colors of #E39D15
Black with #E39D15
Text Example
Text Example
White with #E39D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39D15; }
p { color: rgb(227,157,21); }
H1.HeaderClassName
{
color: #E39D15;
}
.AnyTagClassName
{
color: #E39D15;
}
</style>
background-color css
<style>
a { background-color: #E39D15; }
a { background-color: rgb(227,157,21); }
div.DivClassName
{
background-color: #E39D15;
}
.BgClassName
{
background-color: #E39D15;
}
</style>
border-color css
<style>
span { border-color: #E39D15; }
span { border-color: rgb(227,157,21); }
td.TdClassName
{
border-color: #E39D15;
}
.TagClassName
{
border-color: #E39D15;
}
</style>