Shades of Tangerine #E18801
Tints of Tangerine #E18801
RGB
CMYK
RGB Variations
Color information
#E18801 (or 0xE18801) is known color: Tangerine. HEX triplet: E1, 88 and 01. RGB value is (225,136,1). Sum of RGB (Red+Green+Blue) = 225+136+1=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E18801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18801 is #1E77FE. Grayscale: #939393. Windows color (decimal): -1996799 or 100577. OLE color: 100577.
HSL color Cylindrical-coordinate representation of color #E18801: hue angle of 36.16º 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 #E18801 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.12 |
| HSL | 36.16º | 0.99% | 0.44% | - |
| HSV(B) | 36.16º | 1% | 0.88% | - |
| XYZ | 39.86 | 33.62 | 4.42 | - |
| YUV | 147.22 | 45.49 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 1 | 0 | 0.40 | 1.00 | 0.12 | 36.16 | 0.99 | 0.44 |
| Hex | E1 | 88 | 1 | 0 | 28 | 64 | C | 24 | 63 | 2C |
| Octal | 341 | 210 | 1 | 0 | 50 | 144 | 14 | 44 | 143 | 54 |
| Binary | 11100001 | 10001000 | 1 | 0 | 101000 | 1100100 | 1100 | 100100 | 1100011 | 101100 |
Color Harmonies of #E18801
Complementary color
Monochromatic Colors of #E18801
Black with #E18801
Text Example
Text Example
White with #E18801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18801; }
p { color: rgb(225,136,1); }
H1.HeaderClassName
{
color: #E18801;
}
.AnyTagClassName
{
color: #E18801;
}
</style>
background-color css
<style>
a { background-color: #E18801; }
a { background-color: rgb(225,136,1); }
div.DivClassName
{
background-color: #E18801;
}
.BgClassName
{
background-color: #E18801;
}
</style>
border-color css
<style>
span { border-color: #E18801; }
span { border-color: rgb(225,136,1); }
td.TdClassName
{
border-color: #E18801;
}
.TagClassName
{
border-color: #E18801;
}
</style>