Shades of Gamboge #E39614
Tints of Gamboge #E39614
RGB
CMYK
RGB Variations
Color information
#E39614 (or 0xE39614) is known color: Gamboge. HEX triplet: E3, 96 and 14. RGB value is (227,150,20). Sum of RGB (Red+Green+Blue) = 227+150+20=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E39614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39614 is #1C69EB. Grayscale: #9E9E9E. Windows color (decimal): -1862124 or 1349347. OLE color: 1349347.
HSL color Cylindrical-coordinate representation of color #E39614: hue angle of 37.68º 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 #E39614 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.11 |
| HSL | 37.68º | 0.84% | 0.48% | - |
| HSV(B) | 37.68º | 0.91% | 0.89% | - |
| XYZ | 42.71 | 38.19 | 5.78 | - |
| YUV | 158.2 | 50.01 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 20 | 0 | 0.34 | 0.91 | 0.11 | 37.68 | 0.84 | 0.48 |
| Hex | E3 | 96 | 14 | 0 | 22 | 5B | B | 26 | 54 | 30 |
| Octal | 343 | 226 | 24 | 0 | 42 | 133 | 13 | 46 | 124 | 60 |
| Binary | 11100011 | 10010110 | 10100 | 0 | 100010 | 1011011 | 1011 | 100110 | 1010100 | 110000 |
Color Harmonies of #E39614
Complementary color
Monochromatic Colors of #E39614
Black with #E39614
Text Example
Text Example
White with #E39614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39614; }
p { color: rgb(227,150,20); }
H1.HeaderClassName
{
color: #E39614;
}
.AnyTagClassName
{
color: #E39614;
}
</style>
background-color css
<style>
a { background-color: #E39614; }
a { background-color: rgb(227,150,20); }
div.DivClassName
{
background-color: #E39614;
}
.BgClassName
{
background-color: #E39614;
}
</style>
border-color css
<style>
span { border-color: #E39614; }
span { border-color: rgb(227,150,20); }
td.TdClassName
{
border-color: #E39614;
}
.TagClassName
{
border-color: #E39614;
}
</style>