Shades of Gamboge #E19008
Tints of Gamboge #E19008
RGB
CMYK
RGB Variations
Color information
#E19008 (or 0xE19008) is known color: Gamboge. HEX triplet: E1, 90 and 08. RGB value is (225,144,8). Sum of RGB (Red+Green+Blue) = 225+144+8=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E19008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19008 is #1E6FF7. Grayscale: #999999. Windows color (decimal): -1994744 or 561377. OLE color: 561377.
HSL color Cylindrical-coordinate representation of color #E19008: hue angle of 37.6º 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 #E19008 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.12 |
| HSL | 37.6º | 0.93% | 0.46% | - |
| HSV(B) | 37.6º | 0.96% | 0.88% | - |
| XYZ | 41.07 | 35.97 | 5.01 | - |
| YUV | 152.72 | 46.34 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 8 | 0 | 0.36 | 0.96 | 0.12 | 37.6 | 0.93 | 0.46 |
| Hex | E1 | 90 | 8 | 0 | 24 | 60 | C | 26 | 5D | 2E |
| Octal | 341 | 220 | 10 | 0 | 44 | 140 | 14 | 46 | 135 | 56 |
| Binary | 11100001 | 10010000 | 1000 | 0 | 100100 | 1100000 | 1100 | 100110 | 1011101 | 101110 |
Color Harmonies of #E19008
Complementary color
Monochromatic Colors of #E19008
Black with #E19008
Text Example
Text Example
White with #E19008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19008; }
p { color: rgb(225,144,8); }
H1.HeaderClassName
{
color: #E19008;
}
.AnyTagClassName
{
color: #E19008;
}
</style>
background-color css
<style>
a { background-color: #E19008; }
a { background-color: rgb(225,144,8); }
div.DivClassName
{
background-color: #E19008;
}
.BgClassName
{
background-color: #E19008;
}
</style>
border-color css
<style>
span { border-color: #E19008; }
span { border-color: rgb(225,144,8); }
td.TdClassName
{
border-color: #E19008;
}
.TagClassName
{
border-color: #E19008;
}
</style>