Shades of Tangerine #E18502
Tints of Tangerine #E18502
RGB
CMYK
RGB Variations
Color information
#E18502 (or 0xE18502) is known color: Tangerine. HEX triplet: E1, 85 and 02. RGB value is (225,133,2). Sum of RGB (Red+Green+Blue) = 225+133+2=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E18502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18502 is #1E7AFD. Grayscale: #929292. Windows color (decimal): -1997566 or 165345. OLE color: 165345.
HSL color Cylindrical-coordinate representation of color #E18502: hue angle of 35.25º degrees, saturation: 0.98, 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 #E18502 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.12 |
| HSL | 35.25º | 0.98% | 0.45% | - |
| HSV(B) | 35.25º | 0.99% | 0.88% | - |
| XYZ | 39.45 | 32.79 | 4.31 | - |
| YUV | 145.57 | 46.98 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 2 | 0 | 0.41 | 0.99 | 0.12 | 35.25 | 0.98 | 0.45 |
| Hex | E1 | 85 | 2 | 0 | 29 | 63 | C | 23 | 62 | 2D |
| Octal | 341 | 205 | 2 | 0 | 51 | 143 | 14 | 43 | 142 | 55 |
| Binary | 11100001 | 10000101 | 10 | 0 | 101001 | 1100011 | 1100 | 100011 | 1100010 | 101101 |
Color Harmonies of #E18502
Complementary color
Monochromatic Colors of #E18502
Black with #E18502
Text Example
Text Example
White with #E18502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18502; }
p { color: rgb(225,133,2); }
H1.HeaderClassName
{
color: #E18502;
}
.AnyTagClassName
{
color: #E18502;
}
</style>
background-color css
<style>
a { background-color: #E18502; }
a { background-color: rgb(225,133,2); }
div.DivClassName
{
background-color: #E18502;
}
.BgClassName
{
background-color: #E18502;
}
</style>
border-color css
<style>
span { border-color: #E18502; }
span { border-color: rgb(225,133,2); }
td.TdClassName
{
border-color: #E18502;
}
.TagClassName
{
border-color: #E18502;
}
</style>