Shades of Tangerine #E18200
Tints of Tangerine #E18200
RGB
CMYK
RGB Variations
Color information
#E18200 (or 0xE18200) is known color: Tangerine. HEX triplet: E1, 82 and 00. RGB value is (225,130,0). Sum of RGB (Red+Green+Blue) = 225+130+0=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E18200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18200 is #1E7DFF. Grayscale: #909090. Windows color (decimal): -1998336 or 33505. OLE color: 33505.
HSL color Cylindrical-coordinate representation of color #E18200: hue angle of 34.67º 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 #E18200 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.12 |
| HSL | 34.67º | 1% | 0.44% | - |
| HSV(B) | 34.67º | 1% | 0.88% | - |
| XYZ | 39.03 | 31.97 | 4.11 | - |
| YUV | 143.59 | 46.97 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 0 | 0 | 0.42 | 1 | 0.12 | 34.67 | 1 | 0.44 |
| Hex | E1 | 82 | 0 | 0 | 2A | 64 | C | 23 | 64 | 2C |
| Octal | 341 | 202 | 0 | 0 | 52 | 144 | 14 | 43 | 144 | 54 |
| Binary | 11100001 | 10000010 | 0 | 0 | 101010 | 1100100 | 1100 | 100011 | 1100100 | 101100 |
Color Harmonies of #E18200
Complementary color
Monochromatic Colors of #E18200
Black with #E18200
Text Example
Text Example
White with #E18200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18200; }
p { color: rgb(225,130,0); }
H1.HeaderClassName
{
color: #E18200;
}
.AnyTagClassName
{
color: #E18200;
}
</style>
background-color css
<style>
a { background-color: #E18200; }
a { background-color: rgb(225,130,0); }
div.DivClassName
{
background-color: #E18200;
}
.BgClassName
{
background-color: #E18200;
}
</style>
border-color css
<style>
span { border-color: #E18200; }
span { border-color: rgb(225,130,0); }
td.TdClassName
{
border-color: #E18200;
}
.TagClassName
{
border-color: #E18200;
}
</style>