Shades of Gamboge #E3990E
Tints of Gamboge #E3990E
RGB
CMYK
RGB Variations
Color information
#E3990E (or 0xE3990E) is known color: Gamboge. HEX triplet: E3, 99 and 0E. RGB value is (227,153,14). Sum of RGB (Red+Green+Blue) = 227+153+14=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E3990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3990E is #1C66F1. Grayscale: #9F9F9F. Windows color (decimal): -1861362 or 956899. OLE color: 956899.
HSL color Cylindrical-coordinate representation of color #E3990E: hue angle of 39.15º 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 #E3990E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.11 |
| HSL | 39.15º | 0.88% | 0.47% | - |
| HSV(B) | 39.15º | 0.94% | 0.89% | - |
| XYZ | 43.15 | 39.15 | 5.7 | - |
| YUV | 159.28 | 46.02 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 14 | 0 | 0.33 | 0.94 | 0.11 | 39.15 | 0.88 | 0.47 |
| Hex | E3 | 99 | E | 0 | 21 | 5E | B | 27 | 58 | 2F |
| Octal | 343 | 231 | 16 | 0 | 41 | 136 | 13 | 47 | 130 | 57 |
| Binary | 11100011 | 10011001 | 1110 | 0 | 100001 | 1011110 | 1011 | 100111 | 1011000 | 101111 |
Color Harmonies of #E3990E
Complementary color
Monochromatic Colors of #E3990E
Black with #E3990E
Text Example
Text Example
White with #E3990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3990E; }
p { color: rgb(227,153,14); }
H1.HeaderClassName
{
color: #E3990E;
}
.AnyTagClassName
{
color: #E3990E;
}
</style>
background-color css
<style>
a { background-color: #E3990E; }
a { background-color: rgb(227,153,14); }
div.DivClassName
{
background-color: #E3990E;
}
.BgClassName
{
background-color: #E3990E;
}
</style>
border-color css
<style>
span { border-color: #E3990E; }
span { border-color: rgb(227,153,14); }
td.TdClassName
{
border-color: #E3990E;
}
.TagClassName
{
border-color: #E3990E;
}
</style>