Shades of Gamboge #E39103
Tints of Gamboge #E39103
RGB
CMYK
RGB Variations
Color information
#E39103 (or 0xE39103) is known color: Gamboge. HEX triplet: E3, 91 and 03. RGB value is (227,145,3). Sum of RGB (Red+Green+Blue) = 227+145+3=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E39103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39103 is #1C6EFC. Grayscale: #999999. Windows color (decimal): -1863421 or 233955. OLE color: 233955.
HSL color Cylindrical-coordinate representation of color #E39103: hue angle of 38.04º 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 #E39103 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.11 |
| HSL | 38.04º | 0.97% | 0.45% | - |
| HSV(B) | 38.04º | 0.99% | 0.89% | - |
| XYZ | 41.82 | 36.59 | 4.94 | - |
| YUV | 153.33 | 43.17 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 3 | 0 | 0.36 | 0.99 | 0.11 | 38.04 | 0.97 | 0.45 |
| Hex | E3 | 91 | 3 | 0 | 24 | 63 | B | 26 | 61 | 2D |
| Octal | 343 | 221 | 3 | 0 | 44 | 143 | 13 | 46 | 141 | 55 |
| Binary | 11100011 | 10010001 | 11 | 0 | 100100 | 1100011 | 1011 | 100110 | 1100001 | 101101 |
Color Harmonies of #E39103
Complementary color
Monochromatic Colors of #E39103
Black with #E39103
Text Example
Text Example
White with #E39103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39103; }
p { color: rgb(227,145,3); }
H1.HeaderClassName
{
color: #E39103;
}
.AnyTagClassName
{
color: #E39103;
}
</style>
background-color css
<style>
a { background-color: #E39103; }
a { background-color: rgb(227,145,3); }
div.DivClassName
{
background-color: #E39103;
}
.BgClassName
{
background-color: #E39103;
}
</style>
border-color css
<style>
span { border-color: #E39103; }
span { border-color: rgb(227,145,3); }
td.TdClassName
{
border-color: #E39103;
}
.TagClassName
{
border-color: #E39103;
}
</style>