Shades of Gamboge #E39517
Tints of Gamboge #E39517
RGB
CMYK
RGB Variations
Color information
#E39517 (or 0xE39517) is known color: Gamboge. HEX triplet: E3, 95 and 17. RGB value is (227,149,23). Sum of RGB (Red+Green+Blue) = 227+149+23=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E39517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39517 is #1C6AE8. Grayscale: #9E9E9E. Windows color (decimal): -1862377 or 1545699. OLE color: 1545699.
HSL color Cylindrical-coordinate representation of color #E39517: hue angle of 37.06º 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 #E39517 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.11 |
| HSL | 37.06º | 0.82% | 0.49% | - |
| HSV(B) | 37.06º | 0.9% | 0.89% | - |
| XYZ | 42.58 | 37.89 | 5.88 | - |
| YUV | 157.96 | 51.84 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 23 | 0 | 0.34 | 0.90 | 0.11 | 37.06 | 0.82 | 0.49 |
| Hex | E3 | 95 | 17 | 0 | 22 | 5A | B | 25 | 52 | 31 |
| Octal | 343 | 225 | 27 | 0 | 42 | 132 | 13 | 45 | 122 | 61 |
| Binary | 11100011 | 10010101 | 10111 | 0 | 100010 | 1011010 | 1011 | 100101 | 1010010 | 110001 |
Color Harmonies of #E39517
Complementary color
Monochromatic Colors of #E39517
Black with #E39517
Text Example
Text Example
White with #E39517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39517; }
p { color: rgb(227,149,23); }
H1.HeaderClassName
{
color: #E39517;
}
.AnyTagClassName
{
color: #E39517;
}
</style>
background-color css
<style>
a { background-color: #E39517; }
a { background-color: rgb(227,149,23); }
div.DivClassName
{
background-color: #E39517;
}
.BgClassName
{
background-color: #E39517;
}
</style>
border-color css
<style>
span { border-color: #E39517; }
span { border-color: rgb(227,149,23); }
td.TdClassName
{
border-color: #E39517;
}
.TagClassName
{
border-color: #E39517;
}
</style>