Shades of Gamboge #E1880D
Tints of Gamboge #E1880D
RGB
CMYK
RGB Variations
Color information
#E1880D (or 0xE1880D) is known color: Gamboge. HEX triplet: E1, 88 and 0D. RGB value is (225,136,13). Sum of RGB (Red+Green+Blue) = 225+136+13=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E1880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1880D is #1E77F2. Grayscale: #959595. Windows color (decimal): -1996787 or 887009. OLE color: 887009.
HSL color Cylindrical-coordinate representation of color #E1880D: hue angle of 34.81º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1880D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.12 |
| HSL | 34.81º | 0.89% | 0.47% | - |
| HSV(B) | 34.81º | 0.94% | 0.88% | - |
| XYZ | 39.93 | 33.64 | 4.77 | - |
| YUV | 148.59 | 51.49 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 13 | 0 | 0.40 | 0.94 | 0.12 | 34.81 | 0.89 | 0.47 |
| Hex | E1 | 88 | D | 0 | 28 | 5E | C | 23 | 59 | 2F |
| Octal | 341 | 210 | 15 | 0 | 50 | 136 | 14 | 43 | 131 | 57 |
| Binary | 11100001 | 10001000 | 1101 | 0 | 101000 | 1011110 | 1100 | 100011 | 1011001 | 101111 |
Color Harmonies of #E1880D
Complementary color
Monochromatic Colors of #E1880D
Black with #E1880D
Text Example
Text Example
White with #E1880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1880D; }
p { color: rgb(225,136,13); }
H1.HeaderClassName
{
color: #E1880D;
}
.AnyTagClassName
{
color: #E1880D;
}
</style>
background-color css
<style>
a { background-color: #E1880D; }
a { background-color: rgb(225,136,13); }
div.DivClassName
{
background-color: #E1880D;
}
.BgClassName
{
background-color: #E1880D;
}
</style>
border-color css
<style>
span { border-color: #E1880D; }
span { border-color: rgb(225,136,13); }
td.TdClassName
{
border-color: #E1880D;
}
.TagClassName
{
border-color: #E1880D;
}
</style>