Shades of Gamboge #E19A04
Tints of Gamboge #E19A04
RGB
CMYK
RGB Variations
Color information
#E19A04 (or 0xE19A04) is known color: Gamboge. HEX triplet: E1, 9A and 04. RGB value is (225,154,4). Sum of RGB (Red+Green+Blue) = 225+154+4=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19A04 is #1E65FB. Grayscale: #9E9E9E. Windows color (decimal): -1992188 or 301793. OLE color: 301793.
HSL color Cylindrical-coordinate representation of color #E19A04: hue angle of 40.72º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E19A04 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.12 |
| HSL | 40.72º | 0.97% | 0.45% | - |
| HSV(B) | 40.72º | 0.98% | 0.88% | - |
| XYZ | 42.63 | 39.13 | 5.42 | - |
| YUV | 158.13 | 41.02 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 4 | 0 | 0.32 | 0.98 | 0.12 | 40.72 | 0.97 | 0.45 |
| Hex | E1 | 9A | 4 | 0 | 20 | 62 | C | 29 | 61 | 2D |
| Octal | 341 | 232 | 4 | 0 | 40 | 142 | 14 | 51 | 141 | 55 |
| Binary | 11100001 | 10011010 | 100 | 0 | 100000 | 1100010 | 1100 | 101001 | 1100001 | 101101 |
Color Harmonies of #E19A04
Complementary color
Monochromatic Colors of #E19A04
Black with #E19A04
Text Example
Text Example
White with #E19A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A04; }
p { color: rgb(225,154,4); }
H1.HeaderClassName
{
color: #E19A04;
}
.AnyTagClassName
{
color: #E19A04;
}
</style>
background-color css
<style>
a { background-color: #E19A04; }
a { background-color: rgb(225,154,4); }
div.DivClassName
{
background-color: #E19A04;
}
.BgClassName
{
background-color: #E19A04;
}
</style>
border-color css
<style>
span { border-color: #E19A04; }
span { border-color: rgb(225,154,4); }
td.TdClassName
{
border-color: #E19A04;
}
.TagClassName
{
border-color: #E19A04;
}
</style>