Shades of Tangerine #EE8411
Tints of Tangerine #EE8411
RGB
CMYK
RGB Variations
Color information
#EE8411 (or 0xEE8411) is known color: Tangerine. HEX triplet: EE, 84 and 11. RGB value is (238,132,17). Sum of RGB (Red+Green+Blue) = 238+132+17=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8411 is #117BEE. Grayscale: #979797. Windows color (decimal): -1145839 or 1148142. OLE color: 1148142.
HSL color Cylindrical-coordinate representation of color #EE8411: hue angle of 31.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE8411 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.07 |
| HSL | 31.22º | 0.87% | 0.5% | - |
| HSV(B) | 31.22º | 0.93% | 0.93% | - |
| XYZ | 43.61 | 34.72 | 4.93 | - |
| YUV | 150.58 | 52.62 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 17 | 0 | 0.45 | 0.93 | 0.07 | 31.22 | 0.87 | 0.5 |
| Hex | EE | 84 | 11 | 0 | 2D | 5D | 7 | 1F | 57 | 32 |
| Octal | 356 | 204 | 21 | 0 | 55 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101110 | 10000100 | 10001 | 0 | 101101 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EE8411
Complementary color
Monochromatic Colors of #EE8411
Black with #EE8411
Text Example
Text Example
White with #EE8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8411; }
p { color: rgb(238,132,17); }
H1.HeaderClassName
{
color: #EE8411;
}
.AnyTagClassName
{
color: #EE8411;
}
</style>
background-color css
<style>
a { background-color: #EE8411; }
a { background-color: rgb(238,132,17); }
div.DivClassName
{
background-color: #EE8411;
}
.BgClassName
{
background-color: #EE8411;
}
</style>
border-color css
<style>
span { border-color: #EE8411; }
span { border-color: rgb(238,132,17); }
td.TdClassName
{
border-color: #EE8411;
}
.TagClassName
{
border-color: #EE8411;
}
</style>