Shades of Terra Cotta #EC6761
Tints of Terra Cotta #EC6761
RGB
CMYK
RGB Variations
Color information
#EC6761 (or 0xEC6761) is known color: Terra Cotta. HEX triplet: EC, 67 and 61. RGB value is (236,103,97). Sum of RGB (Red+Green+Blue) = 236+103+97=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6761 is #13989E. Grayscale: #8E8E8E. Windows color (decimal): -1284255 or 6383596. OLE color: 6383596.
HSL color Cylindrical-coordinate representation of color #EC6761: hue angle of 2.59º 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 #EC6761 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 97 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.07 |
| HSL | 2.59º | 0.79% | 0.65% | - |
| HSV(B) | 2.59º | 0.59% | 0.93% | - |
| XYZ | 41.6 | 28.4 | 14.6 | - |
| YUV | 142.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 97 | 0 | 0.56 | 0.59 | 0.07 | 2.59 | 0.79 | 0.65 |
| Hex | EC | 67 | 61 | 0 | 38 | 3B | 7 | 3 | 4F | 41 |
| Octal | 354 | 147 | 141 | 0 | 70 | 73 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1100111 | 1100001 | 0 | 111000 | 111011 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC6761
Complementary color
Monochromatic Colors of #EC6761
Black with #EC6761
Text Example
Text Example
White with #EC6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6761; }
p { color: rgb(236,103,97); }
H1.HeaderClassName
{
color: #EC6761;
}
.AnyTagClassName
{
color: #EC6761;
}
</style>
background-color css
<style>
a { background-color: #EC6761; }
a { background-color: rgb(236,103,97); }
div.DivClassName
{
background-color: #EC6761;
}
.BgClassName
{
background-color: #EC6761;
}
</style>
border-color css
<style>
span { border-color: #EC6761; }
span { border-color: rgb(236,103,97); }
td.TdClassName
{
border-color: #EC6761;
}
.TagClassName
{
border-color: #EC6761;
}
</style>