Shades of Gamboge #E19305
Tints of Gamboge #E19305
RGB
CMYK
RGB Variations
Color information
#E19305 (or 0xE19305) is known color: Gamboge. HEX triplet: E1, 93 and 05. RGB value is (225,147,5). Sum of RGB (Red+Green+Blue) = 225+147+5=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E19305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19305 is #1E6CFA. Grayscale: #9A9A9A. Windows color (decimal): -1993979 or 365537. OLE color: 365537.
HSL color Cylindrical-coordinate representation of color #E19305: hue angle of 38.73º degrees, saturation: 0.96, 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 #E19305 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.12 |
| HSL | 38.73º | 0.96% | 0.45% | - |
| HSV(B) | 38.73º | 0.98% | 0.88% | - |
| XYZ | 41.51 | 36.89 | 5.08 | - |
| YUV | 154.13 | 43.84 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 5 | 0 | 0.35 | 0.98 | 0.12 | 38.73 | 0.96 | 0.45 |
| Hex | E1 | 93 | 5 | 0 | 23 | 62 | C | 27 | 60 | 2D |
| Octal | 341 | 223 | 5 | 0 | 43 | 142 | 14 | 47 | 140 | 55 |
| Binary | 11100001 | 10010011 | 101 | 0 | 100011 | 1100010 | 1100 | 100111 | 1100000 | 101101 |
Color Harmonies of #E19305
Complementary color
Monochromatic Colors of #E19305
Black with #E19305
Text Example
Text Example
White with #E19305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19305; }
p { color: rgb(225,147,5); }
H1.HeaderClassName
{
color: #E19305;
}
.AnyTagClassName
{
color: #E19305;
}
</style>
background-color css
<style>
a { background-color: #E19305; }
a { background-color: rgb(225,147,5); }
div.DivClassName
{
background-color: #E19305;
}
.BgClassName
{
background-color: #E19305;
}
</style>
border-color css
<style>
span { border-color: #E19305; }
span { border-color: rgb(225,147,5); }
td.TdClassName
{
border-color: #E19305;
}
.TagClassName
{
border-color: #E19305;
}
</style>