Shades of Gamboge #E19413
Tints of Gamboge #E19413
RGB
CMYK
RGB Variations
Color information
#E19413 (or 0xE19413) is known color: Gamboge. HEX triplet: E1, 94 and 13. RGB value is (225,148,19). Sum of RGB (Red+Green+Blue) = 225+148+19=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E19413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19413 is #1E6BEC. Grayscale: #9C9C9C. Windows color (decimal): -1993709 or 1283297. OLE color: 1283297.
HSL color Cylindrical-coordinate representation of color #E19413: hue angle of 37.57º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E19413 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 19 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.12 |
| HSL | 37.57º | 0.84% | 0.48% | - |
| HSV(B) | 37.57º | 0.92% | 0.88% | - |
| XYZ | 41.76 | 37.23 | 5.6 | - |
| YUV | 156.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 19 | 0 | 0.34 | 0.92 | 0.12 | 37.57 | 0.84 | 0.48 |
| Hex | E1 | 94 | 13 | 0 | 22 | 5C | C | 26 | 54 | 30 |
| Octal | 341 | 224 | 23 | 0 | 42 | 134 | 14 | 46 | 124 | 60 |
| Binary | 11100001 | 10010100 | 10011 | 0 | 100010 | 1011100 | 1100 | 100110 | 1010100 | 110000 |
Color Harmonies of #E19413
Complementary color
Monochromatic Colors of #E19413
Black with #E19413
Text Example
Text Example
White with #E19413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19413; }
p { color: rgb(225,148,19); }
H1.HeaderClassName
{
color: #E19413;
}
.AnyTagClassName
{
color: #E19413;
}
</style>
background-color css
<style>
a { background-color: #E19413; }
a { background-color: rgb(225,148,19); }
div.DivClassName
{
background-color: #E19413;
}
.BgClassName
{
background-color: #E19413;
}
</style>
border-color css
<style>
span { border-color: #E19413; }
span { border-color: rgb(225,148,19); }
td.TdClassName
{
border-color: #E19413;
}
.TagClassName
{
border-color: #E19413;
}
</style>