Shades of Terra Cotta #EC7466
Tints of Terra Cotta #EC7466
RGB
CMYK
RGB Variations
Color information
#EC7466 (or 0xEC7466) is known color: Terra Cotta. HEX triplet: EC, 74 and 66. RGB value is (236,116,102). Sum of RGB (Red+Green+Blue) = 236+116+102=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7466 is #138B99. Grayscale: #969696. Windows color (decimal): -1280922 or 6714604. OLE color: 6714604.
HSL color Cylindrical-coordinate representation of color #EC7466: hue angle of 6.27º 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 #EC7466 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 102 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.07 |
| HSL | 6.27º | 0.78% | 0.66% | - |
| HSV(B) | 6.27º | 0.57% | 0.93% | - |
| XYZ | 43.24 | 31.28 | 16.33 | - |
| YUV | 150.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 102 | 0 | 0.51 | 0.57 | 0.07 | 6.27 | 0.78 | 0.66 |
| Hex | EC | 74 | 66 | 0 | 33 | 39 | 7 | 6 | 4E | 42 |
| Octal | 354 | 164 | 146 | 0 | 63 | 71 | 7 | 6 | 116 | 102 |
| Binary | 11101100 | 1110100 | 1100110 | 0 | 110011 | 111001 | 111 | 110 | 1001110 | 1000010 |
Color Harmonies of #EC7466
Complementary color
Monochromatic Colors of #EC7466
Black with #EC7466
Text Example
Text Example
White with #EC7466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7466; }
p { color: rgb(236,116,102); }
H1.HeaderClassName
{
color: #EC7466;
}
.AnyTagClassName
{
color: #EC7466;
}
</style>
background-color css
<style>
a { background-color: #EC7466; }
a { background-color: rgb(236,116,102); }
div.DivClassName
{
background-color: #EC7466;
}
.BgClassName
{
background-color: #EC7466;
}
</style>
border-color css
<style>
span { border-color: #EC7466; }
span { border-color: rgb(236,116,102); }
td.TdClassName
{
border-color: #EC7466;
}
.TagClassName
{
border-color: #EC7466;
}
</style>