Shades of Gamboge #E39005
Tints of Gamboge #E39005
RGB
CMYK
RGB Variations
Color information
#E39005 (or 0xE39005) is known color: Gamboge. HEX triplet: E3, 90 and 05. RGB value is (227,144,5). Sum of RGB (Red+Green+Blue) = 227+144+5=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E39005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39005 is #1C6FFA. Grayscale: #999999. Windows color (decimal): -1863675 or 364771. OLE color: 364771.
HSL color Cylindrical-coordinate representation of color #E39005: hue angle of 37.57º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E39005 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.11 |
| HSL | 37.57º | 0.96% | 0.45% | - |
| HSV(B) | 37.57º | 0.98% | 0.89% | - |
| XYZ | 41.68 | 36.29 | 4.95 | - |
| YUV | 152.97 | 44.5 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 5 | 0 | 0.37 | 0.98 | 0.11 | 37.57 | 0.96 | 0.45 |
| Hex | E3 | 90 | 5 | 0 | 25 | 62 | B | 26 | 60 | 2D |
| Octal | 343 | 220 | 5 | 0 | 45 | 142 | 13 | 46 | 140 | 55 |
| Binary | 11100011 | 10010000 | 101 | 0 | 100101 | 1100010 | 1011 | 100110 | 1100000 | 101101 |
Color Harmonies of #E39005
Complementary color
Monochromatic Colors of #E39005
Black with #E39005
Text Example
Text Example
White with #E39005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39005; }
p { color: rgb(227,144,5); }
H1.HeaderClassName
{
color: #E39005;
}
.AnyTagClassName
{
color: #E39005;
}
</style>
background-color css
<style>
a { background-color: #E39005; }
a { background-color: rgb(227,144,5); }
div.DivClassName
{
background-color: #E39005;
}
.BgClassName
{
background-color: #E39005;
}
</style>
border-color css
<style>
span { border-color: #E39005; }
span { border-color: rgb(227,144,5); }
td.TdClassName
{
border-color: #E39005;
}
.TagClassName
{
border-color: #E39005;
}
</style>