Shades of Gamboge #E3990C
Tints of Gamboge #E3990C
RGB
CMYK
RGB Variations
Color information
#E3990C (or 0xE3990C) is known color: Gamboge. HEX triplet: E3, 99 and 0C. RGB value is (227,153,12). Sum of RGB (Red+Green+Blue) = 227+153+12=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E3990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3990C is #1C66F3. Grayscale: #9F9F9F. Windows color (decimal): -1861364 or 825827. OLE color: 825827.
HSL color Cylindrical-coordinate representation of color #E3990C: hue angle of 39.35º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3990C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.11 |
| HSL | 39.35º | 0.9% | 0.47% | - |
| HSV(B) | 39.35º | 0.95% | 0.89% | - |
| XYZ | 43.14 | 39.14 | 5.63 | - |
| YUV | 159.05 | 45.02 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 12 | 0 | 0.33 | 0.95 | 0.11 | 39.35 | 0.9 | 0.47 |
| Hex | E3 | 99 | C | 0 | 21 | 5F | B | 27 | 5A | 2F |
| Octal | 343 | 231 | 14 | 0 | 41 | 137 | 13 | 47 | 132 | 57 |
| Binary | 11100011 | 10011001 | 1100 | 0 | 100001 | 1011111 | 1011 | 100111 | 1011010 | 101111 |
Color Harmonies of #E3990C
Complementary color
Monochromatic Colors of #E3990C
Black with #E3990C
Text Example
Text Example
White with #E3990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3990C; }
p { color: rgb(227,153,12); }
H1.HeaderClassName
{
color: #E3990C;
}
.AnyTagClassName
{
color: #E3990C;
}
</style>
background-color css
<style>
a { background-color: #E3990C; }
a { background-color: rgb(227,153,12); }
div.DivClassName
{
background-color: #E3990C;
}
.BgClassName
{
background-color: #E3990C;
}
</style>
border-color css
<style>
span { border-color: #E3990C; }
span { border-color: rgb(227,153,12); }
td.TdClassName
{
border-color: #E3990C;
}
.TagClassName
{
border-color: #E3990C;
}
</style>