Shades of Tangerine #EE8211
Tints of Tangerine #EE8211
RGB
CMYK
RGB Variations
Color information
#EE8211 (or 0xEE8211) is known color: Tangerine. HEX triplet: EE, 82 and 11. RGB value is (238,130,17). Sum of RGB (Red+Green+Blue) = 238+130+17=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8211 is #117DEE. Grayscale: #959595. Windows color (decimal): -1146351 or 1147630. OLE color: 1147630.
HSL color Cylindrical-coordinate representation of color #EE8211: hue angle of 30.68º 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 #EE8211 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.07 |
| HSL | 30.68º | 0.87% | 0.5% | - |
| HSV(B) | 30.68º | 0.93% | 0.93% | - |
| XYZ | 43.34 | 34.18 | 4.84 | - |
| YUV | 149.41 | 53.28 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 17 | 0 | 0.45 | 0.93 | 0.07 | 30.68 | 0.87 | 0.5 |
| Hex | EE | 82 | 11 | 0 | 2D | 5D | 7 | 1F | 57 | 32 |
| Octal | 356 | 202 | 21 | 0 | 55 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101110 | 10000010 | 10001 | 0 | 101101 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EE8211
Complementary color
Monochromatic Colors of #EE8211
Black with #EE8211
Text Example
Text Example
White with #EE8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8211; }
p { color: rgb(238,130,17); }
H1.HeaderClassName
{
color: #EE8211;
}
.AnyTagClassName
{
color: #EE8211;
}
</style>
background-color css
<style>
a { background-color: #EE8211; }
a { background-color: rgb(238,130,17); }
div.DivClassName
{
background-color: #EE8211;
}
.BgClassName
{
background-color: #EE8211;
}
</style>
border-color css
<style>
span { border-color: #EE8211; }
span { border-color: rgb(238,130,17); }
td.TdClassName
{
border-color: #EE8211;
}
.TagClassName
{
border-color: #EE8211;
}
</style>