Shades of Gamboge #E19C08
Tints of Gamboge #E19C08
RGB
CMYK
RGB Variations
Color information
#E19C08 (or 0xE19C08) is known color: Gamboge. HEX triplet: E1, 9C and 08. RGB value is (225,156,8). Sum of RGB (Red+Green+Blue) = 225+156+8=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19C08 is #1E63F7. Grayscale: #A0A0A0. Windows color (decimal): -1991672 or 564449. OLE color: 564449.
HSL color Cylindrical-coordinate representation of color #E19C08: hue angle of 40.92º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E19C08 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.12 |
| HSL | 40.92º | 0.93% | 0.46% | - |
| HSV(B) | 40.92º | 0.96% | 0.88% | - |
| XYZ | 42.98 | 39.8 | 5.65 | - |
| YUV | 159.76 | 42.36 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 8 | 0 | 0.31 | 0.96 | 0.12 | 40.92 | 0.93 | 0.46 |
| Hex | E1 | 9C | 8 | 0 | 1F | 60 | C | 29 | 5D | 2E |
| Octal | 341 | 234 | 10 | 0 | 37 | 140 | 14 | 51 | 135 | 56 |
| Binary | 11100001 | 10011100 | 1000 | 0 | 11111 | 1100000 | 1100 | 101001 | 1011101 | 101110 |
Color Harmonies of #E19C08
Complementary color
Monochromatic Colors of #E19C08
Black with #E19C08
Text Example
Text Example
White with #E19C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C08; }
p { color: rgb(225,156,8); }
H1.HeaderClassName
{
color: #E19C08;
}
.AnyTagClassName
{
color: #E19C08;
}
</style>
background-color css
<style>
a { background-color: #E19C08; }
a { background-color: rgb(225,156,8); }
div.DivClassName
{
background-color: #E19C08;
}
.BgClassName
{
background-color: #E19C08;
}
</style>
border-color css
<style>
span { border-color: #E19C08; }
span { border-color: rgb(225,156,8); }
td.TdClassName
{
border-color: #E19C08;
}
.TagClassName
{
border-color: #E19C08;
}
</style>