Shades of Gamboge #E19107
Tints of Gamboge #E19107
RGB
CMYK
RGB Variations
Color information
#E19107 (or 0xE19107) is known color: Gamboge. HEX triplet: E1, 91 and 07. RGB value is (225,145,7). Sum of RGB (Red+Green+Blue) = 225+145+7=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E19107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19107 is #1E6EF8. Grayscale: #999999. Windows color (decimal): -1994489 or 496097. OLE color: 496097.
HSL color Cylindrical-coordinate representation of color #E19107: hue angle of 37.98º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E19107 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.12 |
| HSL | 37.98º | 0.94% | 0.45% | - |
| HSV(B) | 37.98º | 0.97% | 0.88% | - |
| XYZ | 41.22 | 36.27 | 5.03 | - |
| YUV | 153.19 | 45.5 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 7 | 0 | 0.36 | 0.97 | 0.12 | 37.98 | 0.94 | 0.45 |
| Hex | E1 | 91 | 7 | 0 | 24 | 61 | C | 26 | 5E | 2D |
| Octal | 341 | 221 | 7 | 0 | 44 | 141 | 14 | 46 | 136 | 55 |
| Binary | 11100001 | 10010001 | 111 | 0 | 100100 | 1100001 | 1100 | 100110 | 1011110 | 101101 |
Color Harmonies of #E19107
Complementary color
Monochromatic Colors of #E19107
Black with #E19107
Text Example
Text Example
White with #E19107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19107; }
p { color: rgb(225,145,7); }
H1.HeaderClassName
{
color: #E19107;
}
.AnyTagClassName
{
color: #E19107;
}
</style>
background-color css
<style>
a { background-color: #E19107; }
a { background-color: rgb(225,145,7); }
div.DivClassName
{
background-color: #E19107;
}
.BgClassName
{
background-color: #E19107;
}
</style>
border-color css
<style>
span { border-color: #E19107; }
span { border-color: rgb(225,145,7); }
td.TdClassName
{
border-color: #E19107;
}
.TagClassName
{
border-color: #E19107;
}
</style>