Shades of Gamboge #E19C01
Tints of Gamboge #E19C01
RGB
CMYK
RGB Variations
Color information
#E19C01 (or 0xE19C01) is known color: Gamboge. HEX triplet: E1, 9C and 01. RGB value is (225,156,1). Sum of RGB (Red+Green+Blue) = 225+156+1=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19C01 is #1E63FE. Grayscale: #9F9F9F. Windows color (decimal): -1991679 or 105697. OLE color: 105697.
HSL color Cylindrical-coordinate representation of color #E19C01: hue angle of 41.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E19C01 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 1 | - |
| CMYK | 0 | 0.31 | 1.00 | 0.12 |
| HSL | 41.52º | 0.99% | 0.44% | - |
| HSV(B) | 41.52º | 1% | 0.88% | - |
| XYZ | 42.95 | 39.79 | 5.44 | - |
| YUV | 158.96 | 38.86 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 1 | 0 | 0.31 | 1.00 | 0.12 | 41.52 | 0.99 | 0.44 |
| Hex | E1 | 9C | 1 | 0 | 1F | 64 | C | 2A | 63 | 2C |
| Octal | 341 | 234 | 1 | 0 | 37 | 144 | 14 | 52 | 143 | 54 |
| Binary | 11100001 | 10011100 | 1 | 0 | 11111 | 1100100 | 1100 | 101010 | 1100011 | 101100 |
Color Harmonies of #E19C01
Complementary color
Monochromatic Colors of #E19C01
Black with #E19C01
Text Example
Text Example
White with #E19C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C01; }
p { color: rgb(225,156,1); }
H1.HeaderClassName
{
color: #E19C01;
}
.AnyTagClassName
{
color: #E19C01;
}
</style>
background-color css
<style>
a { background-color: #E19C01; }
a { background-color: rgb(225,156,1); }
div.DivClassName
{
background-color: #E19C01;
}
.BgClassName
{
background-color: #E19C01;
}
</style>
border-color css
<style>
span { border-color: #E19C01; }
span { border-color: rgb(225,156,1); }
td.TdClassName
{
border-color: #E19C01;
}
.TagClassName
{
border-color: #E19C01;
}
</style>