Shades of Gamboge #E19304
Tints of Gamboge #E19304
RGB
CMYK
RGB Variations
Color information
#E19304 (or 0xE19304) is known color: Gamboge. HEX triplet: E1, 93 and 04. RGB value is (225,147,4). Sum of RGB (Red+Green+Blue) = 225+147+4=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E19304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19304 is #1E6CFB. Grayscale: #9A9A9A. Windows color (decimal): -1993980 or 300001. OLE color: 300001.
HSL color Cylindrical-coordinate representation of color #E19304: hue angle of 38.82º 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 #E19304 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.12 |
| HSL | 38.82º | 0.97% | 0.45% | - |
| HSV(B) | 38.82º | 0.98% | 0.88% | - |
| XYZ | 41.51 | 36.88 | 5.05 | - |
| YUV | 154.02 | 43.34 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 4 | 0 | 0.35 | 0.98 | 0.12 | 38.82 | 0.97 | 0.45 |
| Hex | E1 | 93 | 4 | 0 | 23 | 62 | C | 27 | 61 | 2D |
| Octal | 341 | 223 | 4 | 0 | 43 | 142 | 14 | 47 | 141 | 55 |
| Binary | 11100001 | 10010011 | 100 | 0 | 100011 | 1100010 | 1100 | 100111 | 1100001 | 101101 |
Color Harmonies of #E19304
Complementary color
Monochromatic Colors of #E19304
Black with #E19304
Text Example
Text Example
White with #E19304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19304; }
p { color: rgb(225,147,4); }
H1.HeaderClassName
{
color: #E19304;
}
.AnyTagClassName
{
color: #E19304;
}
</style>
background-color css
<style>
a { background-color: #E19304; }
a { background-color: rgb(225,147,4); }
div.DivClassName
{
background-color: #E19304;
}
.BgClassName
{
background-color: #E19304;
}
</style>
border-color css
<style>
span { border-color: #E19304; }
span { border-color: rgb(225,147,4); }
td.TdClassName
{
border-color: #E19304;
}
.TagClassName
{
border-color: #E19304;
}
</style>