Shades of Terra Cotta #EC6664
Tints of Terra Cotta #EC6664
RGB
CMYK
RGB Variations
Color information
#EC6664 (or 0xEC6664) is known color: Terra Cotta. HEX triplet: EC, 66 and 64. RGB value is (236,102,100). Sum of RGB (Red+Green+Blue) = 236+102+100=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6664 is #13999B. Grayscale: #8D8D8D. Windows color (decimal): -1284508 or 6579948. OLE color: 6579948.
HSL color Cylindrical-coordinate representation of color #EC6664: hue angle of 0.88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6664 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 100 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.07 |
| HSL | 0.88º | 0.78% | 0.66% | - |
| HSV(B) | 0.88º | 0.58% | 0.93% | - |
| XYZ | 41.64 | 28.26 | 15.32 | - |
| YUV | 141.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 100 | 0 | 0.57 | 0.58 | 0.07 | 0.88 | 0.78 | 0.66 |
| Hex | EC | 66 | 64 | 0 | 39 | 3A | 7 | 1 | 4E | 42 |
| Octal | 354 | 146 | 144 | 0 | 71 | 72 | 7 | 1 | 116 | 102 |
| Binary | 11101100 | 1100110 | 1100100 | 0 | 111001 | 111010 | 111 | 1 | 1001110 | 1000010 |
Color Harmonies of #EC6664
Complementary color
Monochromatic Colors of #EC6664
Black with #EC6664
Text Example
Text Example
White with #EC6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6664; }
p { color: rgb(236,102,100); }
H1.HeaderClassName
{
color: #EC6664;
}
.AnyTagClassName
{
color: #EC6664;
}
</style>
background-color css
<style>
a { background-color: #EC6664; }
a { background-color: rgb(236,102,100); }
div.DivClassName
{
background-color: #EC6664;
}
.BgClassName
{
background-color: #EC6664;
}
</style>
border-color css
<style>
span { border-color: #EC6664; }
span { border-color: rgb(236,102,100); }
td.TdClassName
{
border-color: #EC6664;
}
.TagClassName
{
border-color: #EC6664;
}
</style>