Shades of Gamboge #E19217
Tints of Gamboge #E19217
RGB
CMYK
RGB Variations
Color information
#E19217 (or 0xE19217) is known color: Gamboge. HEX triplet: E1, 92 and 17. RGB value is (225,146,23). Sum of RGB (Red+Green+Blue) = 225+146+23=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E19217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19217 is #1E6DE8. Grayscale: #9C9C9C. Windows color (decimal): -1994217 or 1544929. OLE color: 1544929.
HSL color Cylindrical-coordinate representation of color #E19217: hue angle of 36.53º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E19217 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 23 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.12 |
| HSL | 36.53º | 0.81% | 0.49% | - |
| HSV(B) | 36.53º | 0.9% | 0.88% | - |
| XYZ | 41.48 | 36.63 | 5.69 | - |
| YUV | 155.6 | 53.17 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 23 | 0 | 0.35 | 0.90 | 0.12 | 36.53 | 0.81 | 0.49 |
| Hex | E1 | 92 | 17 | 0 | 23 | 5A | C | 25 | 51 | 31 |
| Octal | 341 | 222 | 27 | 0 | 43 | 132 | 14 | 45 | 121 | 61 |
| Binary | 11100001 | 10010010 | 10111 | 0 | 100011 | 1011010 | 1100 | 100101 | 1010001 | 110001 |
Color Harmonies of #E19217
Complementary color
Monochromatic Colors of #E19217
Black with #E19217
Text Example
Text Example
White with #E19217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19217; }
p { color: rgb(225,146,23); }
H1.HeaderClassName
{
color: #E19217;
}
.AnyTagClassName
{
color: #E19217;
}
</style>
background-color css
<style>
a { background-color: #E19217; }
a { background-color: rgb(225,146,23); }
div.DivClassName
{
background-color: #E19217;
}
.BgClassName
{
background-color: #E19217;
}
</style>
border-color css
<style>
span { border-color: #E19217; }
span { border-color: rgb(225,146,23); }
td.TdClassName
{
border-color: #E19217;
}
.TagClassName
{
border-color: #E19217;
}
</style>