Shades of Gamboge #E19A08
Tints of Gamboge #E19A08
RGB
CMYK
RGB Variations
Color information
#E19A08 (or 0xE19A08) is known color: Gamboge. HEX triplet: E1, 9A and 08. RGB value is (225,154,8). Sum of RGB (Red+Green+Blue) = 225+154+8=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19A08 is #1E65F7. Grayscale: #9F9F9F. Windows color (decimal): -1992184 or 563937. OLE color: 563937.
HSL color Cylindrical-coordinate representation of color #E19A08: hue angle of 40.37º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E19A08 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.12 |
| HSL | 40.37º | 0.93% | 0.46% | - |
| HSV(B) | 40.37º | 0.96% | 0.88% | - |
| XYZ | 42.65 | 39.14 | 5.54 | - |
| YUV | 158.59 | 43.02 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 8 | 0 | 0.32 | 0.96 | 0.12 | 40.37 | 0.93 | 0.46 |
| Hex | E1 | 9A | 8 | 0 | 20 | 60 | C | 28 | 5D | 2E |
| Octal | 341 | 232 | 10 | 0 | 40 | 140 | 14 | 50 | 135 | 56 |
| Binary | 11100001 | 10011010 | 1000 | 0 | 100000 | 1100000 | 1100 | 101000 | 1011101 | 101110 |
Color Harmonies of #E19A08
Complementary color
Monochromatic Colors of #E19A08
Black with #E19A08
Text Example
Text Example
White with #E19A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A08; }
p { color: rgb(225,154,8); }
H1.HeaderClassName
{
color: #E19A08;
}
.AnyTagClassName
{
color: #E19A08;
}
</style>
background-color css
<style>
a { background-color: #E19A08; }
a { background-color: rgb(225,154,8); }
div.DivClassName
{
background-color: #E19A08;
}
.BgClassName
{
background-color: #E19A08;
}
</style>
border-color css
<style>
span { border-color: #E19A08; }
span { border-color: rgb(225,154,8); }
td.TdClassName
{
border-color: #E19A08;
}
.TagClassName
{
border-color: #E19A08;
}
</style>