Shades of Gamboge #E39703
Tints of Gamboge #E39703
RGB
CMYK
RGB Variations
Color information
#E39703 (or 0xE39703) is known color: Gamboge. HEX triplet: E3, 97 and 03. RGB value is (227,151,3). Sum of RGB (Red+Green+Blue) = 227+151+3=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E39703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39703 is #1C68FC. Grayscale: #9D9D9D. Windows color (decimal): -1861885 or 235491. OLE color: 235491.
HSL color Cylindrical-coordinate representation of color #E39703: hue angle of 39.64º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E39703 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.11 |
| HSL | 39.64º | 0.97% | 0.45% | - |
| HSV(B) | 39.64º | 0.99% | 0.89% | - |
| XYZ | 42.76 | 38.47 | 5.26 | - |
| YUV | 156.85 | 41.18 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 3 | 0 | 0.33 | 0.99 | 0.11 | 39.64 | 0.97 | 0.45 |
| Hex | E3 | 97 | 3 | 0 | 21 | 63 | B | 28 | 61 | 2D |
| Octal | 343 | 227 | 3 | 0 | 41 | 143 | 13 | 50 | 141 | 55 |
| Binary | 11100011 | 10010111 | 11 | 0 | 100001 | 1100011 | 1011 | 101000 | 1100001 | 101101 |
Color Harmonies of #E39703
Complementary color
Monochromatic Colors of #E39703
Black with #E39703
Text Example
Text Example
White with #E39703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39703; }
p { color: rgb(227,151,3); }
H1.HeaderClassName
{
color: #E39703;
}
.AnyTagClassName
{
color: #E39703;
}
</style>
background-color css
<style>
a { background-color: #E39703; }
a { background-color: rgb(227,151,3); }
div.DivClassName
{
background-color: #E39703;
}
.BgClassName
{
background-color: #E39703;
}
</style>
border-color css
<style>
span { border-color: #E39703; }
span { border-color: rgb(227,151,3); }
td.TdClassName
{
border-color: #E39703;
}
.TagClassName
{
border-color: #E39703;
}
</style>