Shades of Gamboge #E1980F
Tints of Gamboge #E1980F
RGB
CMYK
RGB Variations
Color information
#E1980F (or 0xE1980F) is known color: Gamboge. HEX triplet: E1, 98 and 0F. RGB value is (225,152,15). Sum of RGB (Red+Green+Blue) = 225+152+15=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E1980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1980F is #1E67F0. Grayscale: #9E9E9E. Windows color (decimal): -1992689 or 1022177. OLE color: 1022177.
HSL color Cylindrical-coordinate representation of color #E1980F: hue angle of 39.14º 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 #E1980F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.12 |
| HSL | 39.14º | 0.88% | 0.47% | - |
| HSV(B) | 39.14º | 0.93% | 0.88% | - |
| XYZ | 42.37 | 38.5 | 5.65 | - |
| YUV | 158.21 | 47.18 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 15 | 0 | 0.32 | 0.93 | 0.12 | 39.14 | 0.88 | 0.47 |
| Hex | E1 | 98 | F | 0 | 20 | 5D | C | 27 | 58 | 2F |
| Octal | 341 | 230 | 17 | 0 | 40 | 135 | 14 | 47 | 130 | 57 |
| Binary | 11100001 | 10011000 | 1111 | 0 | 100000 | 1011101 | 1100 | 100111 | 1011000 | 101111 |
Color Harmonies of #E1980F
Complementary color
Monochromatic Colors of #E1980F
Black with #E1980F
Text Example
Text Example
White with #E1980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1980F; }
p { color: rgb(225,152,15); }
H1.HeaderClassName
{
color: #E1980F;
}
.AnyTagClassName
{
color: #E1980F;
}
</style>
background-color css
<style>
a { background-color: #E1980F; }
a { background-color: rgb(225,152,15); }
div.DivClassName
{
background-color: #E1980F;
}
.BgClassName
{
background-color: #E1980F;
}
</style>
border-color css
<style>
span { border-color: #E1980F; }
span { border-color: rgb(225,152,15); }
td.TdClassName
{
border-color: #E1980F;
}
.TagClassName
{
border-color: #E1980F;
}
</style>