Shades of Tangerine #E08408
Tints of Tangerine #E08408
RGB
CMYK
RGB Variations
Color information
#E08408 (or 0xE08408) is known color: Tangerine. HEX triplet: E0, 84 and 08. RGB value is (224,132,8). Sum of RGB (Red+Green+Blue) = 224+132+8=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E08408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08408 is #1F7BF7. Grayscale: #919191. Windows color (decimal): -2063352 or 558304. OLE color: 558304.
HSL color Cylindrical-coordinate representation of color #E08408: hue angle of 34.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E08408 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.12 |
| HSL | 34.44º | 0.93% | 0.45% | - |
| HSV(B) | 34.44º | 0.96% | 0.88% | - |
| XYZ | 39.04 | 32.37 | 4.42 | - |
| YUV | 145.37 | 50.48 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 8 | 0 | 0.41 | 0.96 | 0.12 | 34.44 | 0.93 | 0.45 |
| Hex | E0 | 84 | 8 | 0 | 29 | 60 | C | 22 | 5D | 2D |
| Octal | 340 | 204 | 10 | 0 | 51 | 140 | 14 | 42 | 135 | 55 |
| Binary | 11100000 | 10000100 | 1000 | 0 | 101001 | 1100000 | 1100 | 100010 | 1011101 | 101101 |
Color Harmonies of #E08408
Complementary color
Monochromatic Colors of #E08408
Black with #E08408
Text Example
Text Example
White with #E08408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08408; }
p { color: rgb(224,132,8); }
H1.HeaderClassName
{
color: #E08408;
}
.AnyTagClassName
{
color: #E08408;
}
</style>
background-color css
<style>
a { background-color: #E08408; }
a { background-color: rgb(224,132,8); }
div.DivClassName
{
background-color: #E08408;
}
.BgClassName
{
background-color: #E08408;
}
</style>
border-color css
<style>
span { border-color: #E08408; }
span { border-color: rgb(224,132,8); }
td.TdClassName
{
border-color: #E08408;
}
.TagClassName
{
border-color: #E08408;
}
</style>