Shades of Gamboge #E19A00
Tints of Gamboge #E19A00
RGB
CMYK
RGB Variations
Color information
#E19A00 (or 0xE19A00) is known color: Gamboge. HEX triplet: E1, 9A and 00. RGB value is (225,154,0). Sum of RGB (Red+Green+Blue) = 225+154+0=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19A00 is #1E65FF. Grayscale: #9E9E9E. Windows color (decimal): -1992192 or 39649. OLE color: 39649.
HSL color Cylindrical-coordinate representation of color #E19A00: hue angle of 41.07º 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 #E19A00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.12 |
| HSL | 41.07º | 1% | 0.44% | - |
| HSV(B) | 41.07º | 1% | 0.88% | - |
| XYZ | 42.61 | 39.12 | 5.31 | - |
| YUV | 157.67 | 39.02 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 0 | 0 | 0.32 | 1 | 0.12 | 41.07 | 1 | 0.44 |
| Hex | E1 | 9A | 0 | 0 | 20 | 64 | C | 29 | 64 | 2C |
| Octal | 341 | 232 | 0 | 0 | 40 | 144 | 14 | 51 | 144 | 54 |
| Binary | 11100001 | 10011010 | 0 | 0 | 100000 | 1100100 | 1100 | 101001 | 1100100 | 101100 |
Color Harmonies of #E19A00
Complementary color
Monochromatic Colors of #E19A00
Black with #E19A00
Text Example
Text Example
White with #E19A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A00; }
p { color: rgb(225,154,0); }
H1.HeaderClassName
{
color: #E19A00;
}
.AnyTagClassName
{
color: #E19A00;
}
</style>
background-color css
<style>
a { background-color: #E19A00; }
a { background-color: rgb(225,154,0); }
div.DivClassName
{
background-color: #E19A00;
}
.BgClassName
{
background-color: #E19A00;
}
</style>
border-color css
<style>
span { border-color: #E19A00; }
span { border-color: rgb(225,154,0); }
td.TdClassName
{
border-color: #E19A00;
}
.TagClassName
{
border-color: #E19A00;
}
</style>