Shades of Gamboge #E19707
Tints of Gamboge #E19707
RGB
CMYK
RGB Variations
Color information
#E19707 (or 0xE19707) is known color: Gamboge. HEX triplet: E1, 97 and 07. RGB value is (225,151,7). Sum of RGB (Red+Green+Blue) = 225+151+7=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E19707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19707 is #1E68F8. Grayscale: #9D9D9D. Windows color (decimal): -1992953 or 497633. OLE color: 497633.
HSL color Cylindrical-coordinate representation of color #E19707: hue angle of 39.63º 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 #E19707 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.12 |
| HSL | 39.63º | 0.94% | 0.45% | - |
| HSV(B) | 39.63º | 0.97% | 0.88% | - |
| XYZ | 42.16 | 38.16 | 5.34 | - |
| YUV | 156.71 | 43.52 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 7 | 0 | 0.33 | 0.97 | 0.12 | 39.63 | 0.94 | 0.45 |
| Hex | E1 | 97 | 7 | 0 | 21 | 61 | C | 28 | 5E | 2D |
| Octal | 341 | 227 | 7 | 0 | 41 | 141 | 14 | 50 | 136 | 55 |
| Binary | 11100001 | 10010111 | 111 | 0 | 100001 | 1100001 | 1100 | 101000 | 1011110 | 101101 |
Color Harmonies of #E19707
Complementary color
Monochromatic Colors of #E19707
Black with #E19707
Text Example
Text Example
White with #E19707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19707; }
p { color: rgb(225,151,7); }
H1.HeaderClassName
{
color: #E19707;
}
.AnyTagClassName
{
color: #E19707;
}
</style>
background-color css
<style>
a { background-color: #E19707; }
a { background-color: rgb(225,151,7); }
div.DivClassName
{
background-color: #E19707;
}
.BgClassName
{
background-color: #E19707;
}
</style>
border-color css
<style>
span { border-color: #E19707; }
span { border-color: rgb(225,151,7); }
td.TdClassName
{
border-color: #E19707;
}
.TagClassName
{
border-color: #E19707;
}
</style>