Shades of Gamboge #E1900C
Tints of Gamboge #E1900C
RGB
CMYK
RGB Variations
Color information
#E1900C (or 0xE1900C) is known color: Gamboge. HEX triplet: E1, 90 and 0C. RGB value is (225,144,12). Sum of RGB (Red+Green+Blue) = 225+144+12=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1900C is #1E6FF3. Grayscale: #999999. Windows color (decimal): -1994740 or 823521. OLE color: 823521.
HSL color Cylindrical-coordinate representation of color #E1900C: hue angle of 37.18º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1900C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 12 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.12 |
| HSL | 37.18º | 0.9% | 0.46% | - |
| HSV(B) | 37.18º | 0.95% | 0.88% | - |
| XYZ | 41.09 | 35.98 | 5.13 | - |
| YUV | 153.17 | 48.34 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 12 | 0 | 0.36 | 0.95 | 0.12 | 37.18 | 0.9 | 0.46 |
| Hex | E1 | 90 | C | 0 | 24 | 5F | C | 25 | 5A | 2E |
| Octal | 341 | 220 | 14 | 0 | 44 | 137 | 14 | 45 | 132 | 56 |
| Binary | 11100001 | 10010000 | 1100 | 0 | 100100 | 1011111 | 1100 | 100101 | 1011010 | 101110 |
Color Harmonies of #E1900C
Complementary color
Monochromatic Colors of #E1900C
Black with #E1900C
Text Example
Text Example
White with #E1900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1900C; }
p { color: rgb(225,144,12); }
H1.HeaderClassName
{
color: #E1900C;
}
.AnyTagClassName
{
color: #E1900C;
}
</style>
background-color css
<style>
a { background-color: #E1900C; }
a { background-color: rgb(225,144,12); }
div.DivClassName
{
background-color: #E1900C;
}
.BgClassName
{
background-color: #E1900C;
}
</style>
border-color css
<style>
span { border-color: #E1900C; }
span { border-color: rgb(225,144,12); }
td.TdClassName
{
border-color: #E1900C;
}
.TagClassName
{
border-color: #E1900C;
}
</style>