Shades of Gamboge #E18910
Tints of Gamboge #E18910
RGB
CMYK
RGB Variations
Color information
#E18910 (or 0xE18910) is known color: Gamboge. HEX triplet: E1, 89 and 10. RGB value is (225,137,16). Sum of RGB (Red+Green+Blue) = 225+137+16=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E18910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18910 is #1E76EF. Grayscale: #969696. Windows color (decimal): -1996528 or 1083873. OLE color: 1083873.
HSL color Cylindrical-coordinate representation of color #E18910: hue angle of 34.74º 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 #E18910 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.12 |
| HSL | 34.74º | 0.87% | 0.47% | - |
| HSV(B) | 34.74º | 0.93% | 0.88% | - |
| XYZ | 40.09 | 33.94 | 4.93 | - |
| YUV | 149.52 | 52.65 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 16 | 0 | 0.39 | 0.93 | 0.12 | 34.74 | 0.87 | 0.47 |
| Hex | E1 | 89 | 10 | 0 | 27 | 5D | C | 23 | 57 | 2F |
| Octal | 341 | 211 | 20 | 0 | 47 | 135 | 14 | 43 | 127 | 57 |
| Binary | 11100001 | 10001001 | 10000 | 0 | 100111 | 1011101 | 1100 | 100011 | 1010111 | 101111 |
Color Harmonies of #E18910
Complementary color
Monochromatic Colors of #E18910
Black with #E18910
Text Example
Text Example
White with #E18910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18910; }
p { color: rgb(225,137,16); }
H1.HeaderClassName
{
color: #E18910;
}
.AnyTagClassName
{
color: #E18910;
}
</style>
background-color css
<style>
a { background-color: #E18910; }
a { background-color: rgb(225,137,16); }
div.DivClassName
{
background-color: #E18910;
}
.BgClassName
{
background-color: #E18910;
}
</style>
border-color css
<style>
span { border-color: #E18910; }
span { border-color: rgb(225,137,16); }
td.TdClassName
{
border-color: #E18910;
}
.TagClassName
{
border-color: #E18910;
}
</style>