Shades of Gamboge #E39014
Tints of Gamboge #E39014
RGB
CMYK
RGB Variations
Color information
#E39014 (or 0xE39014) is known color: Gamboge. HEX triplet: E3, 90 and 14. RGB value is (227,144,20). Sum of RGB (Red+Green+Blue) = 227+144+20=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E39014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39014 is #1C6FEB. Grayscale: #9B9B9B. Windows color (decimal): -1863660 or 1347811. OLE color: 1347811.
HSL color Cylindrical-coordinate representation of color #E39014: hue angle of 35.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E39014 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.11 |
| HSL | 35.94º | 0.84% | 0.48% | - |
| HSV(B) | 35.94º | 0.91% | 0.89% | - |
| XYZ | 41.78 | 36.33 | 5.47 | - |
| YUV | 154.68 | 52 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 20 | 0 | 0.37 | 0.91 | 0.11 | 35.94 | 0.84 | 0.48 |
| Hex | E3 | 90 | 14 | 0 | 25 | 5B | B | 24 | 54 | 30 |
| Octal | 343 | 220 | 24 | 0 | 45 | 133 | 13 | 44 | 124 | 60 |
| Binary | 11100011 | 10010000 | 10100 | 0 | 100101 | 1011011 | 1011 | 100100 | 1010100 | 110000 |
Color Harmonies of #E39014
Complementary color
Monochromatic Colors of #E39014
Black with #E39014
Text Example
Text Example
White with #E39014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39014; }
p { color: rgb(227,144,20); }
H1.HeaderClassName
{
color: #E39014;
}
.AnyTagClassName
{
color: #E39014;
}
</style>
background-color css
<style>
a { background-color: #E39014; }
a { background-color: rgb(227,144,20); }
div.DivClassName
{
background-color: #E39014;
}
.BgClassName
{
background-color: #E39014;
}
</style>
border-color css
<style>
span { border-color: #E39014; }
span { border-color: rgb(227,144,20); }
td.TdClassName
{
border-color: #E39014;
}
.TagClassName
{
border-color: #E39014;
}
</style>