Shades of Terra Cotta #EC715C
Tints of Terra Cotta #EC715C
RGB
CMYK
RGB Variations
Color information
#EC715C (or 0xEC715C) is known color: Terra Cotta. HEX triplet: EC, 71 and 5C. RGB value is (236,113,92). Sum of RGB (Red+Green+Blue) = 236+113+92=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC715C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC715C is #138EA3. Grayscale: #939393. Windows color (decimal): -1281700 or 6058476. OLE color: 6058476.
HSL color Cylindrical-coordinate representation of color #EC715C: hue angle of 8.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC715C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 92 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.07 |
| HSL | 8.75º | 0.79% | 0.64% | - |
| HSV(B) | 8.75º | 0.61% | 0.93% | - |
| XYZ | 42.43 | 30.42 | 13.76 | - |
| YUV | 147.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 92 | 0 | 0.52 | 0.61 | 0.07 | 8.75 | 0.79 | 0.64 |
| Hex | EC | 71 | 5C | 0 | 34 | 3D | 7 | 9 | 4F | 40 |
| Octal | 354 | 161 | 134 | 0 | 64 | 75 | 7 | 11 | 117 | 100 |
| Binary | 11101100 | 1110001 | 1011100 | 0 | 110100 | 111101 | 111 | 1001 | 1001111 | 1000000 |
Color Harmonies of #EC715C
Complementary color
Monochromatic Colors of #EC715C
Black with #EC715C
Text Example
Text Example
White with #EC715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC715C; }
p { color: rgb(236,113,92); }
H1.HeaderClassName
{
color: #EC715C;
}
.AnyTagClassName
{
color: #EC715C;
}
</style>
background-color css
<style>
a { background-color: #EC715C; }
a { background-color: rgb(236,113,92); }
div.DivClassName
{
background-color: #EC715C;
}
.BgClassName
{
background-color: #EC715C;
}
</style>
border-color css
<style>
span { border-color: #EC715C; }
span { border-color: rgb(236,113,92); }
td.TdClassName
{
border-color: #EC715C;
}
.TagClassName
{
border-color: #EC715C;
}
</style>