Shades of Gamboge #E49B02
Tints of Gamboge #E49B02
RGB
CMYK
RGB Variations
Color information
#E49B02 (or 0xE49B02) is known color: Gamboge. HEX triplet: E4, 9B and 02. RGB value is (228,155,2). Sum of RGB (Red+Green+Blue) = 228+155+2=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49B02 is #1B64FD. Grayscale: #A0A0A0. Windows color (decimal): -1795326 or 170980. OLE color: 170980.
HSL color Cylindrical-coordinate representation of color #E49B02: hue angle of 40.62º 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 #E49B02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.11 |
| HSL | 40.62º | 0.98% | 0.45% | - |
| HSV(B) | 40.62º | 0.99% | 0.89% | - |
| XYZ | 43.73 | 39.94 | 5.46 | - |
| YUV | 159.39 | 39.18 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 2 | 0 | 0.32 | 0.99 | 0.11 | 40.62 | 0.98 | 0.45 |
| Hex | E4 | 9B | 2 | 0 | 20 | 63 | B | 29 | 62 | 2D |
| Octal | 344 | 233 | 2 | 0 | 40 | 143 | 13 | 51 | 142 | 55 |
| Binary | 11100100 | 10011011 | 10 | 0 | 100000 | 1100011 | 1011 | 101001 | 1100010 | 101101 |
Color Harmonies of #E49B02
Complementary color
Monochromatic Colors of #E49B02
Black with #E49B02
Text Example
Text Example
White with #E49B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B02; }
p { color: rgb(228,155,2); }
H1.HeaderClassName
{
color: #E49B02;
}
.AnyTagClassName
{
color: #E49B02;
}
</style>
background-color css
<style>
a { background-color: #E49B02; }
a { background-color: rgb(228,155,2); }
div.DivClassName
{
background-color: #E49B02;
}
.BgClassName
{
background-color: #E49B02;
}
</style>
border-color css
<style>
span { border-color: #E49B02; }
span { border-color: rgb(228,155,2); }
td.TdClassName
{
border-color: #E49B02;
}
.TagClassName
{
border-color: #E49B02;
}
</style>