Shades of Tangerine #EE860F
Tints of Tangerine #EE860F
RGB
CMYK
RGB Variations
Color information
#EE860F (or 0xEE860F) is known color: Tangerine. HEX triplet: EE, 86 and 0F. RGB value is (238,134,15). Sum of RGB (Red+Green+Blue) = 238+134+15=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE860F is #1179F0. Grayscale: #989898. Windows color (decimal): -1145329 or 1017582. OLE color: 1017582.
HSL color Cylindrical-coordinate representation of color #EE860F: hue angle of 32.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE860F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 15 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.07 |
| HSL | 32.02º | 0.88% | 0.5% | - |
| HSV(B) | 32.02º | 0.94% | 0.93% | - |
| XYZ | 43.87 | 35.26 | 4.95 | - |
| YUV | 151.53 | 50.96 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 15 | 0 | 0.44 | 0.94 | 0.07 | 32.02 | 0.88 | 0.5 |
| Hex | EE | 86 | F | 0 | 2C | 5E | 7 | 20 | 58 | 32 |
| Octal | 356 | 206 | 17 | 0 | 54 | 136 | 7 | 40 | 130 | 62 |
| Binary | 11101110 | 10000110 | 1111 | 0 | 101100 | 1011110 | 111 | 100000 | 1011000 | 110010 |
Color Harmonies of #EE860F
Complementary color
Monochromatic Colors of #EE860F
Black with #EE860F
Text Example
Text Example
White with #EE860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE860F; }
p { color: rgb(238,134,15); }
H1.HeaderClassName
{
color: #EE860F;
}
.AnyTagClassName
{
color: #EE860F;
}
</style>
background-color css
<style>
a { background-color: #EE860F; }
a { background-color: rgb(238,134,15); }
div.DivClassName
{
background-color: #EE860F;
}
.BgClassName
{
background-color: #EE860F;
}
</style>
border-color css
<style>
span { border-color: #EE860F; }
span { border-color: rgb(238,134,15); }
td.TdClassName
{
border-color: #EE860F;
}
.TagClassName
{
border-color: #EE860F;
}
</style>