Shades of Gamboge #E49C06
Tints of Gamboge #E49C06
RGB
CMYK
RGB Variations
Color information
#E49C06 (or 0xE49C06) is known color: Gamboge. HEX triplet: E4, 9C and 06. RGB value is (228,156,6). Sum of RGB (Red+Green+Blue) = 228+156+6=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49C06 is #1B63F9. Grayscale: #A1A1A1. Windows color (decimal): -1795066 or 433380. OLE color: 433380.
HSL color Cylindrical-coordinate representation of color #E49C06: hue angle of 40.54º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E49C06 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.11 |
| HSL | 40.54º | 0.95% | 0.46% | - |
| HSV(B) | 40.54º | 0.97% | 0.89% | - |
| XYZ | 43.92 | 40.28 | 5.63 | - |
| YUV | 160.43 | 40.85 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 6 | 0 | 0.32 | 0.97 | 0.11 | 40.54 | 0.95 | 0.46 |
| Hex | E4 | 9C | 6 | 0 | 20 | 61 | B | 29 | 5F | 2E |
| Octal | 344 | 234 | 6 | 0 | 40 | 141 | 13 | 51 | 137 | 56 |
| Binary | 11100100 | 10011100 | 110 | 0 | 100000 | 1100001 | 1011 | 101001 | 1011111 | 101110 |
Color Harmonies of #E49C06
Complementary color
Monochromatic Colors of #E49C06
Black with #E49C06
Text Example
Text Example
White with #E49C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C06; }
p { color: rgb(228,156,6); }
H1.HeaderClassName
{
color: #E49C06;
}
.AnyTagClassName
{
color: #E49C06;
}
</style>
background-color css
<style>
a { background-color: #E49C06; }
a { background-color: rgb(228,156,6); }
div.DivClassName
{
background-color: #E49C06;
}
.BgClassName
{
background-color: #E49C06;
}
</style>
border-color css
<style>
span { border-color: #E49C06; }
span { border-color: rgb(228,156,6); }
td.TdClassName
{
border-color: #E49C06;
}
.TagClassName
{
border-color: #E49C06;
}
</style>