Shades of Gamboge #E3990A
Tints of Gamboge #E3990A
RGB
CMYK
RGB Variations
Color information
#E3990A (or 0xE3990A) is known color: Gamboge. HEX triplet: E3, 99 and 0A. RGB value is (227,153,10). Sum of RGB (Red+Green+Blue) = 227+153+10=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E3990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3990A is #1C66F5. Grayscale: #9F9F9F. Windows color (decimal): -1861366 or 694755. OLE color: 694755.
HSL color Cylindrical-coordinate representation of color #E3990A: hue angle of 39.54º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3990A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.11 |
| HSL | 39.54º | 0.92% | 0.46% | - |
| HSV(B) | 39.54º | 0.96% | 0.89% | - |
| XYZ | 43.12 | 39.14 | 5.57 | - |
| YUV | 158.82 | 44.02 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 10 | 0 | 0.33 | 0.96 | 0.11 | 39.54 | 0.92 | 0.46 |
| Hex | E3 | 99 | A | 0 | 21 | 60 | B | 28 | 5C | 2E |
| Octal | 343 | 231 | 12 | 0 | 41 | 140 | 13 | 50 | 134 | 56 |
| Binary | 11100011 | 10011001 | 1010 | 0 | 100001 | 1100000 | 1011 | 101000 | 1011100 | 101110 |
Color Harmonies of #E3990A
Complementary color
Monochromatic Colors of #E3990A
Black with #E3990A
Text Example
Text Example
White with #E3990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3990A; }
p { color: rgb(227,153,10); }
H1.HeaderClassName
{
color: #E3990A;
}
.AnyTagClassName
{
color: #E3990A;
}
</style>
background-color css
<style>
a { background-color: #E3990A; }
a { background-color: rgb(227,153,10); }
div.DivClassName
{
background-color: #E3990A;
}
.BgClassName
{
background-color: #E3990A;
}
</style>
border-color css
<style>
span { border-color: #E3990A; }
span { border-color: rgb(227,153,10); }
td.TdClassName
{
border-color: #E3990A;
}
.TagClassName
{
border-color: #E3990A;
}
</style>