Shades of Terra Cotta #EC6966
Tints of Terra Cotta #EC6966
RGB
CMYK
RGB Variations
Color information
#EC6966 (or 0xEC6966) is known color: Terra Cotta. HEX triplet: EC, 69 and 66. RGB value is (236,105,102). Sum of RGB (Red+Green+Blue) = 236+105+102=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6966 is #139699. Grayscale: #8F8F8F. Windows color (decimal): -1283738 or 6711788. OLE color: 6711788.
HSL color Cylindrical-coordinate representation of color #EC6966: hue angle of 1.34º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6966 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 102 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.07 |
| HSL | 1.34º | 0.78% | 0.66% | - |
| HSV(B) | 1.34º | 0.57% | 0.93% | - |
| XYZ | 42.04 | 28.9 | 15.93 | - |
| YUV | 143.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 102 | 0 | 0.56 | 0.57 | 0.07 | 1.34 | 0.78 | 0.66 |
| Hex | EC | 69 | 66 | 0 | 38 | 39 | 7 | 1 | 4E | 42 |
| Octal | 354 | 151 | 146 | 0 | 70 | 71 | 7 | 1 | 116 | 102 |
| Binary | 11101100 | 1101001 | 1100110 | 0 | 111000 | 111001 | 111 | 1 | 1001110 | 1000010 |
Color Harmonies of #EC6966
Complementary color
Monochromatic Colors of #EC6966
Black with #EC6966
Text Example
Text Example
White with #EC6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6966; }
p { color: rgb(236,105,102); }
H1.HeaderClassName
{
color: #EC6966;
}
.AnyTagClassName
{
color: #EC6966;
}
</style>
background-color css
<style>
a { background-color: #EC6966; }
a { background-color: rgb(236,105,102); }
div.DivClassName
{
background-color: #EC6966;
}
.BgClassName
{
background-color: #EC6966;
}
</style>
border-color css
<style>
span { border-color: #EC6966; }
span { border-color: rgb(236,105,102); }
td.TdClassName
{
border-color: #EC6966;
}
.TagClassName
{
border-color: #EC6966;
}
</style>