Shades of Gamboge #E19108
Tints of Gamboge #E19108
RGB
CMYK
RGB Variations
Color information
#E19108 (or 0xE19108) is known color: Gamboge. HEX triplet: E1, 91 and 08. RGB value is (225,145,8). Sum of RGB (Red+Green+Blue) = 225+145+8=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E19108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19108 is #1E6EF7. Grayscale: #999999. Windows color (decimal): -1994488 or 561633. OLE color: 561633.
HSL color Cylindrical-coordinate representation of color #E19108: hue angle of 37.88º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E19108 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.12 |
| HSL | 37.88º | 0.93% | 0.46% | - |
| HSV(B) | 37.88º | 0.96% | 0.88% | - |
| XYZ | 41.22 | 36.28 | 5.06 | - |
| YUV | 153.3 | 46 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 8 | 0 | 0.36 | 0.96 | 0.12 | 37.88 | 0.93 | 0.46 |
| Hex | E1 | 91 | 8 | 0 | 24 | 60 | C | 26 | 5D | 2E |
| Octal | 341 | 221 | 10 | 0 | 44 | 140 | 14 | 46 | 135 | 56 |
| Binary | 11100001 | 10010001 | 1000 | 0 | 100100 | 1100000 | 1100 | 100110 | 1011101 | 101110 |
Color Harmonies of #E19108
Complementary color
Monochromatic Colors of #E19108
Black with #E19108
Text Example
Text Example
White with #E19108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19108; }
p { color: rgb(225,145,8); }
H1.HeaderClassName
{
color: #E19108;
}
.AnyTagClassName
{
color: #E19108;
}
</style>
background-color css
<style>
a { background-color: #E19108; }
a { background-color: rgb(225,145,8); }
div.DivClassName
{
background-color: #E19108;
}
.BgClassName
{
background-color: #E19108;
}
</style>
border-color css
<style>
span { border-color: #E19108; }
span { border-color: rgb(225,145,8); }
td.TdClassName
{
border-color: #E19108;
}
.TagClassName
{
border-color: #E19108;
}
</style>