Shades of Tangerine #EC880E
Tints of Tangerine #EC880E
RGB
CMYK
RGB Variations
Color information
#EC880E (or 0xEC880E) is known color: Tangerine. HEX triplet: EC, 88 and 0E. RGB value is (236,136,14). Sum of RGB (Red+Green+Blue) = 236+136+14=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC880E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC880E is #1377F1. Grayscale: #989898. Windows color (decimal): -1275890 or 952556. OLE color: 952556.
HSL color Cylindrical-coordinate representation of color #EC880E: hue angle of 32.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC880E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.07 |
| HSL | 32.97º | 0.89% | 0.49% | - |
| HSV(B) | 32.97º | 0.94% | 0.93% | - |
| XYZ | 43.48 | 35.47 | 4.97 | - |
| YUV | 151.99 | 50.13 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 14 | 0 | 0.42 | 0.94 | 0.07 | 32.97 | 0.89 | 0.49 |
| Hex | EC | 88 | E | 0 | 2A | 5E | 7 | 21 | 59 | 31 |
| Octal | 354 | 210 | 16 | 0 | 52 | 136 | 7 | 41 | 131 | 61 |
| Binary | 11101100 | 10001000 | 1110 | 0 | 101010 | 1011110 | 111 | 100001 | 1011001 | 110001 |
Color Harmonies of #EC880E
Complementary color
Monochromatic Colors of #EC880E
Black with #EC880E
Text Example
Text Example
White with #EC880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC880E; }
p { color: rgb(236,136,14); }
H1.HeaderClassName
{
color: #EC880E;
}
.AnyTagClassName
{
color: #EC880E;
}
</style>
background-color css
<style>
a { background-color: #EC880E; }
a { background-color: rgb(236,136,14); }
div.DivClassName
{
background-color: #EC880E;
}
.BgClassName
{
background-color: #EC880E;
}
</style>
border-color css
<style>
span { border-color: #EC880E; }
span { border-color: rgb(236,136,14); }
td.TdClassName
{
border-color: #EC880E;
}
.TagClassName
{
border-color: #EC880E;
}
</style>