Shades of Gamboge #E38E10
Tints of Gamboge #E38E10
RGB
CMYK
RGB Variations
Color information
#E38E10 (or 0xE38E10) is known color: Gamboge. HEX triplet: E3, 8E and 10. RGB value is (227,142,16). Sum of RGB (Red+Green+Blue) = 227+142+16=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38E10 is #1C71EF. Grayscale: #999999. Windows color (decimal): -1864176 or 1085155. OLE color: 1085155.
HSL color Cylindrical-coordinate representation of color #E38E10: hue angle of 35.83º 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 #E38E10 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.11 |
| HSL | 35.83º | 0.87% | 0.48% | - |
| HSV(B) | 35.83º | 0.93% | 0.89% | - |
| XYZ | 41.45 | 35.71 | 5.2 | - |
| YUV | 153.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 16 | 0 | 0.37 | 0.93 | 0.11 | 35.83 | 0.87 | 0.48 |
| Hex | E3 | 8E | 10 | 0 | 25 | 5D | B | 24 | 57 | 30 |
| Octal | 343 | 216 | 20 | 0 | 45 | 135 | 13 | 44 | 127 | 60 |
| Binary | 11100011 | 10001110 | 10000 | 0 | 100101 | 1011101 | 1011 | 100100 | 1010111 | 110000 |
Color Harmonies of #E38E10
Complementary color
Monochromatic Colors of #E38E10
Black with #E38E10
Text Example
Text Example
White with #E38E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E10; }
p { color: rgb(227,142,16); }
H1.HeaderClassName
{
color: #E38E10;
}
.AnyTagClassName
{
color: #E38E10;
}
</style>
background-color css
<style>
a { background-color: #E38E10; }
a { background-color: rgb(227,142,16); }
div.DivClassName
{
background-color: #E38E10;
}
.BgClassName
{
background-color: #E38E10;
}
</style>
border-color css
<style>
span { border-color: #E38E10; }
span { border-color: rgb(227,142,16); }
td.TdClassName
{
border-color: #E38E10;
}
.TagClassName
{
border-color: #E38E10;
}
</style>