Shades of Tangerine #EC7D10
Tints of Tangerine #EC7D10
RGB
CMYK
RGB Variations
Color information
#EC7D10 (or 0xEC7D10) is known color: Tangerine. HEX triplet: EC, 7D and 10. RGB value is (236,125,16). Sum of RGB (Red+Green+Blue) = 236+125+16=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D10 is #1382EF. Grayscale: #929292. Windows color (decimal): -1278704 or 1080812. OLE color: 1080812.
HSL color Cylindrical-coordinate representation of color #EC7D10: hue angle of 29.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC7D10 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 16 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.07 |
| HSL | 29.73º | 0.87% | 0.49% | - |
| HSV(B) | 29.73º | 0.93% | 0.93% | - |
| XYZ | 42.02 | 32.54 | 4.56 | - |
| YUV | 145.76 | 54.77 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 16 | 0 | 0.47 | 0.93 | 0.07 | 29.73 | 0.87 | 0.49 |
| Hex | EC | 7D | 10 | 0 | 2F | 5D | 7 | 1E | 57 | 31 |
| Octal | 354 | 175 | 20 | 0 | 57 | 135 | 7 | 36 | 127 | 61 |
| Binary | 11101100 | 1111101 | 10000 | 0 | 101111 | 1011101 | 111 | 11110 | 1010111 | 110001 |
Color Harmonies of #EC7D10
Complementary color
Monochromatic Colors of #EC7D10
Black with #EC7D10
Text Example
Text Example
White with #EC7D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D10; }
p { color: rgb(236,125,16); }
H1.HeaderClassName
{
color: #EC7D10;
}
.AnyTagClassName
{
color: #EC7D10;
}
</style>
background-color css
<style>
a { background-color: #EC7D10; }
a { background-color: rgb(236,125,16); }
div.DivClassName
{
background-color: #EC7D10;
}
.BgClassName
{
background-color: #EC7D10;
}
</style>
border-color css
<style>
span { border-color: #EC7D10; }
span { border-color: rgb(236,125,16); }
td.TdClassName
{
border-color: #EC7D10;
}
.TagClassName
{
border-color: #EC7D10;
}
</style>