Shades of Gamboge #E49C1A
Tints of Gamboge #E49C1A
RGB
CMYK
RGB Variations
Color information
#E49C1A (or 0xE49C1A) is known color: Gamboge. HEX triplet: E4, 9C and 1A. RGB value is (228,156,26). Sum of RGB (Red+Green+Blue) = 228+156+26=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C1A is #1B63E5. Grayscale: #A3A3A3. Windows color (decimal): -1795046 or 1744100. OLE color: 1744100.
HSL color Cylindrical-coordinate representation of color #E49C1A: hue angle of 38.61º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E49C1A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 26 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.11 |
| HSL | 38.61º | 0.8% | 0.5% | - |
| HSV(B) | 38.61º | 0.89% | 0.89% | - |
| XYZ | 44.07 | 40.35 | 6.44 | - |
| YUV | 162.71 | 50.85 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 26 | 0 | 0.32 | 0.89 | 0.11 | 38.61 | 0.8 | 0.5 |
| Hex | E4 | 9C | 1A | 0 | 20 | 59 | B | 27 | 50 | 32 |
| Octal | 344 | 234 | 32 | 0 | 40 | 131 | 13 | 47 | 120 | 62 |
| Binary | 11100100 | 10011100 | 11010 | 0 | 100000 | 1011001 | 1011 | 100111 | 1010000 | 110010 |
Color Harmonies of #E49C1A
Complementary color
Monochromatic Colors of #E49C1A
Black with #E49C1A
Text Example
Text Example
White with #E49C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C1A; }
p { color: rgb(228,156,26); }
H1.HeaderClassName
{
color: #E49C1A;
}
.AnyTagClassName
{
color: #E49C1A;
}
</style>
background-color css
<style>
a { background-color: #E49C1A; }
a { background-color: rgb(228,156,26); }
div.DivClassName
{
background-color: #E49C1A;
}
.BgClassName
{
background-color: #E49C1A;
}
</style>
border-color css
<style>
span { border-color: #E49C1A; }
span { border-color: rgb(228,156,26); }
td.TdClassName
{
border-color: #E49C1A;
}
.TagClassName
{
border-color: #E49C1A;
}
</style>