Shades of Gamboge #E19704
Tints of Gamboge #E19704
RGB
CMYK
RGB Variations
Color information
#E19704 (or 0xE19704) is known color: Gamboge. HEX triplet: E1, 97 and 04. RGB value is (225,151,4). Sum of RGB (Red+Green+Blue) = 225+151+4=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E19704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19704 is #1E68FB. Grayscale: #9D9D9D. Windows color (decimal): -1992956 or 301025. OLE color: 301025.
HSL color Cylindrical-coordinate representation of color #E19704: hue angle of 39.91º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E19704 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.12 |
| HSL | 39.91º | 0.97% | 0.45% | - |
| HSV(B) | 39.91º | 0.98% | 0.88% | - |
| XYZ | 42.14 | 38.15 | 5.26 | - |
| YUV | 156.37 | 42.02 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 4 | 0 | 0.33 | 0.98 | 0.12 | 39.91 | 0.97 | 0.45 |
| Hex | E1 | 97 | 4 | 0 | 21 | 62 | C | 28 | 61 | 2D |
| Octal | 341 | 227 | 4 | 0 | 41 | 142 | 14 | 50 | 141 | 55 |
| Binary | 11100001 | 10010111 | 100 | 0 | 100001 | 1100010 | 1100 | 101000 | 1100001 | 101101 |
Color Harmonies of #E19704
Complementary color
Monochromatic Colors of #E19704
Black with #E19704
Text Example
Text Example
White with #E19704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19704; }
p { color: rgb(225,151,4); }
H1.HeaderClassName
{
color: #E19704;
}
.AnyTagClassName
{
color: #E19704;
}
</style>
background-color css
<style>
a { background-color: #E19704; }
a { background-color: rgb(225,151,4); }
div.DivClassName
{
background-color: #E19704;
}
.BgClassName
{
background-color: #E19704;
}
</style>
border-color css
<style>
span { border-color: #E19704; }
span { border-color: rgb(225,151,4); }
td.TdClassName
{
border-color: #E19704;
}
.TagClassName
{
border-color: #E19704;
}
</style>