Shades of Tangerine #EC890C
Tints of Tangerine #EC890C
RGB
CMYK
RGB Variations
Color information
#EC890C (or 0xEC890C) is known color: Tangerine. HEX triplet: EC, 89 and 0C. RGB value is (236,137,12). Sum of RGB (Red+Green+Blue) = 236+137+12=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC890C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC890C is #1376F3. Grayscale: #989898. Windows color (decimal): -1275636 or 821740. OLE color: 821740.
HSL color Cylindrical-coordinate representation of color #EC890C: hue angle of 33.48º 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 #EC890C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.07 |
| HSL | 33.48º | 0.9% | 0.49% | - |
| HSV(B) | 33.48º | 0.95% | 0.93% | - |
| XYZ | 43.6 | 35.75 | 4.95 | - |
| YUV | 152.35 | 48.8 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 12 | 0 | 0.42 | 0.95 | 0.07 | 33.48 | 0.9 | 0.49 |
| Hex | EC | 89 | C | 0 | 2A | 5F | 7 | 21 | 5A | 31 |
| Octal | 354 | 211 | 14 | 0 | 52 | 137 | 7 | 41 | 132 | 61 |
| Binary | 11101100 | 10001001 | 1100 | 0 | 101010 | 1011111 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #EC890C
Complementary color
Monochromatic Colors of #EC890C
Black with #EC890C
Text Example
Text Example
White with #EC890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC890C; }
p { color: rgb(236,137,12); }
H1.HeaderClassName
{
color: #EC890C;
}
.AnyTagClassName
{
color: #EC890C;
}
</style>
background-color css
<style>
a { background-color: #EC890C; }
a { background-color: rgb(236,137,12); }
div.DivClassName
{
background-color: #EC890C;
}
.BgClassName
{
background-color: #EC890C;
}
</style>
border-color css
<style>
span { border-color: #EC890C; }
span { border-color: rgb(236,137,12); }
td.TdClassName
{
border-color: #EC890C;
}
.TagClassName
{
border-color: #EC890C;
}
</style>