Shades of Gamboge #E19A09
Tints of Gamboge #E19A09
RGB
CMYK
RGB Variations
Color information
#E19A09 (or 0xE19A09) is known color: Gamboge. HEX triplet: E1, 9A and 09. RGB value is (225,154,9). Sum of RGB (Red+Green+Blue) = 225+154+9=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19A09 is #1E65F6. Grayscale: #9F9F9F. Windows color (decimal): -1992183 or 629473. OLE color: 629473.
HSL color Cylindrical-coordinate representation of color #E19A09: hue angle of 40.28º degrees, saturation: 0.92, 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 #E19A09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.12 |
| HSL | 40.28º | 0.92% | 0.46% | - |
| HSV(B) | 40.28º | 0.96% | 0.88% | - |
| XYZ | 42.66 | 39.14 | 5.56 | - |
| YUV | 158.7 | 43.52 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 9 | 0 | 0.32 | 0.96 | 0.12 | 40.28 | 0.92 | 0.46 |
| Hex | E1 | 9A | 9 | 0 | 20 | 60 | C | 28 | 5C | 2E |
| Octal | 341 | 232 | 11 | 0 | 40 | 140 | 14 | 50 | 134 | 56 |
| Binary | 11100001 | 10011010 | 1001 | 0 | 100000 | 1100000 | 1100 | 101000 | 1011100 | 101110 |
Color Harmonies of #E19A09
Complementary color
Monochromatic Colors of #E19A09
Black with #E19A09
Text Example
Text Example
White with #E19A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A09; }
p { color: rgb(225,154,9); }
H1.HeaderClassName
{
color: #E19A09;
}
.AnyTagClassName
{
color: #E19A09;
}
</style>
background-color css
<style>
a { background-color: #E19A09; }
a { background-color: rgb(225,154,9); }
div.DivClassName
{
background-color: #E19A09;
}
.BgClassName
{
background-color: #E19A09;
}
</style>
border-color css
<style>
span { border-color: #E19A09; }
span { border-color: rgb(225,154,9); }
td.TdClassName
{
border-color: #E19A09;
}
.TagClassName
{
border-color: #E19A09;
}
</style>