Shades of Terra Cotta #EC715B
Tints of Terra Cotta #EC715B
RGB
CMYK
RGB Variations
Color information
#EC715B (or 0xEC715B) is known color: Terra Cotta. HEX triplet: EC, 71 and 5B. RGB value is (236,113,91). Sum of RGB (Red+Green+Blue) = 236+113+91=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC715B is #138EA4. Grayscale: #939393. Windows color (decimal): -1281701 or 5992940. OLE color: 5992940.
HSL color Cylindrical-coordinate representation of color #EC715B: hue angle of 9.1º 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 #EC715B is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 91 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.07 |
| HSL | 9.1º | 0.79% | 0.64% | - |
| HSV(B) | 9.1º | 0.61% | 0.93% | - |
| XYZ | 42.39 | 30.4 | 13.53 | - |
| YUV | 147.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 91 | 0 | 0.52 | 0.61 | 0.07 | 9.1 | 0.79 | 0.64 |
| Hex | EC | 71 | 5B | 0 | 34 | 3D | 7 | 9 | 4F | 40 |
| Octal | 354 | 161 | 133 | 0 | 64 | 75 | 7 | 11 | 117 | 100 |
| Binary | 11101100 | 1110001 | 1011011 | 0 | 110100 | 111101 | 111 | 1001 | 1001111 | 1000000 |
Color Harmonies of #EC715B
Complementary color
Monochromatic Colors of #EC715B
Black with #EC715B
Text Example
Text Example
White with #EC715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC715B; }
p { color: rgb(236,113,91); }
H1.HeaderClassName
{
color: #EC715B;
}
.AnyTagClassName
{
color: #EC715B;
}
</style>
background-color css
<style>
a { background-color: #EC715B; }
a { background-color: rgb(236,113,91); }
div.DivClassName
{
background-color: #EC715B;
}
.BgClassName
{
background-color: #EC715B;
}
</style>
border-color css
<style>
span { border-color: #EC715B; }
span { border-color: rgb(236,113,91); }
td.TdClassName
{
border-color: #EC715B;
}
.TagClassName
{
border-color: #EC715B;
}
</style>