Shades of Gamboge #E19301
Tints of Gamboge #E19301
RGB
CMYK
RGB Variations
Color information
#E19301 (or 0xE19301) is known color: Gamboge. HEX triplet: E1, 93 and 01. RGB value is (225,147,1). Sum of RGB (Red+Green+Blue) = 225+147+1=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E19301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19301 is #1E6CFE. Grayscale: #9A9A9A. Windows color (decimal): -1993983 or 103393. OLE color: 103393.
HSL color Cylindrical-coordinate representation of color #E19301: hue angle of 39.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E19301 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.12 |
| HSL | 39.11º | 0.99% | 0.44% | - |
| HSV(B) | 39.11º | 1% | 0.88% | - |
| XYZ | 41.49 | 36.88 | 4.96 | - |
| YUV | 153.68 | 41.84 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 1 | 0 | 0.35 | 1.00 | 0.12 | 39.11 | 0.99 | 0.44 |
| Hex | E1 | 93 | 1 | 0 | 23 | 64 | C | 27 | 63 | 2C |
| Octal | 341 | 223 | 1 | 0 | 43 | 144 | 14 | 47 | 143 | 54 |
| Binary | 11100001 | 10010011 | 1 | 0 | 100011 | 1100100 | 1100 | 100111 | 1100011 | 101100 |
Color Harmonies of #E19301
Complementary color
Monochromatic Colors of #E19301
Black with #E19301
Text Example
Text Example
White with #E19301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19301; }
p { color: rgb(225,147,1); }
H1.HeaderClassName
{
color: #E19301;
}
.AnyTagClassName
{
color: #E19301;
}
</style>
background-color css
<style>
a { background-color: #E19301; }
a { background-color: rgb(225,147,1); }
div.DivClassName
{
background-color: #E19301;
}
.BgClassName
{
background-color: #E19301;
}
</style>
border-color css
<style>
span { border-color: #E19301; }
span { border-color: rgb(225,147,1); }
td.TdClassName
{
border-color: #E19301;
}
.TagClassName
{
border-color: #E19301;
}
</style>