Shades of Tangerine #E18404
Tints of Tangerine #E18404
RGB
CMYK
RGB Variations
Color information
#E18404 (or 0xE18404) is known color: Tangerine. HEX triplet: E1, 84 and 04. RGB value is (225,132,4). Sum of RGB (Red+Green+Blue) = 225+132+4=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E18404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18404 is #1E7BFB. Grayscale: #919191. Windows color (decimal): -1997820 or 296161. OLE color: 296161.
HSL color Cylindrical-coordinate representation of color #E18404: hue angle of 34.75º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E18404 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.12 |
| HSL | 34.75º | 0.97% | 0.45% | - |
| HSV(B) | 34.75º | 0.98% | 0.88% | - |
| XYZ | 39.32 | 32.52 | 4.32 | - |
| YUV | 145.22 | 48.31 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 4 | 0 | 0.41 | 0.98 | 0.12 | 34.75 | 0.97 | 0.45 |
| Hex | E1 | 84 | 4 | 0 | 29 | 62 | C | 23 | 61 | 2D |
| Octal | 341 | 204 | 4 | 0 | 51 | 142 | 14 | 43 | 141 | 55 |
| Binary | 11100001 | 10000100 | 100 | 0 | 101001 | 1100010 | 1100 | 100011 | 1100001 | 101101 |
Color Harmonies of #E18404
Complementary color
Monochromatic Colors of #E18404
Black with #E18404
Text Example
Text Example
White with #E18404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18404; }
p { color: rgb(225,132,4); }
H1.HeaderClassName
{
color: #E18404;
}
.AnyTagClassName
{
color: #E18404;
}
</style>
background-color css
<style>
a { background-color: #E18404; }
a { background-color: rgb(225,132,4); }
div.DivClassName
{
background-color: #E18404;
}
.BgClassName
{
background-color: #E18404;
}
</style>
border-color css
<style>
span { border-color: #E18404; }
span { border-color: rgb(225,132,4); }
td.TdClassName
{
border-color: #E18404;
}
.TagClassName
{
border-color: #E18404;
}
</style>