Shades of Gamboge #E19B19
Tints of Gamboge #E19B19
RGB
CMYK
RGB Variations
Color information
#E19B19 (or 0xE19B19) is known color: Gamboge. HEX triplet: E1, 9B and 19. RGB value is (225,155,25). Sum of RGB (Red+Green+Blue) = 225+155+25=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19B19 is #1E64E6. Grayscale: #A1A1A1. Windows color (decimal): -1991911 or 1678305. OLE color: 1678305.
HSL color Cylindrical-coordinate representation of color #E19B19: hue angle of 39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E19B19 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.12 |
| HSL | 39º | 0.8% | 0.49% | - |
| HSV(B) | 39º | 0.89% | 0.88% | - |
| XYZ | 42.95 | 39.52 | 6.28 | - |
| YUV | 161.11 | 51.19 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 25 | 0 | 0.31 | 0.89 | 0.12 | 39 | 0.8 | 0.49 |
| Hex | E1 | 9B | 19 | 0 | 1F | 59 | C | 27 | 50 | 31 |
| Octal | 341 | 233 | 31 | 0 | 37 | 131 | 14 | 47 | 120 | 61 |
| Binary | 11100001 | 10011011 | 11001 | 0 | 11111 | 1011001 | 1100 | 100111 | 1010000 | 110001 |
Color Harmonies of #E19B19
Complementary color
Monochromatic Colors of #E19B19
Black with #E19B19
Text Example
Text Example
White with #E19B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B19; }
p { color: rgb(225,155,25); }
H1.HeaderClassName
{
color: #E19B19;
}
.AnyTagClassName
{
color: #E19B19;
}
</style>
background-color css
<style>
a { background-color: #E19B19; }
a { background-color: rgb(225,155,25); }
div.DivClassName
{
background-color: #E19B19;
}
.BgClassName
{
background-color: #E19B19;
}
</style>
border-color css
<style>
span { border-color: #E19B19; }
span { border-color: rgb(225,155,25); }
td.TdClassName
{
border-color: #E19B19;
}
.TagClassName
{
border-color: #E19B19;
}
</style>