Shades of Tangerine #E18203
Tints of Tangerine #E18203
RGB
CMYK
RGB Variations
Color information
#E18203 (or 0xE18203) is known color: Tangerine. HEX triplet: E1, 82 and 03. RGB value is (225,130,3). Sum of RGB (Red+Green+Blue) = 225+130+3=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E18203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18203 is #1E7DFC. Grayscale: #909090. Windows color (decimal): -1998333 or 230113. OLE color: 230113.
HSL color Cylindrical-coordinate representation of color #E18203: hue angle of 34.32º 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 #E18203 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.12 |
| HSL | 34.32º | 0.97% | 0.45% | - |
| HSV(B) | 34.32º | 0.99% | 0.88% | - |
| XYZ | 39.05 | 31.98 | 4.2 | - |
| YUV | 143.93 | 48.47 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 3 | 0 | 0.42 | 0.99 | 0.12 | 34.32 | 0.97 | 0.45 |
| Hex | E1 | 82 | 3 | 0 | 2A | 63 | C | 22 | 61 | 2D |
| Octal | 341 | 202 | 3 | 0 | 52 | 143 | 14 | 42 | 141 | 55 |
| Binary | 11100001 | 10000010 | 11 | 0 | 101010 | 1100011 | 1100 | 100010 | 1100001 | 101101 |
Color Harmonies of #E18203
Complementary color
Monochromatic Colors of #E18203
Black with #E18203
Text Example
Text Example
White with #E18203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18203; }
p { color: rgb(225,130,3); }
H1.HeaderClassName
{
color: #E18203;
}
.AnyTagClassName
{
color: #E18203;
}
</style>
background-color css
<style>
a { background-color: #E18203; }
a { background-color: rgb(225,130,3); }
div.DivClassName
{
background-color: #E18203;
}
.BgClassName
{
background-color: #E18203;
}
</style>
border-color css
<style>
span { border-color: #E18203; }
span { border-color: rgb(225,130,3); }
td.TdClassName
{
border-color: #E18203;
}
.TagClassName
{
border-color: #E18203;
}
</style>