Shades of Tangerine #E08404
Tints of Tangerine #E08404
RGB
CMYK
RGB Variations
Color information
#E08404 (or 0xE08404) is known color: Tangerine. HEX triplet: E0, 84 and 04. RGB value is (224,132,4). Sum of RGB (Red+Green+Blue) = 224+132+4=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E08404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08404 is #1F7BFB. Grayscale: #919191. Windows color (decimal): -2063356 or 296160. OLE color: 296160.
HSL color Cylindrical-coordinate representation of color #E08404: hue angle of 34.91º degrees, saturation: 0.96, 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 #E08404 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.12 |
| HSL | 34.91º | 0.96% | 0.45% | - |
| HSV(B) | 34.91º | 0.98% | 0.88% | - |
| XYZ | 39.01 | 32.36 | 4.3 | - |
| YUV | 144.92 | 48.48 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 4 | 0 | 0.41 | 0.98 | 0.12 | 34.91 | 0.96 | 0.45 |
| Hex | E0 | 84 | 4 | 0 | 29 | 62 | C | 23 | 60 | 2D |
| Octal | 340 | 204 | 4 | 0 | 51 | 142 | 14 | 43 | 140 | 55 |
| Binary | 11100000 | 10000100 | 100 | 0 | 101001 | 1100010 | 1100 | 100011 | 1100000 | 101101 |
Color Harmonies of #E08404
Complementary color
Monochromatic Colors of #E08404
Black with #E08404
Text Example
Text Example
White with #E08404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08404; }
p { color: rgb(224,132,4); }
H1.HeaderClassName
{
color: #E08404;
}
.AnyTagClassName
{
color: #E08404;
}
</style>
background-color css
<style>
a { background-color: #E08404; }
a { background-color: rgb(224,132,4); }
div.DivClassName
{
background-color: #E08404;
}
.BgClassName
{
background-color: #E08404;
}
</style>
border-color css
<style>
span { border-color: #E08404; }
span { border-color: rgb(224,132,4); }
td.TdClassName
{
border-color: #E08404;
}
.TagClassName
{
border-color: #E08404;
}
</style>