Shades of Gamboge #E18D10
Tints of Gamboge #E18D10
RGB
CMYK
RGB Variations
Color information
#E18D10 (or 0xE18D10) is known color: Gamboge. HEX triplet: E1, 8D and 10. RGB value is (225,141,16). Sum of RGB (Red+Green+Blue) = 225+141+16=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D10 is #1E72EF. Grayscale: #989898. Windows color (decimal): -1995504 or 1084897. OLE color: 1084897.
HSL color Cylindrical-coordinate representation of color #E18D10: hue angle of 35.89º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E18D10 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 16 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.12 |
| HSL | 35.89º | 0.87% | 0.47% | - |
| HSV(B) | 35.89º | 0.93% | 0.88% | - |
| XYZ | 40.67 | 35.09 | 5.12 | - |
| YUV | 151.87 | 51.33 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 16 | 0 | 0.37 | 0.93 | 0.12 | 35.89 | 0.87 | 0.47 |
| Hex | E1 | 8D | 10 | 0 | 25 | 5D | C | 24 | 57 | 2F |
| Octal | 341 | 215 | 20 | 0 | 45 | 135 | 14 | 44 | 127 | 57 |
| Binary | 11100001 | 10001101 | 10000 | 0 | 100101 | 1011101 | 1100 | 100100 | 1010111 | 101111 |
Color Harmonies of #E18D10
Complementary color
Monochromatic Colors of #E18D10
Black with #E18D10
Text Example
Text Example
White with #E18D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D10; }
p { color: rgb(225,141,16); }
H1.HeaderClassName
{
color: #E18D10;
}
.AnyTagClassName
{
color: #E18D10;
}
</style>
background-color css
<style>
a { background-color: #E18D10; }
a { background-color: rgb(225,141,16); }
div.DivClassName
{
background-color: #E18D10;
}
.BgClassName
{
background-color: #E18D10;
}
</style>
border-color css
<style>
span { border-color: #E18D10; }
span { border-color: rgb(225,141,16); }
td.TdClassName
{
border-color: #E18D10;
}
.TagClassName
{
border-color: #E18D10;
}
</style>