Shades of Gamboge #E49902
Tints of Gamboge #E49902
RGB
CMYK
RGB Variations
Color information
#E49902 (or 0xE49902) is known color: Gamboge. HEX triplet: E4, 99 and 02. RGB value is (228,153,2). Sum of RGB (Red+Green+Blue) = 228+153+2=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E49902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49902 is #1B66FD. Grayscale: #9E9E9E. Windows color (decimal): -1795838 or 170468. OLE color: 170468.
HSL color Cylindrical-coordinate representation of color #E49902: hue angle of 40.09º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E49902 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.11 |
| HSL | 40.09º | 0.98% | 0.45% | - |
| HSV(B) | 40.09º | 0.99% | 0.89% | - |
| XYZ | 43.4 | 39.28 | 5.35 | - |
| YUV | 158.21 | 39.85 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 2 | 0 | 0.33 | 0.99 | 0.11 | 40.09 | 0.98 | 0.45 |
| Hex | E4 | 99 | 2 | 0 | 21 | 63 | B | 28 | 62 | 2D |
| Octal | 344 | 231 | 2 | 0 | 41 | 143 | 13 | 50 | 142 | 55 |
| Binary | 11100100 | 10011001 | 10 | 0 | 100001 | 1100011 | 1011 | 101000 | 1100010 | 101101 |
Color Harmonies of #E49902
Complementary color
Monochromatic Colors of #E49902
Black with #E49902
Text Example
Text Example
White with #E49902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49902; }
p { color: rgb(228,153,2); }
H1.HeaderClassName
{
color: #E49902;
}
.AnyTagClassName
{
color: #E49902;
}
</style>
background-color css
<style>
a { background-color: #E49902; }
a { background-color: rgb(228,153,2); }
div.DivClassName
{
background-color: #E49902;
}
.BgClassName
{
background-color: #E49902;
}
</style>
border-color css
<style>
span { border-color: #E49902; }
span { border-color: rgb(228,153,2); }
td.TdClassName
{
border-color: #E49902;
}
.TagClassName
{
border-color: #E49902;
}
</style>