Shades of Gamboge #E1990F
Tints of Gamboge #E1990F
RGB
CMYK
RGB Variations
Color information
#E1990F (or 0xE1990F) is known color: Gamboge. HEX triplet: E1, 99 and 0F. RGB value is (225,153,15). Sum of RGB (Red+Green+Blue) = 225+153+15=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E1990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1990F is #1E66F0. Grayscale: #9F9F9F. Windows color (decimal): -1992433 or 1022433. OLE color: 1022433.
HSL color Cylindrical-coordinate representation of color #E1990F: hue angle of 39.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1990F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.12 |
| HSL | 39.43º | 0.88% | 0.47% | - |
| HSV(B) | 39.43º | 0.93% | 0.88% | - |
| XYZ | 42.53 | 38.82 | 5.7 | - |
| YUV | 158.8 | 46.85 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 15 | 0 | 0.32 | 0.93 | 0.12 | 39.43 | 0.88 | 0.47 |
| Hex | E1 | 99 | F | 0 | 20 | 5D | C | 27 | 58 | 2F |
| Octal | 341 | 231 | 17 | 0 | 40 | 135 | 14 | 47 | 130 | 57 |
| Binary | 11100001 | 10011001 | 1111 | 0 | 100000 | 1011101 | 1100 | 100111 | 1011000 | 101111 |
Color Harmonies of #E1990F
Complementary color
Monochromatic Colors of #E1990F
Black with #E1990F
Text Example
Text Example
White with #E1990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1990F; }
p { color: rgb(225,153,15); }
H1.HeaderClassName
{
color: #E1990F;
}
.AnyTagClassName
{
color: #E1990F;
}
</style>
background-color css
<style>
a { background-color: #E1990F; }
a { background-color: rgb(225,153,15); }
div.DivClassName
{
background-color: #E1990F;
}
.BgClassName
{
background-color: #E1990F;
}
</style>
border-color css
<style>
span { border-color: #E1990F; }
span { border-color: rgb(225,153,15); }
td.TdClassName
{
border-color: #E1990F;
}
.TagClassName
{
border-color: #E1990F;
}
</style>