Shades of Gamboge #E1880F
Tints of Gamboge #E1880F
RGB
CMYK
RGB Variations
Color information
#E1880F (or 0xE1880F) is known color: Gamboge. HEX triplet: E1, 88 and 0F. RGB value is (225,136,15). Sum of RGB (Red+Green+Blue) = 225+136+15=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E1880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1880F is #1E77F0. Grayscale: #959595. Windows color (decimal): -1996785 or 1018081. OLE color: 1018081.
HSL color Cylindrical-coordinate representation of color #E1880F: hue angle of 34.57º 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 #E1880F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.12 |
| HSL | 34.57º | 0.88% | 0.47% | - |
| HSV(B) | 34.57º | 0.93% | 0.88% | - |
| XYZ | 39.94 | 33.65 | 4.84 | - |
| YUV | 148.82 | 52.49 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 15 | 0 | 0.40 | 0.93 | 0.12 | 34.57 | 0.88 | 0.47 |
| Hex | E1 | 88 | F | 0 | 28 | 5D | C | 23 | 58 | 2F |
| Octal | 341 | 210 | 17 | 0 | 50 | 135 | 14 | 43 | 130 | 57 |
| Binary | 11100001 | 10001000 | 1111 | 0 | 101000 | 1011101 | 1100 | 100011 | 1011000 | 101111 |
Color Harmonies of #E1880F
Complementary color
Monochromatic Colors of #E1880F
Black with #E1880F
Text Example
Text Example
White with #E1880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1880F; }
p { color: rgb(225,136,15); }
H1.HeaderClassName
{
color: #E1880F;
}
.AnyTagClassName
{
color: #E1880F;
}
</style>
background-color css
<style>
a { background-color: #E1880F; }
a { background-color: rgb(225,136,15); }
div.DivClassName
{
background-color: #E1880F;
}
.BgClassName
{
background-color: #E1880F;
}
</style>
border-color css
<style>
span { border-color: #E1880F; }
span { border-color: rgb(225,136,15); }
td.TdClassName
{
border-color: #E1880F;
}
.TagClassName
{
border-color: #E1880F;
}
</style>