Shades of Gamboge #E19207
Tints of Gamboge #E19207
RGB
CMYK
RGB Variations
Color information
#E19207 (or 0xE19207) is known color: Gamboge. HEX triplet: E1, 92 and 07. RGB value is (225,146,7). Sum of RGB (Red+Green+Blue) = 225+146+7=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E19207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19207 is #1E6DF8. Grayscale: #9A9A9A. Windows color (decimal): -1994233 or 496353. OLE color: 496353.
HSL color Cylindrical-coordinate representation of color #E19207: hue angle of 38.26º 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 #E19207 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.12 |
| HSL | 38.26º | 0.94% | 0.45% | - |
| HSV(B) | 38.26º | 0.97% | 0.88% | - |
| XYZ | 41.37 | 36.58 | 5.08 | - |
| YUV | 153.78 | 45.17 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 7 | 0 | 0.35 | 0.97 | 0.12 | 38.26 | 0.94 | 0.45 |
| Hex | E1 | 92 | 7 | 0 | 23 | 61 | C | 26 | 5E | 2D |
| Octal | 341 | 222 | 7 | 0 | 43 | 141 | 14 | 46 | 136 | 55 |
| Binary | 11100001 | 10010010 | 111 | 0 | 100011 | 1100001 | 1100 | 100110 | 1011110 | 101101 |
Color Harmonies of #E19207
Complementary color
Monochromatic Colors of #E19207
Black with #E19207
Text Example
Text Example
White with #E19207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19207; }
p { color: rgb(225,146,7); }
H1.HeaderClassName
{
color: #E19207;
}
.AnyTagClassName
{
color: #E19207;
}
</style>
background-color css
<style>
a { background-color: #E19207; }
a { background-color: rgb(225,146,7); }
div.DivClassName
{
background-color: #E19207;
}
.BgClassName
{
background-color: #E19207;
}
</style>
border-color css
<style>
span { border-color: #E19207; }
span { border-color: rgb(225,146,7); }
td.TdClassName
{
border-color: #E19207;
}
.TagClassName
{
border-color: #E19207;
}
</style>