Shades of Tangerine #E18800
Tints of Tangerine #E18800
RGB
CMYK
RGB Variations
Color information
#E18800 (or 0xE18800) is known color: Tangerine. HEX triplet: E1, 88 and 00. RGB value is (225,136,0). Sum of RGB (Red+Green+Blue) = 225+136+0=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E18800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18800 is #1E77FF. Grayscale: #939393. Windows color (decimal): -1996800 or 35041. OLE color: 35041.
HSL color Cylindrical-coordinate representation of color #E18800: hue angle of 36.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E18800 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.12 |
| HSL | 36.27º | 1% | 0.44% | - |
| HSV(B) | 36.27º | 1% | 0.88% | - |
| XYZ | 39.86 | 33.62 | 4.39 | - |
| YUV | 147.11 | 44.99 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 0 | 0 | 0.40 | 1 | 0.12 | 36.27 | 1 | 0.44 |
| Hex | E1 | 88 | 0 | 0 | 28 | 64 | C | 24 | 64 | 2C |
| Octal | 341 | 210 | 0 | 0 | 50 | 144 | 14 | 44 | 144 | 54 |
| Binary | 11100001 | 10001000 | 0 | 0 | 101000 | 1100100 | 1100 | 100100 | 1100100 | 101100 |
Color Harmonies of #E18800
Complementary color
Monochromatic Colors of #E18800
Black with #E18800
Text Example
Text Example
White with #E18800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18800; }
p { color: rgb(225,136,0); }
H1.HeaderClassName
{
color: #E18800;
}
.AnyTagClassName
{
color: #E18800;
}
</style>
background-color css
<style>
a { background-color: #E18800; }
a { background-color: rgb(225,136,0); }
div.DivClassName
{
background-color: #E18800;
}
.BgClassName
{
background-color: #E18800;
}
</style>
border-color css
<style>
span { border-color: #E18800; }
span { border-color: rgb(225,136,0); }
td.TdClassName
{
border-color: #E18800;
}
.TagClassName
{
border-color: #E18800;
}
</style>