Shades of Terra Cotta #EC6760
Tints of Terra Cotta #EC6760
RGB
CMYK
RGB Variations
Color information
#EC6760 (or 0xEC6760) is known color: Terra Cotta. HEX triplet: EC, 67 and 60. RGB value is (236,103,96). Sum of RGB (Red+Green+Blue) = 236+103+96=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6760 is #13989F. Grayscale: #8E8E8E. Windows color (decimal): -1284256 or 6318060. OLE color: 6318060.
HSL color Cylindrical-coordinate representation of color #EC6760: hue angle of 3º 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 #EC6760 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 96 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.07 |
| HSL | 3º | 0.79% | 0.65% | - |
| HSV(B) | 3º | 0.59% | 0.93% | - |
| XYZ | 41.55 | 28.38 | 14.35 | - |
| YUV | 141.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 96 | 0 | 0.56 | 0.59 | 0.07 | 3 | 0.79 | 0.65 |
| Hex | EC | 67 | 60 | 0 | 38 | 3B | 7 | 3 | 4F | 41 |
| Octal | 354 | 147 | 140 | 0 | 70 | 73 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1100111 | 1100000 | 0 | 111000 | 111011 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC6760
Complementary color
Monochromatic Colors of #EC6760
Black with #EC6760
Text Example
Text Example
White with #EC6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6760; }
p { color: rgb(236,103,96); }
H1.HeaderClassName
{
color: #EC6760;
}
.AnyTagClassName
{
color: #EC6760;
}
</style>
background-color css
<style>
a { background-color: #EC6760; }
a { background-color: rgb(236,103,96); }
div.DivClassName
{
background-color: #EC6760;
}
.BgClassName
{
background-color: #EC6760;
}
</style>
border-color css
<style>
span { border-color: #EC6760; }
span { border-color: rgb(236,103,96); }
td.TdClassName
{
border-color: #EC6760;
}
.TagClassName
{
border-color: #EC6760;
}
</style>