Shades of Tangerine #E18503
Tints of Tangerine #E18503
RGB
CMYK
RGB Variations
Color information
#E18503 (or 0xE18503) is known color: Tangerine. HEX triplet: E1, 85 and 03. RGB value is (225,133,3). Sum of RGB (Red+Green+Blue) = 225+133+3=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E18503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18503 is #1E7AFC. Grayscale: #929292. Windows color (decimal): -1997565 or 230881. OLE color: 230881.
HSL color Cylindrical-coordinate representation of color #E18503: hue angle of 35.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E18503 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.12 |
| HSL | 35.14º | 0.97% | 0.45% | - |
| HSV(B) | 35.14º | 0.99% | 0.88% | - |
| XYZ | 39.46 | 32.79 | 4.34 | - |
| YUV | 145.69 | 47.48 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 3 | 0 | 0.41 | 0.99 | 0.12 | 35.14 | 0.97 | 0.45 |
| Hex | E1 | 85 | 3 | 0 | 29 | 63 | C | 23 | 61 | 2D |
| Octal | 341 | 205 | 3 | 0 | 51 | 143 | 14 | 43 | 141 | 55 |
| Binary | 11100001 | 10000101 | 11 | 0 | 101001 | 1100011 | 1100 | 100011 | 1100001 | 101101 |
Color Harmonies of #E18503
Complementary color
Monochromatic Colors of #E18503
Black with #E18503
Text Example
Text Example
White with #E18503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18503; }
p { color: rgb(225,133,3); }
H1.HeaderClassName
{
color: #E18503;
}
.AnyTagClassName
{
color: #E18503;
}
</style>
background-color css
<style>
a { background-color: #E18503; }
a { background-color: rgb(225,133,3); }
div.DivClassName
{
background-color: #E18503;
}
.BgClassName
{
background-color: #E18503;
}
</style>
border-color css
<style>
span { border-color: #E18503; }
span { border-color: rgb(225,133,3); }
td.TdClassName
{
border-color: #E18503;
}
.TagClassName
{
border-color: #E18503;
}
</style>