Shades of Gamboge #E39002
Tints of Gamboge #E39002
RGB
CMYK
RGB Variations
Color information
#E39002 (or 0xE39002) is known color: Gamboge. HEX triplet: E3, 90 and 02. RGB value is (227,144,2). Sum of RGB (Red+Green+Blue) = 227+144+2=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E39002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39002 is #1C6FFD. Grayscale: #999999. Windows color (decimal): -1863678 or 168163. OLE color: 168163.
HSL color Cylindrical-coordinate representation of color #E39002: hue angle of 37.87º 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 #E39002 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.11 |
| HSL | 37.87º | 0.98% | 0.45% | - |
| HSV(B) | 37.87º | 0.99% | 0.89% | - |
| XYZ | 41.66 | 36.28 | 4.86 | - |
| YUV | 152.63 | 43 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 2 | 0 | 0.37 | 0.99 | 0.11 | 37.87 | 0.98 | 0.45 |
| Hex | E3 | 90 | 2 | 0 | 25 | 63 | B | 26 | 62 | 2D |
| Octal | 343 | 220 | 2 | 0 | 45 | 143 | 13 | 46 | 142 | 55 |
| Binary | 11100011 | 10010000 | 10 | 0 | 100101 | 1100011 | 1011 | 100110 | 1100010 | 101101 |
Color Harmonies of #E39002
Complementary color
Monochromatic Colors of #E39002
Black with #E39002
Text Example
Text Example
White with #E39002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39002; }
p { color: rgb(227,144,2); }
H1.HeaderClassName
{
color: #E39002;
}
.AnyTagClassName
{
color: #E39002;
}
</style>
background-color css
<style>
a { background-color: #E39002; }
a { background-color: rgb(227,144,2); }
div.DivClassName
{
background-color: #E39002;
}
.BgClassName
{
background-color: #E39002;
}
</style>
border-color css
<style>
span { border-color: #E39002; }
span { border-color: rgb(227,144,2); }
td.TdClassName
{
border-color: #E39002;
}
.TagClassName
{
border-color: #E39002;
}
</style>