Shades of Gamboge #E19902
Tints of Gamboge #E19902
RGB
CMYK
RGB Variations
Color information
#E19902 (or 0xE19902) is known color: Gamboge. HEX triplet: E1, 99 and 02. RGB value is (225,153,2). Sum of RGB (Red+Green+Blue) = 225+153+2=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E19902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19902 is #1E66FD. Grayscale: #9D9D9D. Windows color (decimal): -1992446 or 170465. OLE color: 170465.
HSL color Cylindrical-coordinate representation of color #E19902: hue angle of 40.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E19902 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.12 |
| HSL | 40.63º | 0.98% | 0.45% | - |
| HSV(B) | 40.63º | 0.99% | 0.88% | - |
| XYZ | 42.45 | 38.79 | 5.31 | - |
| YUV | 157.31 | 40.35 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 2 | 0 | 0.32 | 0.99 | 0.12 | 40.63 | 0.98 | 0.45 |
| Hex | E1 | 99 | 2 | 0 | 20 | 63 | C | 29 | 62 | 2D |
| Octal | 341 | 231 | 2 | 0 | 40 | 143 | 14 | 51 | 142 | 55 |
| Binary | 11100001 | 10011001 | 10 | 0 | 100000 | 1100011 | 1100 | 101001 | 1100010 | 101101 |
Color Harmonies of #E19902
Complementary color
Monochromatic Colors of #E19902
Black with #E19902
Text Example
Text Example
White with #E19902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19902; }
p { color: rgb(225,153,2); }
H1.HeaderClassName
{
color: #E19902;
}
.AnyTagClassName
{
color: #E19902;
}
</style>
background-color css
<style>
a { background-color: #E19902; }
a { background-color: rgb(225,153,2); }
div.DivClassName
{
background-color: #E19902;
}
.BgClassName
{
background-color: #E19902;
}
</style>
border-color css
<style>
span { border-color: #E19902; }
span { border-color: rgb(225,153,2); }
td.TdClassName
{
border-color: #E19902;
}
.TagClassName
{
border-color: #E19902;
}
</style>