Shades of Gamboge #E19306
Tints of Gamboge #E19306
RGB
CMYK
RGB Variations
Color information
#E19306 (or 0xE19306) is known color: Gamboge. HEX triplet: E1, 93 and 06. RGB value is (225,147,6). Sum of RGB (Red+Green+Blue) = 225+147+6=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E19306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19306 is #1E6CF9. Grayscale: #9A9A9A. Windows color (decimal): -1993978 or 431073. OLE color: 431073.
HSL color Cylindrical-coordinate representation of color #E19306: hue angle of 38.63º 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 #E19306 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.12 |
| HSL | 38.63º | 0.95% | 0.45% | - |
| HSV(B) | 38.63º | 0.97% | 0.88% | - |
| XYZ | 41.52 | 36.89 | 5.1 | - |
| YUV | 154.25 | 44.34 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 6 | 0 | 0.35 | 0.97 | 0.12 | 38.63 | 0.95 | 0.45 |
| Hex | E1 | 93 | 6 | 0 | 23 | 61 | C | 27 | 5F | 2D |
| Octal | 341 | 223 | 6 | 0 | 43 | 141 | 14 | 47 | 137 | 55 |
| Binary | 11100001 | 10010011 | 110 | 0 | 100011 | 1100001 | 1100 | 100111 | 1011111 | 101101 |
Color Harmonies of #E19306
Complementary color
Monochromatic Colors of #E19306
Black with #E19306
Text Example
Text Example
White with #E19306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19306; }
p { color: rgb(225,147,6); }
H1.HeaderClassName
{
color: #E19306;
}
.AnyTagClassName
{
color: #E19306;
}
</style>
background-color css
<style>
a { background-color: #E19306; }
a { background-color: rgb(225,147,6); }
div.DivClassName
{
background-color: #E19306;
}
.BgClassName
{
background-color: #E19306;
}
</style>
border-color css
<style>
span { border-color: #E19306; }
span { border-color: rgb(225,147,6); }
td.TdClassName
{
border-color: #E19306;
}
.TagClassName
{
border-color: #E19306;
}
</style>