Shades of Tangerine #EC7D0F
Tints of Tangerine #EC7D0F
RGB
CMYK
RGB Variations
Color information
#EC7D0F (or 0xEC7D0F) is known color: Tangerine. HEX triplet: EC, 7D and 0F. RGB value is (236,125,15). Sum of RGB (Red+Green+Blue) = 236+125+15=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D0F is #1382F0. Grayscale: #929292. Windows color (decimal): -1278705 or 1015276. OLE color: 1015276.
HSL color Cylindrical-coordinate representation of color #EC7D0F: hue angle of 29.86º degrees, saturation: 0.88, 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 #EC7D0F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 15 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.07 |
| HSL | 29.86º | 0.88% | 0.49% | - |
| HSV(B) | 29.86º | 0.94% | 0.93% | - |
| XYZ | 42.01 | 32.53 | 4.52 | - |
| YUV | 145.65 | 54.27 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 15 | 0 | 0.47 | 0.94 | 0.07 | 29.86 | 0.88 | 0.49 |
| Hex | EC | 7D | F | 0 | 2F | 5E | 7 | 1E | 58 | 31 |
| Octal | 354 | 175 | 17 | 0 | 57 | 136 | 7 | 36 | 130 | 61 |
| Binary | 11101100 | 1111101 | 1111 | 0 | 101111 | 1011110 | 111 | 11110 | 1011000 | 110001 |
Color Harmonies of #EC7D0F
Complementary color
Monochromatic Colors of #EC7D0F
Black with #EC7D0F
Text Example
Text Example
White with #EC7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D0F; }
p { color: rgb(236,125,15); }
H1.HeaderClassName
{
color: #EC7D0F;
}
.AnyTagClassName
{
color: #EC7D0F;
}
</style>
background-color css
<style>
a { background-color: #EC7D0F; }
a { background-color: rgb(236,125,15); }
div.DivClassName
{
background-color: #EC7D0F;
}
.BgClassName
{
background-color: #EC7D0F;
}
</style>
border-color css
<style>
span { border-color: #EC7D0F; }
span { border-color: rgb(236,125,15); }
td.TdClassName
{
border-color: #EC7D0F;
}
.TagClassName
{
border-color: #EC7D0F;
}
</style>