Shades of Terra Cotta #EC715F
Tints of Terra Cotta #EC715F
RGB
CMYK
RGB Variations
Color information
#EC715F (or 0xEC715F) is known color: Terra Cotta. HEX triplet: EC, 71 and 5F. RGB value is (236,113,95). Sum of RGB (Red+Green+Blue) = 236+113+95=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC715F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC715F is #138EA0. Grayscale: #939393. Windows color (decimal): -1281697 or 6255084. OLE color: 6255084.
HSL color Cylindrical-coordinate representation of color #EC715F: hue angle of 7.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC715F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 95 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.07 |
| HSL | 7.66º | 0.79% | 0.65% | - |
| HSV(B) | 7.66º | 0.6% | 0.93% | - |
| XYZ | 42.56 | 30.47 | 14.46 | - |
| YUV | 147.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 95 | 0 | 0.52 | 0.60 | 0.07 | 7.66 | 0.79 | 0.65 |
| Hex | EC | 71 | 5F | 0 | 34 | 3C | 7 | 8 | 4F | 41 |
| Octal | 354 | 161 | 137 | 0 | 64 | 74 | 7 | 10 | 117 | 101 |
| Binary | 11101100 | 1110001 | 1011111 | 0 | 110100 | 111100 | 111 | 1000 | 1001111 | 1000001 |
Color Harmonies of #EC715F
Complementary color
Monochromatic Colors of #EC715F
Black with #EC715F
Text Example
Text Example
White with #EC715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC715F; }
p { color: rgb(236,113,95); }
H1.HeaderClassName
{
color: #EC715F;
}
.AnyTagClassName
{
color: #EC715F;
}
</style>
background-color css
<style>
a { background-color: #EC715F; }
a { background-color: rgb(236,113,95); }
div.DivClassName
{
background-color: #EC715F;
}
.BgClassName
{
background-color: #EC715F;
}
</style>
border-color css
<style>
span { border-color: #EC715F; }
span { border-color: rgb(236,113,95); }
td.TdClassName
{
border-color: #EC715F;
}
.TagClassName
{
border-color: #EC715F;
}
</style>