Shades of Gamboge #E19A0E
Tints of Gamboge #E19A0E
RGB
CMYK
RGB Variations
Color information
#E19A0E (or 0xE19A0E) is known color: Gamboge. HEX triplet: E1, 9A and 0E. RGB value is (225,154,14). Sum of RGB (Red+Green+Blue) = 225+154+14=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19A0E is #1E65F1. Grayscale: #9F9F9F. Windows color (decimal): -1992178 or 957153. OLE color: 957153.
HSL color Cylindrical-coordinate representation of color #E19A0E: hue angle of 39.81º degrees, saturation: 0.88, 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 #E19A0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.12 |
| HSL | 39.81º | 0.88% | 0.47% | - |
| HSV(B) | 39.81º | 0.94% | 0.88% | - |
| XYZ | 42.69 | 39.15 | 5.72 | - |
| YUV | 159.27 | 46.02 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 14 | 0 | 0.32 | 0.94 | 0.12 | 39.81 | 0.88 | 0.47 |
| Hex | E1 | 9A | E | 0 | 20 | 5E | C | 28 | 58 | 2F |
| Octal | 341 | 232 | 16 | 0 | 40 | 136 | 14 | 50 | 130 | 57 |
| Binary | 11100001 | 10011010 | 1110 | 0 | 100000 | 1011110 | 1100 | 101000 | 1011000 | 101111 |
Color Harmonies of #E19A0E
Complementary color
Monochromatic Colors of #E19A0E
Black with #E19A0E
Text Example
Text Example
White with #E19A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A0E; }
p { color: rgb(225,154,14); }
H1.HeaderClassName
{
color: #E19A0E;
}
.AnyTagClassName
{
color: #E19A0E;
}
</style>
background-color css
<style>
a { background-color: #E19A0E; }
a { background-color: rgb(225,154,14); }
div.DivClassName
{
background-color: #E19A0E;
}
.BgClassName
{
background-color: #E19A0E;
}
</style>
border-color css
<style>
span { border-color: #E19A0E; }
span { border-color: rgb(225,154,14); }
td.TdClassName
{
border-color: #E19A0E;
}
.TagClassName
{
border-color: #E19A0E;
}
</style>