Shades of Tangerine #EE8408
Tints of Tangerine #EE8408
RGB
CMYK
RGB Variations
Color information
#EE8408 (or 0xEE8408) is known color: Tangerine. HEX triplet: EE, 84 and 08. RGB value is (238,132,8). Sum of RGB (Red+Green+Blue) = 238+132+8=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8408 is #117BF7. Grayscale: #969696. Windows color (decimal): -1145848 or 558318. OLE color: 558318.
HSL color Cylindrical-coordinate representation of color #EE8408: hue angle of 32.35º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE8408 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.07 |
| HSL | 32.35º | 0.93% | 0.48% | - |
| HSV(B) | 32.35º | 0.97% | 0.93% | - |
| XYZ | 43.55 | 34.7 | 4.63 | - |
| YUV | 149.56 | 48.12 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 8 | 0 | 0.45 | 0.97 | 0.07 | 32.35 | 0.93 | 0.48 |
| Hex | EE | 84 | 8 | 0 | 2D | 61 | 7 | 20 | 5D | 30 |
| Octal | 356 | 204 | 10 | 0 | 55 | 141 | 7 | 40 | 135 | 60 |
| Binary | 11101110 | 10000100 | 1000 | 0 | 101101 | 1100001 | 111 | 100000 | 1011101 | 110000 |
Color Harmonies of #EE8408
Complementary color
Monochromatic Colors of #EE8408
Black with #EE8408
Text Example
Text Example
White with #EE8408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8408; }
p { color: rgb(238,132,8); }
H1.HeaderClassName
{
color: #EE8408;
}
.AnyTagClassName
{
color: #EE8408;
}
</style>
background-color css
<style>
a { background-color: #EE8408; }
a { background-color: rgb(238,132,8); }
div.DivClassName
{
background-color: #EE8408;
}
.BgClassName
{
background-color: #EE8408;
}
</style>
border-color css
<style>
span { border-color: #EE8408; }
span { border-color: rgb(238,132,8); }
td.TdClassName
{
border-color: #EE8408;
}
.TagClassName
{
border-color: #EE8408;
}
</style>