Shades of Tangerine #EE850F
Tints of Tangerine #EE850F
RGB
CMYK
RGB Variations
Color information
#EE850F (or 0xEE850F) is known color: Tangerine. HEX triplet: EE, 85 and 0F. RGB value is (238,133,15). Sum of RGB (Red+Green+Blue) = 238+133+15=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE850F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE850F is #117AF0. Grayscale: #979797. Windows color (decimal): -1145585 or 1017326. OLE color: 1017326.
HSL color Cylindrical-coordinate representation of color #EE850F: hue angle of 31.75º 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 #EE850F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 15 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.07 |
| HSL | 31.75º | 0.88% | 0.5% | - |
| HSV(B) | 31.75º | 0.94% | 0.93% | - |
| XYZ | 43.73 | 34.99 | 4.9 | - |
| YUV | 150.94 | 51.29 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 15 | 0 | 0.44 | 0.94 | 0.07 | 31.75 | 0.88 | 0.5 |
| Hex | EE | 85 | F | 0 | 2C | 5E | 7 | 20 | 58 | 32 |
| Octal | 356 | 205 | 17 | 0 | 54 | 136 | 7 | 40 | 130 | 62 |
| Binary | 11101110 | 10000101 | 1111 | 0 | 101100 | 1011110 | 111 | 100000 | 1011000 | 110010 |
Color Harmonies of #EE850F
Complementary color
Monochromatic Colors of #EE850F
Black with #EE850F
Text Example
Text Example
White with #EE850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE850F; }
p { color: rgb(238,133,15); }
H1.HeaderClassName
{
color: #EE850F;
}
.AnyTagClassName
{
color: #EE850F;
}
</style>
background-color css
<style>
a { background-color: #EE850F; }
a { background-color: rgb(238,133,15); }
div.DivClassName
{
background-color: #EE850F;
}
.BgClassName
{
background-color: #EE850F;
}
</style>
border-color css
<style>
span { border-color: #EE850F; }
span { border-color: rgb(238,133,15); }
td.TdClassName
{
border-color: #EE850F;
}
.TagClassName
{
border-color: #EE850F;
}
</style>