Shades of Tangerine #EE860D
Tints of Tangerine #EE860D
RGB
CMYK
RGB Variations
Color information
#EE860D (or 0xEE860D) is known color: Tangerine. HEX triplet: EE, 86 and 0D. RGB value is (238,134,13). Sum of RGB (Red+Green+Blue) = 238+134+13=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE860D is #1179F2. Grayscale: #979797. Windows color (decimal): -1145331 or 886510. OLE color: 886510.
HSL color Cylindrical-coordinate representation of color #EE860D: hue angle of 32.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE860D is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 13 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.07 |
| HSL | 32.27º | 0.9% | 0.49% | - |
| HSV(B) | 32.27º | 0.95% | 0.93% | - |
| XYZ | 43.86 | 35.26 | 4.87 | - |
| YUV | 151.3 | 49.96 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 13 | 0 | 0.44 | 0.95 | 0.07 | 32.27 | 0.9 | 0.49 |
| Hex | EE | 86 | D | 0 | 2C | 5F | 7 | 20 | 5A | 31 |
| Octal | 356 | 206 | 15 | 0 | 54 | 137 | 7 | 40 | 132 | 61 |
| Binary | 11101110 | 10000110 | 1101 | 0 | 101100 | 1011111 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #EE860D
Complementary color
Monochromatic Colors of #EE860D
Black with #EE860D
Text Example
Text Example
White with #EE860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE860D; }
p { color: rgb(238,134,13); }
H1.HeaderClassName
{
color: #EE860D;
}
.AnyTagClassName
{
color: #EE860D;
}
</style>
background-color css
<style>
a { background-color: #EE860D; }
a { background-color: rgb(238,134,13); }
div.DivClassName
{
background-color: #EE860D;
}
.BgClassName
{
background-color: #EE860D;
}
</style>
border-color css
<style>
span { border-color: #EE860D; }
span { border-color: rgb(238,134,13); }
td.TdClassName
{
border-color: #EE860D;
}
.TagClassName
{
border-color: #EE860D;
}
</style>