Shades of Gamboge #E19706
Tints of Gamboge #E19706
RGB
CMYK
RGB Variations
Color information
#E19706 (or 0xE19706) is known color: Gamboge. HEX triplet: E1, 97 and 06. RGB value is (225,151,6). Sum of RGB (Red+Green+Blue) = 225+151+6=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E19706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19706 is #1E68F9. Grayscale: #9D9D9D. Windows color (decimal): -1992954 or 432097. OLE color: 432097.
HSL color Cylindrical-coordinate representation of color #E19706: hue angle of 39.73º degrees, saturation: 0.95, 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 #E19706 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 6 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.12 |
| HSL | 39.73º | 0.95% | 0.45% | - |
| HSV(B) | 39.73º | 0.97% | 0.88% | - |
| XYZ | 42.15 | 38.15 | 5.32 | - |
| YUV | 156.6 | 43.02 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 6 | 0 | 0.33 | 0.97 | 0.12 | 39.73 | 0.95 | 0.45 |
| Hex | E1 | 97 | 6 | 0 | 21 | 61 | C | 28 | 5F | 2D |
| Octal | 341 | 227 | 6 | 0 | 41 | 141 | 14 | 50 | 137 | 55 |
| Binary | 11100001 | 10010111 | 110 | 0 | 100001 | 1100001 | 1100 | 101000 | 1011111 | 101101 |
Color Harmonies of #E19706
Complementary color
Monochromatic Colors of #E19706
Black with #E19706
Text Example
Text Example
White with #E19706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19706; }
p { color: rgb(225,151,6); }
H1.HeaderClassName
{
color: #E19706;
}
.AnyTagClassName
{
color: #E19706;
}
</style>
background-color css
<style>
a { background-color: #E19706; }
a { background-color: rgb(225,151,6); }
div.DivClassName
{
background-color: #E19706;
}
.BgClassName
{
background-color: #E19706;
}
</style>
border-color css
<style>
span { border-color: #E19706; }
span { border-color: rgb(225,151,6); }
td.TdClassName
{
border-color: #E19706;
}
.TagClassName
{
border-color: #E19706;
}
</style>