Shades of Gamboge #E39701
Tints of Gamboge #E39701
RGB
CMYK
RGB Variations
Color information
#E39701 (or 0xE39701) is known color: Gamboge. HEX triplet: E3, 97 and 01. RGB value is (227,151,1). Sum of RGB (Red+Green+Blue) = 227+151+1=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E39701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39701 is #1C68FE. Grayscale: #9D9D9D. Windows color (decimal): -1861887 or 104419. OLE color: 104419.
HSL color Cylindrical-coordinate representation of color #E39701: hue angle of 39.82º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E39701 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.11 |
| HSL | 39.82º | 0.99% | 0.45% | - |
| HSV(B) | 39.82º | 1% | 0.89% | - |
| XYZ | 42.75 | 38.47 | 5.2 | - |
| YUV | 156.62 | 40.18 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 1 | 0 | 0.33 | 1.00 | 0.11 | 39.82 | 0.99 | 0.45 |
| Hex | E3 | 97 | 1 | 0 | 21 | 64 | B | 28 | 63 | 2D |
| Octal | 343 | 227 | 1 | 0 | 41 | 144 | 13 | 50 | 143 | 55 |
| Binary | 11100011 | 10010111 | 1 | 0 | 100001 | 1100100 | 1011 | 101000 | 1100011 | 101101 |
Color Harmonies of #E39701
Complementary color
Monochromatic Colors of #E39701
Black with #E39701
Text Example
Text Example
White with #E39701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39701; }
p { color: rgb(227,151,1); }
H1.HeaderClassName
{
color: #E39701;
}
.AnyTagClassName
{
color: #E39701;
}
</style>
background-color css
<style>
a { background-color: #E39701; }
a { background-color: rgb(227,151,1); }
div.DivClassName
{
background-color: #E39701;
}
.BgClassName
{
background-color: #E39701;
}
</style>
border-color css
<style>
span { border-color: #E39701; }
span { border-color: rgb(227,151,1); }
td.TdClassName
{
border-color: #E39701;
}
.TagClassName
{
border-color: #E39701;
}
</style>