Shades of Gamboge #E3890E
Tints of Gamboge #E3890E
RGB
CMYK
RGB Variations
Color information
#E3890E (or 0xE3890E) is known color: Gamboge. HEX triplet: E3, 89 and 0E. RGB value is (227,137,14). Sum of RGB (Red+Green+Blue) = 227+137+14=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E3890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3890E is #1C76F1. Grayscale: #969696. Windows color (decimal): -1865458 or 952803. OLE color: 952803.
HSL color Cylindrical-coordinate representation of color #E3890E: hue angle of 34.65º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3890E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 14 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.11 |
| HSL | 34.65º | 0.88% | 0.47% | - |
| HSV(B) | 34.65º | 0.94% | 0.89% | - |
| XYZ | 40.7 | 34.25 | 4.88 | - |
| YUV | 149.89 | 51.32 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 14 | 0 | 0.40 | 0.94 | 0.11 | 34.65 | 0.88 | 0.47 |
| Hex | E3 | 89 | E | 0 | 28 | 5E | B | 23 | 58 | 2F |
| Octal | 343 | 211 | 16 | 0 | 50 | 136 | 13 | 43 | 130 | 57 |
| Binary | 11100011 | 10001001 | 1110 | 0 | 101000 | 1011110 | 1011 | 100011 | 1011000 | 101111 |
Color Harmonies of #E3890E
Complementary color
Monochromatic Colors of #E3890E
Black with #E3890E
Text Example
Text Example
White with #E3890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3890E; }
p { color: rgb(227,137,14); }
H1.HeaderClassName
{
color: #E3890E;
}
.AnyTagClassName
{
color: #E3890E;
}
</style>
background-color css
<style>
a { background-color: #E3890E; }
a { background-color: rgb(227,137,14); }
div.DivClassName
{
background-color: #E3890E;
}
.BgClassName
{
background-color: #E3890E;
}
</style>
border-color css
<style>
span { border-color: #E3890E; }
span { border-color: rgb(227,137,14); }
td.TdClassName
{
border-color: #E3890E;
}
.TagClassName
{
border-color: #E3890E;
}
</style>