Shades of Gamboge #E49205
Tints of Gamboge #E49205
RGB
CMYK
RGB Variations
Color information
#E49205 (or 0xE49205) is known color: Gamboge. HEX triplet: E4, 92 and 05. RGB value is (228,146,5). Sum of RGB (Red+Green+Blue) = 228+146+5=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E49205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49205 is #1B6DFA. Grayscale: #9B9B9B. Windows color (decimal): -1797627 or 365284. OLE color: 365284.
HSL color Cylindrical-coordinate representation of color #E49205: hue angle of 37.94º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E49205 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.11 |
| HSL | 37.94º | 0.96% | 0.46% | - |
| HSV(B) | 37.94º | 0.98% | 0.89% | - |
| XYZ | 42.3 | 37.06 | 5.07 | - |
| YUV | 154.44 | 43.67 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 5 | 0 | 0.36 | 0.98 | 0.11 | 37.94 | 0.96 | 0.46 |
| Hex | E4 | 92 | 5 | 0 | 24 | 62 | B | 26 | 60 | 2E |
| Octal | 344 | 222 | 5 | 0 | 44 | 142 | 13 | 46 | 140 | 56 |
| Binary | 11100100 | 10010010 | 101 | 0 | 100100 | 1100010 | 1011 | 100110 | 1100000 | 101110 |
Color Harmonies of #E49205
Complementary color
Monochromatic Colors of #E49205
Black with #E49205
Text Example
Text Example
White with #E49205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49205; }
p { color: rgb(228,146,5); }
H1.HeaderClassName
{
color: #E49205;
}
.AnyTagClassName
{
color: #E49205;
}
</style>
background-color css
<style>
a { background-color: #E49205; }
a { background-color: rgb(228,146,5); }
div.DivClassName
{
background-color: #E49205;
}
.BgClassName
{
background-color: #E49205;
}
</style>
border-color css
<style>
span { border-color: #E49205; }
span { border-color: rgb(228,146,5); }
td.TdClassName
{
border-color: #E49205;
}
.TagClassName
{
border-color: #E49205;
}
</style>