Shades of Gamboge #E49602
Tints of Gamboge #E49602
RGB
CMYK
RGB Variations
Color information
#E49602 (or 0xE49602) is known color: Gamboge. HEX triplet: E4, 96 and 02. RGB value is (228,150,2). Sum of RGB (Red+Green+Blue) = 228+150+2=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E49602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49602 is #1B69FD. Grayscale: #9D9D9D. Windows color (decimal): -1796606 or 169700. OLE color: 169700.
HSL color Cylindrical-coordinate representation of color #E49602: hue angle of 39.29º 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 #E49602 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.11 |
| HSL | 39.29º | 0.98% | 0.45% | - |
| HSV(B) | 39.29º | 0.99% | 0.89% | - |
| XYZ | 42.91 | 38.31 | 5.19 | - |
| YUV | 156.45 | 40.84 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 2 | 0 | 0.34 | 0.99 | 0.11 | 39.29 | 0.98 | 0.45 |
| Hex | E4 | 96 | 2 | 0 | 22 | 63 | B | 27 | 62 | 2D |
| Octal | 344 | 226 | 2 | 0 | 42 | 143 | 13 | 47 | 142 | 55 |
| Binary | 11100100 | 10010110 | 10 | 0 | 100010 | 1100011 | 1011 | 100111 | 1100010 | 101101 |
Color Harmonies of #E49602
Complementary color
Monochromatic Colors of #E49602
Black with #E49602
Text Example
Text Example
White with #E49602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49602; }
p { color: rgb(228,150,2); }
H1.HeaderClassName
{
color: #E49602;
}
.AnyTagClassName
{
color: #E49602;
}
</style>
background-color css
<style>
a { background-color: #E49602; }
a { background-color: rgb(228,150,2); }
div.DivClassName
{
background-color: #E49602;
}
.BgClassName
{
background-color: #E49602;
}
</style>
border-color css
<style>
span { border-color: #E49602; }
span { border-color: rgb(228,150,2); }
td.TdClassName
{
border-color: #E49602;
}
.TagClassName
{
border-color: #E49602;
}
</style>