Shades of Tangerine #EC7C05
Tints of Tangerine #EC7C05
RGB
CMYK
RGB Variations
Color information
#EC7C05 (or 0xEC7C05) is known color: Tangerine. HEX triplet: EC, 7C and 05. RGB value is (236,124,5). Sum of RGB (Red+Green+Blue) = 236+124+5=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C05 is #1383FA. Grayscale: #909090. Windows color (decimal): -1278971 or 359660. OLE color: 359660.
HSL color Cylindrical-coordinate representation of color #EC7C05: hue angle of 30.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC7C05 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.07 |
| HSL | 30.91º | 0.96% | 0.47% | - |
| HSV(B) | 30.91º | 0.98% | 0.93% | - |
| XYZ | 41.83 | 32.26 | 4.17 | - |
| YUV | 143.92 | 49.61 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 5 | 0 | 0.47 | 0.98 | 0.07 | 30.91 | 0.96 | 0.47 |
| Hex | EC | 7C | 5 | 0 | 2F | 62 | 7 | 1F | 60 | 2F |
| Octal | 354 | 174 | 5 | 0 | 57 | 142 | 7 | 37 | 140 | 57 |
| Binary | 11101100 | 1111100 | 101 | 0 | 101111 | 1100010 | 111 | 11111 | 1100000 | 101111 |
Color Harmonies of #EC7C05
Complementary color
Monochromatic Colors of #EC7C05
Black with #EC7C05
Text Example
Text Example
White with #EC7C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C05; }
p { color: rgb(236,124,5); }
H1.HeaderClassName
{
color: #EC7C05;
}
.AnyTagClassName
{
color: #EC7C05;
}
</style>
background-color css
<style>
a { background-color: #EC7C05; }
a { background-color: rgb(236,124,5); }
div.DivClassName
{
background-color: #EC7C05;
}
.BgClassName
{
background-color: #EC7C05;
}
</style>
border-color css
<style>
span { border-color: #EC7C05; }
span { border-color: rgb(236,124,5); }
td.TdClassName
{
border-color: #EC7C05;
}
.TagClassName
{
border-color: #EC7C05;
}
</style>