Shades of Terra Cotta #EC7F60
Tints of Terra Cotta #EC7F60
RGB
CMYK
RGB Variations
Color information
#EC7F60 (or 0xEC7F60) is known color: Terra Cotta. HEX triplet: EC, 7F and 60. RGB value is (236,127,96). Sum of RGB (Red+Green+Blue) = 236+127+96=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F60 is #13809F. Grayscale: #9C9C9C. Windows color (decimal): -1278112 or 6324204. OLE color: 6324204.
HSL color Cylindrical-coordinate representation of color #EC7F60: hue angle of 13.29º 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 #EC7F60 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 96 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.07 |
| HSL | 13.29º | 0.79% | 0.65% | - |
| HSV(B) | 13.29º | 0.59% | 0.93% | - |
| XYZ | 44.29 | 33.86 | 15.27 | - |
| YUV | 156.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 96 | 0 | 0.46 | 0.59 | 0.07 | 13.29 | 0.79 | 0.65 |
| Hex | EC | 7F | 60 | 0 | 2E | 3B | 7 | D | 4F | 41 |
| Octal | 354 | 177 | 140 | 0 | 56 | 73 | 7 | 15 | 117 | 101 |
| Binary | 11101100 | 1111111 | 1100000 | 0 | 101110 | 111011 | 111 | 1101 | 1001111 | 1000001 |
Color Harmonies of #EC7F60
Complementary color
Monochromatic Colors of #EC7F60
Black with #EC7F60
Text Example
Text Example
White with #EC7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F60; }
p { color: rgb(236,127,96); }
H1.HeaderClassName
{
color: #EC7F60;
}
.AnyTagClassName
{
color: #EC7F60;
}
</style>
background-color css
<style>
a { background-color: #EC7F60; }
a { background-color: rgb(236,127,96); }
div.DivClassName
{
background-color: #EC7F60;
}
.BgClassName
{
background-color: #EC7F60;
}
</style>
border-color css
<style>
span { border-color: #EC7F60; }
span { border-color: rgb(236,127,96); }
td.TdClassName
{
border-color: #EC7F60;
}
.TagClassName
{
border-color: #EC7F60;
}
</style>