Shades of Gamboge #E19616
Tints of Gamboge #E19616
RGB
CMYK
RGB Variations
Color information
#E19616 (or 0xE19616) is known color: Gamboge. HEX triplet: E1, 96 and 16. RGB value is (225,150,22). Sum of RGB (Red+Green+Blue) = 225+150+22=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E19616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19616 is #1E69E9. Grayscale: #9E9E9E. Windows color (decimal): -1993194 or 1480417. OLE color: 1480417.
HSL color Cylindrical-coordinate representation of color #E19616: hue angle of 37.83º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E19616 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 22 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.12 |
| HSL | 37.83º | 0.82% | 0.48% | - |
| HSV(B) | 37.83º | 0.9% | 0.88% | - |
| XYZ | 42.1 | 37.88 | 5.85 | - |
| YUV | 157.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 22 | 0 | 0.33 | 0.90 | 0.12 | 37.83 | 0.82 | 0.48 |
| Hex | E1 | 96 | 16 | 0 | 21 | 5A | C | 26 | 52 | 30 |
| Octal | 341 | 226 | 26 | 0 | 41 | 132 | 14 | 46 | 122 | 60 |
| Binary | 11100001 | 10010110 | 10110 | 0 | 100001 | 1011010 | 1100 | 100110 | 1010010 | 110000 |
Color Harmonies of #E19616
Complementary color
Monochromatic Colors of #E19616
Black with #E19616
Text Example
Text Example
White with #E19616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19616; }
p { color: rgb(225,150,22); }
H1.HeaderClassName
{
color: #E19616;
}
.AnyTagClassName
{
color: #E19616;
}
</style>
background-color css
<style>
a { background-color: #E19616; }
a { background-color: rgb(225,150,22); }
div.DivClassName
{
background-color: #E19616;
}
.BgClassName
{
background-color: #E19616;
}
</style>
border-color css
<style>
span { border-color: #E19616; }
span { border-color: rgb(225,150,22); }
td.TdClassName
{
border-color: #E19616;
}
.TagClassName
{
border-color: #E19616;
}
</style>