Shades of Tangerine #EE870C
Tints of Tangerine #EE870C
RGB
CMYK
RGB Variations
Color information
#EE870C (or 0xEE870C) is known color: Tangerine. HEX triplet: EE, 87 and 0C. RGB value is (238,135,12). Sum of RGB (Red+Green+Blue) = 238+135+12=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE870C is #1178F3. Grayscale: #989898. Windows color (decimal): -1145076 or 821230. OLE color: 821230.
HSL color Cylindrical-coordinate representation of color #EE870C: hue angle of 32.65º 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 #EE870C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.07 |
| HSL | 32.65º | 0.9% | 0.49% | - |
| HSV(B) | 32.65º | 0.95% | 0.93% | - |
| XYZ | 43.99 | 35.53 | 4.89 | - |
| YUV | 151.78 | 49.12 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 12 | 0 | 0.43 | 0.95 | 0.07 | 32.65 | 0.9 | 0.49 |
| Hex | EE | 87 | C | 0 | 2B | 5F | 7 | 21 | 5A | 31 |
| Octal | 356 | 207 | 14 | 0 | 53 | 137 | 7 | 41 | 132 | 61 |
| Binary | 11101110 | 10000111 | 1100 | 0 | 101011 | 1011111 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #EE870C
Complementary color
Monochromatic Colors of #EE870C
Black with #EE870C
Text Example
Text Example
White with #EE870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE870C; }
p { color: rgb(238,135,12); }
H1.HeaderClassName
{
color: #EE870C;
}
.AnyTagClassName
{
color: #EE870C;
}
</style>
background-color css
<style>
a { background-color: #EE870C; }
a { background-color: rgb(238,135,12); }
div.DivClassName
{
background-color: #EE870C;
}
.BgClassName
{
background-color: #EE870C;
}
</style>
border-color css
<style>
span { border-color: #EE870C; }
span { border-color: rgb(238,135,12); }
td.TdClassName
{
border-color: #EE870C;
}
.TagClassName
{
border-color: #EE870C;
}
</style>