Shades of Tangerine #EC890D
Tints of Tangerine #EC890D
RGB
CMYK
RGB Variations
Color information
#EC890D (or 0xEC890D) is known color: Tangerine. HEX triplet: EC, 89 and 0D. RGB value is (236,137,13). Sum of RGB (Red+Green+Blue) = 236+137+13=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC890D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC890D is #1376F2. Grayscale: #999999. Windows color (decimal): -1275635 or 887276. OLE color: 887276.
HSL color Cylindrical-coordinate representation of color #EC890D: hue angle of 33.36º degrees, saturation: 0.9, 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 #EC890D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.07 |
| HSL | 33.36º | 0.9% | 0.49% | - |
| HSV(B) | 33.36º | 0.94% | 0.93% | - |
| XYZ | 43.61 | 35.75 | 4.98 | - |
| YUV | 152.47 | 49.3 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 13 | 0 | 0.42 | 0.94 | 0.07 | 33.36 | 0.9 | 0.49 |
| Hex | EC | 89 | D | 0 | 2A | 5E | 7 | 21 | 5A | 31 |
| Octal | 354 | 211 | 15 | 0 | 52 | 136 | 7 | 41 | 132 | 61 |
| Binary | 11101100 | 10001001 | 1101 | 0 | 101010 | 1011110 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #EC890D
Complementary color
Monochromatic Colors of #EC890D
Black with #EC890D
Text Example
Text Example
White with #EC890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC890D; }
p { color: rgb(236,137,13); }
H1.HeaderClassName
{
color: #EC890D;
}
.AnyTagClassName
{
color: #EC890D;
}
</style>
background-color css
<style>
a { background-color: #EC890D; }
a { background-color: rgb(236,137,13); }
div.DivClassName
{
background-color: #EC890D;
}
.BgClassName
{
background-color: #EC890D;
}
</style>
border-color css
<style>
span { border-color: #EC890D; }
span { border-color: rgb(236,137,13); }
td.TdClassName
{
border-color: #EC890D;
}
.TagClassName
{
border-color: #EC890D;
}
</style>