Shades of Tangerine #EC7F14
Tints of Tangerine #EC7F14
RGB
CMYK
RGB Variations
Color information
#EC7F14 (or 0xEC7F14) is known color: Tangerine. HEX triplet: EC, 7F and 14. RGB value is (236,127,20). Sum of RGB (Red+Green+Blue) = 236+127+20=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F14 is #1380EB. Grayscale: #939393. Windows color (decimal): -1278188 or 1343468. OLE color: 1343468.
HSL color Cylindrical-coordinate representation of color #EC7F14: hue angle of 29.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC7F14 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 20 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.07 |
| HSL | 29.72º | 0.85% | 0.5% | - |
| HSV(B) | 29.72º | 0.92% | 0.93% | - |
| XYZ | 42.31 | 33.06 | 4.81 | - |
| YUV | 147.39 | 56.11 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 20 | 0 | 0.46 | 0.92 | 0.07 | 29.72 | 0.85 | 0.5 |
| Hex | EC | 7F | 14 | 0 | 2E | 5C | 7 | 1E | 55 | 32 |
| Octal | 354 | 177 | 24 | 0 | 56 | 134 | 7 | 36 | 125 | 62 |
| Binary | 11101100 | 1111111 | 10100 | 0 | 101110 | 1011100 | 111 | 11110 | 1010101 | 110010 |
Color Harmonies of #EC7F14
Complementary color
Monochromatic Colors of #EC7F14
Black with #EC7F14
Text Example
Text Example
White with #EC7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F14; }
p { color: rgb(236,127,20); }
H1.HeaderClassName
{
color: #EC7F14;
}
.AnyTagClassName
{
color: #EC7F14;
}
</style>
background-color css
<style>
a { background-color: #EC7F14; }
a { background-color: rgb(236,127,20); }
div.DivClassName
{
background-color: #EC7F14;
}
.BgClassName
{
background-color: #EC7F14;
}
</style>
border-color css
<style>
span { border-color: #EC7F14; }
span { border-color: rgb(236,127,20); }
td.TdClassName
{
border-color: #EC7F14;
}
.TagClassName
{
border-color: #EC7F14;
}
</style>