Shades of Terra Cotta #EC7060
Tints of Terra Cotta #EC7060
RGB
CMYK
RGB Variations
Color information
#EC7060 (or 0xEC7060) is known color: Terra Cotta. HEX triplet: EC, 70 and 60. RGB value is (236,112,96). Sum of RGB (Red+Green+Blue) = 236+112+96=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7060 is #138F9F. Grayscale: #939393. Windows color (decimal): -1281952 or 6320364. OLE color: 6320364.
HSL color Cylindrical-coordinate representation of color #EC7060: hue angle of 6.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC7060 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 96 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.07 |
| HSL | 6.86º | 0.79% | 0.65% | - |
| HSV(B) | 6.86º | 0.59% | 0.93% | - |
| XYZ | 42.5 | 30.27 | 14.67 | - |
| YUV | 147.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 96 | 0 | 0.53 | 0.59 | 0.07 | 6.86 | 0.79 | 0.65 |
| Hex | EC | 70 | 60 | 0 | 35 | 3B | 7 | 7 | 4F | 41 |
| Octal | 354 | 160 | 140 | 0 | 65 | 73 | 7 | 7 | 117 | 101 |
| Binary | 11101100 | 1110000 | 1100000 | 0 | 110101 | 111011 | 111 | 111 | 1001111 | 1000001 |
Color Harmonies of #EC7060
Complementary color
Monochromatic Colors of #EC7060
Black with #EC7060
Text Example
Text Example
White with #EC7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7060; }
p { color: rgb(236,112,96); }
H1.HeaderClassName
{
color: #EC7060;
}
.AnyTagClassName
{
color: #EC7060;
}
</style>
background-color css
<style>
a { background-color: #EC7060; }
a { background-color: rgb(236,112,96); }
div.DivClassName
{
background-color: #EC7060;
}
.BgClassName
{
background-color: #EC7060;
}
</style>
border-color css
<style>
span { border-color: #EC7060; }
span { border-color: rgb(236,112,96); }
td.TdClassName
{
border-color: #EC7060;
}
.TagClassName
{
border-color: #EC7060;
}
</style>