Shades of Gamboge #E19408
Tints of Gamboge #E19408
RGB
CMYK
RGB Variations
Color information
#E19408 (or 0xE19408) is known color: Gamboge. HEX triplet: E1, 94 and 08. RGB value is (225,148,8). Sum of RGB (Red+Green+Blue) = 225+148+8=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E19408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19408 is #1E6BF7. Grayscale: #9B9B9B. Windows color (decimal): -1993720 or 562401. OLE color: 562401.
HSL color Cylindrical-coordinate representation of color #E19408: hue angle of 38.71º 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 #E19408 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.12 |
| HSL | 38.71º | 0.93% | 0.46% | - |
| HSV(B) | 38.71º | 0.96% | 0.88% | - |
| XYZ | 41.69 | 37.2 | 5.21 | - |
| YUV | 155.06 | 45.01 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 8 | 0 | 0.34 | 0.96 | 0.12 | 38.71 | 0.93 | 0.46 |
| Hex | E1 | 94 | 8 | 0 | 22 | 60 | C | 27 | 5D | 2E |
| Octal | 341 | 224 | 10 | 0 | 42 | 140 | 14 | 47 | 135 | 56 |
| Binary | 11100001 | 10010100 | 1000 | 0 | 100010 | 1100000 | 1100 | 100111 | 1011101 | 101110 |
Color Harmonies of #E19408
Complementary color
Monochromatic Colors of #E19408
Black with #E19408
Text Example
Text Example
White with #E19408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19408; }
p { color: rgb(225,148,8); }
H1.HeaderClassName
{
color: #E19408;
}
.AnyTagClassName
{
color: #E19408;
}
</style>
background-color css
<style>
a { background-color: #E19408; }
a { background-color: rgb(225,148,8); }
div.DivClassName
{
background-color: #E19408;
}
.BgClassName
{
background-color: #E19408;
}
</style>
border-color css
<style>
span { border-color: #E19408; }
span { border-color: rgb(225,148,8); }
td.TdClassName
{
border-color: #E19408;
}
.TagClassName
{
border-color: #E19408;
}
</style>