Shades of Gamboge #E1991D
Tints of Gamboge #E1991D
RGB
CMYK
RGB Variations
Color information
#E1991D (or 0xE1991D) is known color: Gamboge. HEX triplet: E1, 99 and 1D. RGB value is (225,153,29). Sum of RGB (Red+Green+Blue) = 225+153+29=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E1991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1991D is #1E66E2. Grayscale: #A0A0A0. Windows color (decimal): -1992419 or 1939937. OLE color: 1939937.
HSL color Cylindrical-coordinate representation of color #E1991D: hue angle of 37.96º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1991D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.12 |
| HSL | 37.96º | 0.77% | 0.5% | - |
| HSV(B) | 37.96º | 0.87% | 0.88% | - |
| XYZ | 42.66 | 38.88 | 6.42 | - |
| YUV | 160.39 | 53.85 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 29 | 0 | 0.32 | 0.87 | 0.12 | 37.96 | 0.77 | 0.5 |
| Hex | E1 | 99 | 1D | 0 | 20 | 57 | C | 26 | 4D | 32 |
| Octal | 341 | 231 | 35 | 0 | 40 | 127 | 14 | 46 | 115 | 62 |
| Binary | 11100001 | 10011001 | 11101 | 0 | 100000 | 1010111 | 1100 | 100110 | 1001101 | 110010 |
Color Harmonies of #E1991D
Complementary color
Monochromatic Colors of #E1991D
Black with #E1991D
Text Example
Text Example
White with #E1991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1991D; }
p { color: rgb(225,153,29); }
H1.HeaderClassName
{
color: #E1991D;
}
.AnyTagClassName
{
color: #E1991D;
}
</style>
background-color css
<style>
a { background-color: #E1991D; }
a { background-color: rgb(225,153,29); }
div.DivClassName
{
background-color: #E1991D;
}
.BgClassName
{
background-color: #E1991D;
}
</style>
border-color css
<style>
span { border-color: #E1991D; }
span { border-color: rgb(225,153,29); }
td.TdClassName
{
border-color: #E1991D;
}
.TagClassName
{
border-color: #E1991D;
}
</style>