Shades of Tangerine #E18401
Tints of Tangerine #E18401
RGB
CMYK
RGB Variations
Color information
#E18401 (or 0xE18401) is known color: Tangerine. HEX triplet: E1, 84 and 01. RGB value is (225,132,1). Sum of RGB (Red+Green+Blue) = 225+132+1=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E18401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18401 is #1E7BFE. Grayscale: #919191. Windows color (decimal): -1997823 or 99553. OLE color: 99553.
HSL color Cylindrical-coordinate representation of color #E18401: hue angle of 35.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E18401 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.12 |
| HSL | 35.09º | 0.99% | 0.44% | - |
| HSV(B) | 35.09º | 1% | 0.88% | - |
| XYZ | 39.31 | 32.51 | 4.23 | - |
| YUV | 144.87 | 46.81 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 1 | 0 | 0.41 | 1.00 | 0.12 | 35.09 | 0.99 | 0.44 |
| Hex | E1 | 84 | 1 | 0 | 29 | 64 | C | 23 | 63 | 2C |
| Octal | 341 | 204 | 1 | 0 | 51 | 144 | 14 | 43 | 143 | 54 |
| Binary | 11100001 | 10000100 | 1 | 0 | 101001 | 1100100 | 1100 | 100011 | 1100011 | 101100 |
Color Harmonies of #E18401
Complementary color
Monochromatic Colors of #E18401
Black with #E18401
Text Example
Text Example
White with #E18401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18401; }
p { color: rgb(225,132,1); }
H1.HeaderClassName
{
color: #E18401;
}
.AnyTagClassName
{
color: #E18401;
}
</style>
background-color css
<style>
a { background-color: #E18401; }
a { background-color: rgb(225,132,1); }
div.DivClassName
{
background-color: #E18401;
}
.BgClassName
{
background-color: #E18401;
}
</style>
border-color css
<style>
span { border-color: #E18401; }
span { border-color: rgb(225,132,1); }
td.TdClassName
{
border-color: #E18401;
}
.TagClassName
{
border-color: #E18401;
}
</style>