Shades of Terra Cotta #EC6560
Tints of Terra Cotta #EC6560
RGB
CMYK
RGB Variations
Color information
#EC6560 (or 0xEC6560) is known color: Terra Cotta. HEX triplet: EC, 65 and 60. RGB value is (236,101,96). Sum of RGB (Red+Green+Blue) = 236+101+96=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6560 is #139A9F. Grayscale: #8C8C8C. Windows color (decimal): -1284768 or 6317548. OLE color: 6317548.
HSL color Cylindrical-coordinate representation of color #EC6560: hue angle of 2.14º 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 #EC6560 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 96 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.07 |
| HSL | 2.14º | 0.79% | 0.65% | - |
| HSV(B) | 2.14º | 0.59% | 0.93% | - |
| XYZ | 41.36 | 27.98 | 14.29 | - |
| YUV | 140.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 96 | 0 | 0.57 | 0.59 | 0.07 | 2.14 | 0.79 | 0.65 |
| Hex | EC | 65 | 60 | 0 | 39 | 3B | 7 | 2 | 4F | 41 |
| Octal | 354 | 145 | 140 | 0 | 71 | 73 | 7 | 2 | 117 | 101 |
| Binary | 11101100 | 1100101 | 1100000 | 0 | 111001 | 111011 | 111 | 10 | 1001111 | 1000001 |
Color Harmonies of #EC6560
Complementary color
Monochromatic Colors of #EC6560
Black with #EC6560
Text Example
Text Example
White with #EC6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6560; }
p { color: rgb(236,101,96); }
H1.HeaderClassName
{
color: #EC6560;
}
.AnyTagClassName
{
color: #EC6560;
}
</style>
background-color css
<style>
a { background-color: #EC6560; }
a { background-color: rgb(236,101,96); }
div.DivClassName
{
background-color: #EC6560;
}
.BgClassName
{
background-color: #EC6560;
}
</style>
border-color css
<style>
span { border-color: #EC6560; }
span { border-color: rgb(236,101,96); }
td.TdClassName
{
border-color: #EC6560;
}
.TagClassName
{
border-color: #EC6560;
}
</style>