Shades of Gamboge #E39012
Tints of Gamboge #E39012
RGB
CMYK
RGB Variations
Color information
#E39012 (or 0xE39012) is known color: Gamboge. HEX triplet: E3, 90 and 12. RGB value is (227,144,18). Sum of RGB (Red+Green+Blue) = 227+144+18=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E39012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39012 is #1C6FED. Grayscale: #9B9B9B. Windows color (decimal): -1863662 or 1216739. OLE color: 1216739.
HSL color Cylindrical-coordinate representation of color #E39012: hue angle of 36.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E39012 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 18 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.11 |
| HSL | 36.17º | 0.85% | 0.48% | - |
| HSV(B) | 36.17º | 0.92% | 0.89% | - |
| XYZ | 41.76 | 36.32 | 5.38 | - |
| YUV | 154.45 | 51 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 18 | 0 | 0.37 | 0.92 | 0.11 | 36.17 | 0.85 | 0.48 |
| Hex | E3 | 90 | 12 | 0 | 25 | 5C | B | 24 | 55 | 30 |
| Octal | 343 | 220 | 22 | 0 | 45 | 134 | 13 | 44 | 125 | 60 |
| Binary | 11100011 | 10010000 | 10010 | 0 | 100101 | 1011100 | 1011 | 100100 | 1010101 | 110000 |
Color Harmonies of #E39012
Complementary color
Monochromatic Colors of #E39012
Black with #E39012
Text Example
Text Example
White with #E39012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39012; }
p { color: rgb(227,144,18); }
H1.HeaderClassName
{
color: #E39012;
}
.AnyTagClassName
{
color: #E39012;
}
</style>
background-color css
<style>
a { background-color: #E39012; }
a { background-color: rgb(227,144,18); }
div.DivClassName
{
background-color: #E39012;
}
.BgClassName
{
background-color: #E39012;
}
</style>
border-color css
<style>
span { border-color: #E39012; }
span { border-color: rgb(227,144,18); }
td.TdClassName
{
border-color: #E39012;
}
.TagClassName
{
border-color: #E39012;
}
</style>