Shades of Gamboge #E19E00
Tints of Gamboge #E19E00
RGB
CMYK
RGB Variations
Color information
#E19E00 (or 0xE19E00) is known color: Gamboge. HEX triplet: E1, 9E and 00. RGB value is (225,158,0). Sum of RGB (Red+Green+Blue) = 225+158+0=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19E00 is #1E61FF. Grayscale: #A0A0A0. Windows color (decimal): -1991168 or 40673. OLE color: 40673.
HSL color Cylindrical-coordinate representation of color #E19E00: hue angle of 42.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E19E00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.12 |
| HSL | 42.13º | 1% | 0.44% | - |
| HSV(B) | 42.13º | 1% | 0.88% | - |
| XYZ | 43.28 | 40.46 | 5.53 | - |
| YUV | 160.02 | 37.7 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 0 | 0 | 0.30 | 1 | 0.12 | 42.13 | 1 | 0.44 |
| Hex | E1 | 9E | 0 | 0 | 1E | 64 | C | 2A | 64 | 2C |
| Octal | 341 | 236 | 0 | 0 | 36 | 144 | 14 | 52 | 144 | 54 |
| Binary | 11100001 | 10011110 | 0 | 0 | 11110 | 1100100 | 1100 | 101010 | 1100100 | 101100 |
Color Harmonies of #E19E00
Complementary color
Monochromatic Colors of #E19E00
Black with #E19E00
Text Example
Text Example
White with #E19E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E00; }
p { color: rgb(225,158,0); }
H1.HeaderClassName
{
color: #E19E00;
}
.AnyTagClassName
{
color: #E19E00;
}
</style>
background-color css
<style>
a { background-color: #E19E00; }
a { background-color: rgb(225,158,0); }
div.DivClassName
{
background-color: #E19E00;
}
.BgClassName
{
background-color: #E19E00;
}
</style>
border-color css
<style>
span { border-color: #E19E00; }
span { border-color: rgb(225,158,0); }
td.TdClassName
{
border-color: #E19E00;
}
.TagClassName
{
border-color: #E19E00;
}
</style>