Shades of Gamboge #E19001
Tints of Gamboge #E19001
RGB
CMYK
RGB Variations
Color information
#E19001 (or 0xE19001) is known color: Gamboge. HEX triplet: E1, 90 and 01. RGB value is (225,144,1). Sum of RGB (Red+Green+Blue) = 225+144+1=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E19001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19001 is #1E6FFE. Grayscale: #989898. Windows color (decimal): -1994751 or 102625. OLE color: 102625.
HSL color Cylindrical-coordinate representation of color #E19001: hue angle of 38.3º 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 #E19001 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.12 |
| HSL | 38.3º | 0.99% | 0.44% | - |
| HSV(B) | 38.3º | 1% | 0.88% | - |
| XYZ | 41.03 | 35.96 | 4.81 | - |
| YUV | 151.92 | 42.84 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 1 | 0 | 0.36 | 1.00 | 0.12 | 38.3 | 0.99 | 0.44 |
| Hex | E1 | 90 | 1 | 0 | 24 | 64 | C | 26 | 63 | 2C |
| Octal | 341 | 220 | 1 | 0 | 44 | 144 | 14 | 46 | 143 | 54 |
| Binary | 11100001 | 10010000 | 1 | 0 | 100100 | 1100100 | 1100 | 100110 | 1100011 | 101100 |
Color Harmonies of #E19001
Complementary color
Monochromatic Colors of #E19001
Black with #E19001
Text Example
Text Example
White with #E19001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19001; }
p { color: rgb(225,144,1); }
H1.HeaderClassName
{
color: #E19001;
}
.AnyTagClassName
{
color: #E19001;
}
</style>
background-color css
<style>
a { background-color: #E19001; }
a { background-color: rgb(225,144,1); }
div.DivClassName
{
background-color: #E19001;
}
.BgClassName
{
background-color: #E19001;
}
</style>
border-color css
<style>
span { border-color: #E19001; }
span { border-color: rgb(225,144,1); }
td.TdClassName
{
border-color: #E19001;
}
.TagClassName
{
border-color: #E19001;
}
</style>