Shades of Tangerine #E18701
Tints of Tangerine #E18701
RGB
CMYK
RGB Variations
Color information
#E18701 (or 0xE18701) is known color: Tangerine. HEX triplet: E1, 87 and 01. RGB value is (225,135,1). Sum of RGB (Red+Green+Blue) = 225+135+1=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E18701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18701 is #1E78FE. Grayscale: #939393. Windows color (decimal): -1997055 or 100321. OLE color: 100321.
HSL color Cylindrical-coordinate representation of color #E18701: hue angle of 35.89º 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 #E18701 is Cyan = 0, Magento = 0.4, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 1 | - |
| CMYK | 0 | 0.4 | 1.00 | 0.12 |
| HSL | 35.89º | 0.99% | 0.44% | - |
| HSV(B) | 35.89º | 1% | 0.88% | - |
| XYZ | 39.72 | 33.34 | 4.37 | - |
| YUV | 146.63 | 45.82 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 1 | 0 | 0.4 | 1.00 | 0.12 | 35.89 | 0.99 | 0.44 |
| Hex | E1 | 87 | 1 | 0 | 28 | 64 | C | 24 | 63 | 2C |
| Octal | 341 | 207 | 1 | 0 | 50 | 144 | 14 | 44 | 143 | 54 |
| Binary | 11100001 | 10000111 | 1 | 0 | 101000 | 1100100 | 1100 | 100100 | 1100011 | 101100 |
Color Harmonies of #E18701
Complementary color
Monochromatic Colors of #E18701
Black with #E18701
Text Example
Text Example
White with #E18701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18701; }
p { color: rgb(225,135,1); }
H1.HeaderClassName
{
color: #E18701;
}
.AnyTagClassName
{
color: #E18701;
}
</style>
background-color css
<style>
a { background-color: #E18701; }
a { background-color: rgb(225,135,1); }
div.DivClassName
{
background-color: #E18701;
}
.BgClassName
{
background-color: #E18701;
}
</style>
border-color css
<style>
span { border-color: #E18701; }
span { border-color: rgb(225,135,1); }
td.TdClassName
{
border-color: #E18701;
}
.TagClassName
{
border-color: #E18701;
}
</style>