Shades of Terra Cotta #EC7066
Tints of Terra Cotta #EC7066
RGB
CMYK
RGB Variations
Color information
#EC7066 (or 0xEC7066) is known color: Terra Cotta. HEX triplet: EC, 70 and 66. RGB value is (236,112,102). Sum of RGB (Red+Green+Blue) = 236+112+102=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7066 is #138F99. Grayscale: #949494. Windows color (decimal): -1281946 or 6713580. OLE color: 6713580.
HSL color Cylindrical-coordinate representation of color #EC7066: hue angle of 4.48º 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 #EC7066 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 102 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.07 |
| HSL | 4.48º | 0.78% | 0.66% | - |
| HSV(B) | 4.48º | 0.57% | 0.93% | - |
| XYZ | 42.78 | 30.38 | 16.18 | - |
| YUV | 147.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 102 | 0 | 0.53 | 0.57 | 0.07 | 4.48 | 0.78 | 0.66 |
| Hex | EC | 70 | 66 | 0 | 35 | 39 | 7 | 4 | 4E | 42 |
| Octal | 354 | 160 | 146 | 0 | 65 | 71 | 7 | 4 | 116 | 102 |
| Binary | 11101100 | 1110000 | 1100110 | 0 | 110101 | 111001 | 111 | 100 | 1001110 | 1000010 |
Color Harmonies of #EC7066
Complementary color
Monochromatic Colors of #EC7066
Black with #EC7066
Text Example
Text Example
White with #EC7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7066; }
p { color: rgb(236,112,102); }
H1.HeaderClassName
{
color: #EC7066;
}
.AnyTagClassName
{
color: #EC7066;
}
</style>
background-color css
<style>
a { background-color: #EC7066; }
a { background-color: rgb(236,112,102); }
div.DivClassName
{
background-color: #EC7066;
}
.BgClassName
{
background-color: #EC7066;
}
</style>
border-color css
<style>
span { border-color: #EC7066; }
span { border-color: rgb(236,112,102); }
td.TdClassName
{
border-color: #EC7066;
}
.TagClassName
{
border-color: #EC7066;
}
</style>