Shades of Gamboge #E19508
Tints of Gamboge #E19508
RGB
CMYK
RGB Variations
Color information
#E19508 (or 0xE19508) is known color: Gamboge. HEX triplet: E1, 95 and 08. RGB value is (225,149,8). Sum of RGB (Red+Green+Blue) = 225+149+8=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E19508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19508 is #1E6AF7. Grayscale: #9C9C9C. Windows color (decimal): -1993464 or 562657. OLE color: 562657.
HSL color Cylindrical-coordinate representation of color #E19508: hue angle of 38.99º 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 #E19508 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.12 |
| HSL | 38.99º | 0.93% | 0.46% | - |
| HSV(B) | 38.99º | 0.96% | 0.88% | - |
| XYZ | 41.84 | 37.52 | 5.27 | - |
| YUV | 155.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 8 | 0 | 0.34 | 0.96 | 0.12 | 38.99 | 0.93 | 0.46 |
| Hex | E1 | 95 | 8 | 0 | 22 | 60 | C | 27 | 5D | 2E |
| Octal | 341 | 225 | 10 | 0 | 42 | 140 | 14 | 47 | 135 | 56 |
| Binary | 11100001 | 10010101 | 1000 | 0 | 100010 | 1100000 | 1100 | 100111 | 1011101 | 101110 |
Color Harmonies of #E19508
Complementary color
Monochromatic Colors of #E19508
Black with #E19508
Text Example
Text Example
White with #E19508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19508; }
p { color: rgb(225,149,8); }
H1.HeaderClassName
{
color: #E19508;
}
.AnyTagClassName
{
color: #E19508;
}
</style>
background-color css
<style>
a { background-color: #E19508; }
a { background-color: rgb(225,149,8); }
div.DivClassName
{
background-color: #E19508;
}
.BgClassName
{
background-color: #E19508;
}
</style>
border-color css
<style>
span { border-color: #E19508; }
span { border-color: rgb(225,149,8); }
td.TdClassName
{
border-color: #E19508;
}
.TagClassName
{
border-color: #E19508;
}
</style>