Shades of Gamboge #E39710
Tints of Gamboge #E39710
RGB
CMYK
RGB Variations
Color information
#E39710 (or 0xE39710) is known color: Gamboge. HEX triplet: E3, 97 and 10. RGB value is (227,151,16). Sum of RGB (Red+Green+Blue) = 227+151+16=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E39710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39710 is #1C68EF. Grayscale: #9E9E9E. Windows color (decimal): -1861872 or 1087459. OLE color: 1087459.
HSL color Cylindrical-coordinate representation of color #E39710: hue angle of 38.39º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E39710 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.11 |
| HSL | 38.39º | 0.87% | 0.48% | - |
| HSV(B) | 38.39º | 0.93% | 0.89% | - |
| XYZ | 42.84 | 38.5 | 5.66 | - |
| YUV | 158.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 16 | 0 | 0.33 | 0.93 | 0.11 | 38.39 | 0.87 | 0.48 |
| Hex | E3 | 97 | 10 | 0 | 21 | 5D | B | 26 | 57 | 30 |
| Octal | 343 | 227 | 20 | 0 | 41 | 135 | 13 | 46 | 127 | 60 |
| Binary | 11100011 | 10010111 | 10000 | 0 | 100001 | 1011101 | 1011 | 100110 | 1010111 | 110000 |
Color Harmonies of #E39710
Complementary color
Monochromatic Colors of #E39710
Black with #E39710
Text Example
Text Example
White with #E39710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39710; }
p { color: rgb(227,151,16); }
H1.HeaderClassName
{
color: #E39710;
}
.AnyTagClassName
{
color: #E39710;
}
</style>
background-color css
<style>
a { background-color: #E39710; }
a { background-color: rgb(227,151,16); }
div.DivClassName
{
background-color: #E39710;
}
.BgClassName
{
background-color: #E39710;
}
</style>
border-color css
<style>
span { border-color: #E39710; }
span { border-color: rgb(227,151,16); }
td.TdClassName
{
border-color: #E39710;
}
.TagClassName
{
border-color: #E39710;
}
</style>