Shades of Gamboge #E39510
Tints of Gamboge #E39510
RGB
CMYK
RGB Variations
Color information
#E39510 (or 0xE39510) is known color: Gamboge. HEX triplet: E3, 95 and 10. RGB value is (227,149,16). Sum of RGB (Red+Green+Blue) = 227+149+16=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E39510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39510 is #1C6AEF. Grayscale: #9D9D9D. Windows color (decimal): -1862384 or 1086947. OLE color: 1086947.
HSL color Cylindrical-coordinate representation of color #E39510: hue angle of 37.82º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E39510 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.11 |
| HSL | 37.82º | 0.87% | 0.48% | - |
| HSV(B) | 37.82º | 0.93% | 0.89% | - |
| XYZ | 42.52 | 37.86 | 5.56 | - |
| YUV | 157.16 | 48.34 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 16 | 0 | 0.34 | 0.93 | 0.11 | 37.82 | 0.87 | 0.48 |
| Hex | E3 | 95 | 10 | 0 | 22 | 5D | B | 26 | 57 | 30 |
| Octal | 343 | 225 | 20 | 0 | 42 | 135 | 13 | 46 | 127 | 60 |
| Binary | 11100011 | 10010101 | 10000 | 0 | 100010 | 1011101 | 1011 | 100110 | 1010111 | 110000 |
Color Harmonies of #E39510
Complementary color
Monochromatic Colors of #E39510
Black with #E39510
Text Example
Text Example
White with #E39510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39510; }
p { color: rgb(227,149,16); }
H1.HeaderClassName
{
color: #E39510;
}
.AnyTagClassName
{
color: #E39510;
}
</style>
background-color css
<style>
a { background-color: #E39510; }
a { background-color: rgb(227,149,16); }
div.DivClassName
{
background-color: #E39510;
}
.BgClassName
{
background-color: #E39510;
}
</style>
border-color css
<style>
span { border-color: #E39510; }
span { border-color: rgb(227,149,16); }
td.TdClassName
{
border-color: #E39510;
}
.TagClassName
{
border-color: #E39510;
}
</style>