Shades of Gamboge #E49103
Tints of Gamboge #E49103
RGB
CMYK
RGB Variations
Color information
#E49103 (or 0xE49103) is known color: Gamboge. HEX triplet: E4, 91 and 03. RGB value is (228,145,3). Sum of RGB (Red+Green+Blue) = 228+145+3=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E49103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49103 is #1B6EFC. Grayscale: #9A9A9A. Windows color (decimal): -1797885 or 233956. OLE color: 233956.
HSL color Cylindrical-coordinate representation of color #E49103: hue angle of 37.87º 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 #E49103 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.11 |
| HSL | 37.87º | 0.97% | 0.45% | - |
| HSV(B) | 37.87º | 0.99% | 0.89% | - |
| XYZ | 42.14 | 36.75 | 4.96 | - |
| YUV | 153.63 | 43 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 3 | 0 | 0.36 | 0.99 | 0.11 | 37.87 | 0.97 | 0.45 |
| Hex | E4 | 91 | 3 | 0 | 24 | 63 | B | 26 | 61 | 2D |
| Octal | 344 | 221 | 3 | 0 | 44 | 143 | 13 | 46 | 141 | 55 |
| Binary | 11100100 | 10010001 | 11 | 0 | 100100 | 1100011 | 1011 | 100110 | 1100001 | 101101 |
Color Harmonies of #E49103
Complementary color
Monochromatic Colors of #E49103
Black with #E49103
Text Example
Text Example
White with #E49103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49103; }
p { color: rgb(228,145,3); }
H1.HeaderClassName
{
color: #E49103;
}
.AnyTagClassName
{
color: #E49103;
}
</style>
background-color css
<style>
a { background-color: #E49103; }
a { background-color: rgb(228,145,3); }
div.DivClassName
{
background-color: #E49103;
}
.BgClassName
{
background-color: #E49103;
}
</style>
border-color css
<style>
span { border-color: #E49103; }
span { border-color: rgb(228,145,3); }
td.TdClassName
{
border-color: #E49103;
}
.TagClassName
{
border-color: #E49103;
}
</style>