Shades of Gamboge #E19802
Tints of Gamboge #E19802
RGB
CMYK
RGB Variations
Color information
#E19802 (or 0xE19802) is known color: Gamboge. HEX triplet: E1, 98 and 02. RGB value is (225,152,2). Sum of RGB (Red+Green+Blue) = 225+152+2=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E19802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19802 is #1E67FD. Grayscale: #9D9D9D. Windows color (decimal): -1992702 or 170209. OLE color: 170209.
HSL color Cylindrical-coordinate representation of color #E19802: hue angle of 40.36º 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 #E19802 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.12 |
| HSL | 40.36º | 0.98% | 0.45% | - |
| HSV(B) | 40.36º | 0.99% | 0.88% | - |
| XYZ | 42.29 | 38.47 | 5.25 | - |
| YUV | 156.73 | 40.68 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 2 | 0 | 0.32 | 0.99 | 0.12 | 40.36 | 0.98 | 0.45 |
| Hex | E1 | 98 | 2 | 0 | 20 | 63 | C | 28 | 62 | 2D |
| Octal | 341 | 230 | 2 | 0 | 40 | 143 | 14 | 50 | 142 | 55 |
| Binary | 11100001 | 10011000 | 10 | 0 | 100000 | 1100011 | 1100 | 101000 | 1100010 | 101101 |
Color Harmonies of #E19802
Complementary color
Monochromatic Colors of #E19802
Black with #E19802
Text Example
Text Example
White with #E19802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19802; }
p { color: rgb(225,152,2); }
H1.HeaderClassName
{
color: #E19802;
}
.AnyTagClassName
{
color: #E19802;
}
</style>
background-color css
<style>
a { background-color: #E19802; }
a { background-color: rgb(225,152,2); }
div.DivClassName
{
background-color: #E19802;
}
.BgClassName
{
background-color: #E19802;
}
</style>
border-color css
<style>
span { border-color: #E19802; }
span { border-color: rgb(225,152,2); }
td.TdClassName
{
border-color: #E19802;
}
.TagClassName
{
border-color: #E19802;
}
</style>