Shades of Gamboge #E19611
Tints of Gamboge #E19611
RGB
CMYK
RGB Variations
Color information
#E19611 (or 0xE19611) is known color: Gamboge. HEX triplet: E1, 96 and 11. RGB value is (225,150,17). Sum of RGB (Red+Green+Blue) = 225+150+17=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E19611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19611 is #1E69EE. Grayscale: #9D9D9D. Windows color (decimal): -1993199 or 1152737. OLE color: 1152737.
HSL color Cylindrical-coordinate representation of color #E19611: hue angle of 38.37º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E19611 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 17 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.12 |
| HSL | 38.37º | 0.86% | 0.47% | - |
| HSV(B) | 38.37º | 0.92% | 0.88% | - |
| XYZ | 42.06 | 37.86 | 5.62 | - |
| YUV | 157.26 | 48.85 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 17 | 0 | 0.33 | 0.92 | 0.12 | 38.37 | 0.86 | 0.47 |
| Hex | E1 | 96 | 11 | 0 | 21 | 5C | C | 26 | 56 | 2F |
| Octal | 341 | 226 | 21 | 0 | 41 | 134 | 14 | 46 | 126 | 57 |
| Binary | 11100001 | 10010110 | 10001 | 0 | 100001 | 1011100 | 1100 | 100110 | 1010110 | 101111 |
Color Harmonies of #E19611
Complementary color
Monochromatic Colors of #E19611
Black with #E19611
Text Example
Text Example
White with #E19611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19611; }
p { color: rgb(225,150,17); }
H1.HeaderClassName
{
color: #E19611;
}
.AnyTagClassName
{
color: #E19611;
}
</style>
background-color css
<style>
a { background-color: #E19611; }
a { background-color: rgb(225,150,17); }
div.DivClassName
{
background-color: #E19611;
}
.BgClassName
{
background-color: #E19611;
}
</style>
border-color css
<style>
span { border-color: #E19611; }
span { border-color: rgb(225,150,17); }
td.TdClassName
{
border-color: #E19611;
}
.TagClassName
{
border-color: #E19611;
}
</style>