Shades of Gamboge #E19C0D
Tints of Gamboge #E19C0D
RGB
CMYK
RGB Variations
Color information
#E19C0D (or 0xE19C0D) is known color: Gamboge. HEX triplet: E1, 9C and 0D. RGB value is (225,156,13). Sum of RGB (Red+Green+Blue) = 225+156+13=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19C0D is #1E63F2. Grayscale: #A0A0A0. Windows color (decimal): -1991667 or 892129. OLE color: 892129.
HSL color Cylindrical-coordinate representation of color #E19C0D: hue angle of 40.47º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E19C0D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.12 |
| HSL | 40.47º | 0.89% | 0.47% | - |
| HSV(B) | 40.47º | 0.94% | 0.88% | - |
| XYZ | 43.01 | 39.81 | 5.8 | - |
| YUV | 160.33 | 44.86 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 13 | 0 | 0.31 | 0.94 | 0.12 | 40.47 | 0.89 | 0.47 |
| Hex | E1 | 9C | D | 0 | 1F | 5E | C | 28 | 59 | 2F |
| Octal | 341 | 234 | 15 | 0 | 37 | 136 | 14 | 50 | 131 | 57 |
| Binary | 11100001 | 10011100 | 1101 | 0 | 11111 | 1011110 | 1100 | 101000 | 1011001 | 101111 |
Color Harmonies of #E19C0D
Complementary color
Monochromatic Colors of #E19C0D
Black with #E19C0D
Text Example
Text Example
White with #E19C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C0D; }
p { color: rgb(225,156,13); }
H1.HeaderClassName
{
color: #E19C0D;
}
.AnyTagClassName
{
color: #E19C0D;
}
</style>
background-color css
<style>
a { background-color: #E19C0D; }
a { background-color: rgb(225,156,13); }
div.DivClassName
{
background-color: #E19C0D;
}
.BgClassName
{
background-color: #E19C0D;
}
</style>
border-color css
<style>
span { border-color: #E19C0D; }
span { border-color: rgb(225,156,13); }
td.TdClassName
{
border-color: #E19C0D;
}
.TagClassName
{
border-color: #E19C0D;
}
</style>