Shades of Terra Cotta #EC6B60
Tints of Terra Cotta #EC6B60
RGB
CMYK
RGB Variations
Color information
#EC6B60 (or 0xEC6B60) is known color: Terra Cotta. HEX triplet: EC, 6B and 60. RGB value is (236,107,96). Sum of RGB (Red+Green+Blue) = 236+107+96=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B60 is #13949F. Grayscale: #909090. Windows color (decimal): -1283232 or 6319084. OLE color: 6319084.
HSL color Cylindrical-coordinate representation of color #EC6B60: hue angle of 4.71º 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 #EC6B60 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 96 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.07 |
| HSL | 4.71º | 0.79% | 0.65% | - |
| HSV(B) | 4.71º | 0.59% | 0.93% | - |
| XYZ | 41.96 | 29.19 | 14.49 | - |
| YUV | 144.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 96 | 0 | 0.55 | 0.59 | 0.07 | 4.71 | 0.79 | 0.65 |
| Hex | EC | 6B | 60 | 0 | 37 | 3B | 7 | 5 | 4F | 41 |
| Octal | 354 | 153 | 140 | 0 | 67 | 73 | 7 | 5 | 117 | 101 |
| Binary | 11101100 | 1101011 | 1100000 | 0 | 110111 | 111011 | 111 | 101 | 1001111 | 1000001 |
Color Harmonies of #EC6B60
Complementary color
Monochromatic Colors of #EC6B60
Black with #EC6B60
Text Example
Text Example
White with #EC6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B60; }
p { color: rgb(236,107,96); }
H1.HeaderClassName
{
color: #EC6B60;
}
.AnyTagClassName
{
color: #EC6B60;
}
</style>
background-color css
<style>
a { background-color: #EC6B60; }
a { background-color: rgb(236,107,96); }
div.DivClassName
{
background-color: #EC6B60;
}
.BgClassName
{
background-color: #EC6B60;
}
</style>
border-color css
<style>
span { border-color: #EC6B60; }
span { border-color: rgb(236,107,96); }
td.TdClassName
{
border-color: #EC6B60;
}
.TagClassName
{
border-color: #EC6B60;
}
</style>