Shades of Gamboge #E19504
Tints of Gamboge #E19504
RGB
CMYK
RGB Variations
Color information
#E19504 (or 0xE19504) is known color: Gamboge. HEX triplet: E1, 95 and 04. RGB value is (225,149,4). Sum of RGB (Red+Green+Blue) = 225+149+4=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E19504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19504 is #1E6AFB. Grayscale: #9B9B9B. Windows color (decimal): -1993468 or 300513. OLE color: 300513.
HSL color Cylindrical-coordinate representation of color #E19504: hue angle of 39.37º 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 #E19504 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.12 |
| HSL | 39.37º | 0.97% | 0.45% | - |
| HSV(B) | 39.37º | 0.98% | 0.88% | - |
| XYZ | 41.82 | 37.51 | 5.15 | - |
| YUV | 155.19 | 42.68 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 4 | 0 | 0.34 | 0.98 | 0.12 | 39.37 | 0.97 | 0.45 |
| Hex | E1 | 95 | 4 | 0 | 22 | 62 | C | 27 | 61 | 2D |
| Octal | 341 | 225 | 4 | 0 | 42 | 142 | 14 | 47 | 141 | 55 |
| Binary | 11100001 | 10010101 | 100 | 0 | 100010 | 1100010 | 1100 | 100111 | 1100001 | 101101 |
Color Harmonies of #E19504
Complementary color
Monochromatic Colors of #E19504
Black with #E19504
Text Example
Text Example
White with #E19504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19504; }
p { color: rgb(225,149,4); }
H1.HeaderClassName
{
color: #E19504;
}
.AnyTagClassName
{
color: #E19504;
}
</style>
background-color css
<style>
a { background-color: #E19504; }
a { background-color: rgb(225,149,4); }
div.DivClassName
{
background-color: #E19504;
}
.BgClassName
{
background-color: #E19504;
}
</style>
border-color css
<style>
span { border-color: #E19504; }
span { border-color: rgb(225,149,4); }
td.TdClassName
{
border-color: #E19504;
}
.TagClassName
{
border-color: #E19504;
}
</style>