Shades of Terra Cotta #EC6861
Tints of Terra Cotta #EC6861
RGB
CMYK
RGB Variations
Color information
#EC6861 (or 0xEC6861) is known color: Terra Cotta. HEX triplet: EC, 68 and 61. RGB value is (236,104,97). Sum of RGB (Red+Green+Blue) = 236+104+97=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6861 is #13979E. Grayscale: #8E8E8E. Windows color (decimal): -1283999 or 6383852. OLE color: 6383852.
HSL color Cylindrical-coordinate representation of color #EC6861: hue angle of 3.02º 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 #EC6861 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 97 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.07 |
| HSL | 3.02º | 0.79% | 0.65% | - |
| HSV(B) | 3.02º | 0.59% | 0.93% | - |
| XYZ | 41.7 | 28.6 | 14.63 | - |
| YUV | 142.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 97 | 0 | 0.56 | 0.59 | 0.07 | 3.02 | 0.79 | 0.65 |
| Hex | EC | 68 | 61 | 0 | 38 | 3B | 7 | 3 | 4F | 41 |
| Octal | 354 | 150 | 141 | 0 | 70 | 73 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1101000 | 1100001 | 0 | 111000 | 111011 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC6861
Complementary color
Monochromatic Colors of #EC6861
Black with #EC6861
Text Example
Text Example
White with #EC6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6861; }
p { color: rgb(236,104,97); }
H1.HeaderClassName
{
color: #EC6861;
}
.AnyTagClassName
{
color: #EC6861;
}
</style>
background-color css
<style>
a { background-color: #EC6861; }
a { background-color: rgb(236,104,97); }
div.DivClassName
{
background-color: #EC6861;
}
.BgClassName
{
background-color: #EC6861;
}
</style>
border-color css
<style>
span { border-color: #EC6861; }
span { border-color: rgb(236,104,97); }
td.TdClassName
{
border-color: #EC6861;
}
.TagClassName
{
border-color: #EC6861;
}
</style>