Shades of Gamboge #E19B18
Tints of Gamboge #E19B18
RGB
CMYK
RGB Variations
Color information
#E19B18 (or 0xE19B18) is known color: Gamboge. HEX triplet: E1, 9B and 18. RGB value is (225,155,24). Sum of RGB (Red+Green+Blue) = 225+155+24=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19B18 is #1E64E7. Grayscale: #A1A1A1. Windows color (decimal): -1991912 or 1612769. OLE color: 1612769.
HSL color Cylindrical-coordinate representation of color #E19B18: hue angle of 39.1º degrees, saturation: 0.81, 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 #E19B18 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 24 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.12 |
| HSL | 39.1º | 0.81% | 0.49% | - |
| HSV(B) | 39.1º | 0.89% | 0.88% | - |
| XYZ | 42.94 | 39.52 | 6.23 | - |
| YUV | 161 | 50.69 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 24 | 0 | 0.31 | 0.89 | 0.12 | 39.1 | 0.81 | 0.49 |
| Hex | E1 | 9B | 18 | 0 | 1F | 59 | C | 27 | 51 | 31 |
| Octal | 341 | 233 | 30 | 0 | 37 | 131 | 14 | 47 | 121 | 61 |
| Binary | 11100001 | 10011011 | 11000 | 0 | 11111 | 1011001 | 1100 | 100111 | 1010001 | 110001 |
Color Harmonies of #E19B18
Complementary color
Monochromatic Colors of #E19B18
Black with #E19B18
Text Example
Text Example
White with #E19B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B18; }
p { color: rgb(225,155,24); }
H1.HeaderClassName
{
color: #E19B18;
}
.AnyTagClassName
{
color: #E19B18;
}
</style>
background-color css
<style>
a { background-color: #E19B18; }
a { background-color: rgb(225,155,24); }
div.DivClassName
{
background-color: #E19B18;
}
.BgClassName
{
background-color: #E19B18;
}
</style>
border-color css
<style>
span { border-color: #E19B18; }
span { border-color: rgb(225,155,24); }
td.TdClassName
{
border-color: #E19B18;
}
.TagClassName
{
border-color: #E19B18;
}
</style>