Shades of Gamboge #E1981C
Tints of Gamboge #E1981C
RGB
CMYK
RGB Variations
Color information
#E1981C (or 0xE1981C) is known color: Gamboge. HEX triplet: E1, 98 and 1C. RGB value is (225,152,28). Sum of RGB (Red+Green+Blue) = 225+152+28=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1981C is #1E67E3. Grayscale: #A0A0A0. Windows color (decimal): -1992676 or 1874145. OLE color: 1874145.
HSL color Cylindrical-coordinate representation of color #E1981C: hue angle of 37.77º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1981C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.12 |
| HSL | 37.77º | 0.78% | 0.5% | - |
| HSV(B) | 37.77º | 0.88% | 0.88% | - |
| XYZ | 42.49 | 38.55 | 6.3 | - |
| YUV | 159.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 28 | 0 | 0.32 | 0.88 | 0.12 | 37.77 | 0.78 | 0.5 |
| Hex | E1 | 98 | 1C | 0 | 20 | 58 | C | 26 | 4E | 32 |
| Octal | 341 | 230 | 34 | 0 | 40 | 130 | 14 | 46 | 116 | 62 |
| Binary | 11100001 | 10011000 | 11100 | 0 | 100000 | 1011000 | 1100 | 100110 | 1001110 | 110010 |
Color Harmonies of #E1981C
Complementary color
Monochromatic Colors of #E1981C
Black with #E1981C
Text Example
Text Example
White with #E1981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1981C; }
p { color: rgb(225,152,28); }
H1.HeaderClassName
{
color: #E1981C;
}
.AnyTagClassName
{
color: #E1981C;
}
</style>
background-color css
<style>
a { background-color: #E1981C; }
a { background-color: rgb(225,152,28); }
div.DivClassName
{
background-color: #E1981C;
}
.BgClassName
{
background-color: #E1981C;
}
</style>
border-color css
<style>
span { border-color: #E1981C; }
span { border-color: rgb(225,152,28); }
td.TdClassName
{
border-color: #E1981C;
}
.TagClassName
{
border-color: #E1981C;
}
</style>