Shades of Gamboge #E19D00
Tints of Gamboge #E19D00
RGB
CMYK
RGB Variations
Color information
#E19D00 (or 0xE19D00) is known color: Gamboge. HEX triplet: E1, 9D and 00. RGB value is (225,157,0). Sum of RGB (Red+Green+Blue) = 225+157+0=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19D00 is #1E62FF. Grayscale: #A0A0A0. Windows color (decimal): -1991424 or 40417. OLE color: 40417.
HSL color Cylindrical-coordinate representation of color #E19D00: hue angle of 41.87º 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 #E19D00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.12 |
| HSL | 41.87º | 1% | 0.44% | - |
| HSV(B) | 41.87º | 1% | 0.88% | - |
| XYZ | 43.11 | 40.12 | 5.47 | - |
| YUV | 159.43 | 38.03 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 0 | 0 | 0.30 | 1 | 0.12 | 41.87 | 1 | 0.44 |
| Hex | E1 | 9D | 0 | 0 | 1E | 64 | C | 2A | 64 | 2C |
| Octal | 341 | 235 | 0 | 0 | 36 | 144 | 14 | 52 | 144 | 54 |
| Binary | 11100001 | 10011101 | 0 | 0 | 11110 | 1100100 | 1100 | 101010 | 1100100 | 101100 |
Color Harmonies of #E19D00
Complementary color
Monochromatic Colors of #E19D00
Black with #E19D00
Text Example
Text Example
White with #E19D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D00; }
p { color: rgb(225,157,0); }
H1.HeaderClassName
{
color: #E19D00;
}
.AnyTagClassName
{
color: #E19D00;
}
</style>
background-color css
<style>
a { background-color: #E19D00; }
a { background-color: rgb(225,157,0); }
div.DivClassName
{
background-color: #E19D00;
}
.BgClassName
{
background-color: #E19D00;
}
</style>
border-color css
<style>
span { border-color: #E19D00; }
span { border-color: rgb(225,157,0); }
td.TdClassName
{
border-color: #E19D00;
}
.TagClassName
{
border-color: #E19D00;
}
</style>