Shades of Gamboge #E39317
Tints of Gamboge #E39317
RGB
CMYK
RGB Variations
Color information
#E39317 (or 0xE39317) is known color: Gamboge. HEX triplet: E3, 93 and 17. RGB value is (227,147,23). Sum of RGB (Red+Green+Blue) = 227+147+23=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E39317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39317 is #1C6CE8. Grayscale: #9D9D9D. Windows color (decimal): -1862889 or 1545187. OLE color: 1545187.
HSL color Cylindrical-coordinate representation of color #E39317: hue angle of 36.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E39317 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 23 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.11 |
| HSL | 36.47º | 0.82% | 0.49% | - |
| HSV(B) | 36.47º | 0.9% | 0.89% | - |
| XYZ | 42.27 | 37.26 | 5.77 | - |
| YUV | 156.78 | 52.5 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 23 | 0 | 0.35 | 0.90 | 0.11 | 36.47 | 0.82 | 0.49 |
| Hex | E3 | 93 | 17 | 0 | 23 | 5A | B | 24 | 52 | 31 |
| Octal | 343 | 223 | 27 | 0 | 43 | 132 | 13 | 44 | 122 | 61 |
| Binary | 11100011 | 10010011 | 10111 | 0 | 100011 | 1011010 | 1011 | 100100 | 1010010 | 110001 |
Color Harmonies of #E39317
Complementary color
Monochromatic Colors of #E39317
Black with #E39317
Text Example
Text Example
White with #E39317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39317; }
p { color: rgb(227,147,23); }
H1.HeaderClassName
{
color: #E39317;
}
.AnyTagClassName
{
color: #E39317;
}
</style>
background-color css
<style>
a { background-color: #E39317; }
a { background-color: rgb(227,147,23); }
div.DivClassName
{
background-color: #E39317;
}
.BgClassName
{
background-color: #E39317;
}
</style>
border-color css
<style>
span { border-color: #E39317; }
span { border-color: rgb(227,147,23); }
td.TdClassName
{
border-color: #E39317;
}
.TagClassName
{
border-color: #E39317;
}
</style>