Shades of Terra Cotta #EC6A65
Tints of Terra Cotta #EC6A65
RGB
CMYK
RGB Variations
Color information
#EC6A65 (or 0xEC6A65) is known color: Terra Cotta. HEX triplet: EC, 6A and 65. RGB value is (236,106,101). Sum of RGB (Red+Green+Blue) = 236+106+101=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A65 is #13959A. Grayscale: #909090. Windows color (decimal): -1283483 or 6646508. OLE color: 6646508.
HSL color Cylindrical-coordinate representation of color #EC6A65: hue angle of 2.22º 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 #EC6A65 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 101 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.07 |
| HSL | 2.22º | 0.78% | 0.66% | - |
| HSV(B) | 2.22º | 0.57% | 0.93% | - |
| XYZ | 42.1 | 29.08 | 15.71 | - |
| YUV | 144.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 101 | 0 | 0.55 | 0.57 | 0.07 | 2.22 | 0.78 | 0.66 |
| Hex | EC | 6A | 65 | 0 | 37 | 39 | 7 | 2 | 4E | 42 |
| Octal | 354 | 152 | 145 | 0 | 67 | 71 | 7 | 2 | 116 | 102 |
| Binary | 11101100 | 1101010 | 1100101 | 0 | 110111 | 111001 | 111 | 10 | 1001110 | 1000010 |
Color Harmonies of #EC6A65
Complementary color
Monochromatic Colors of #EC6A65
Black with #EC6A65
Text Example
Text Example
White with #EC6A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A65; }
p { color: rgb(236,106,101); }
H1.HeaderClassName
{
color: #EC6A65;
}
.AnyTagClassName
{
color: #EC6A65;
}
</style>
background-color css
<style>
a { background-color: #EC6A65; }
a { background-color: rgb(236,106,101); }
div.DivClassName
{
background-color: #EC6A65;
}
.BgClassName
{
background-color: #EC6A65;
}
</style>
border-color css
<style>
span { border-color: #EC6A65; }
span { border-color: rgb(236,106,101); }
td.TdClassName
{
border-color: #EC6A65;
}
.TagClassName
{
border-color: #EC6A65;
}
</style>