Shades of Terra Cotta #EC6E5E
Tints of Terra Cotta #EC6E5E
RGB
CMYK
RGB Variations
Color information
#EC6E5E (or 0xEC6E5E) is known color: Terra Cotta. HEX triplet: EC, 6E and 5E. RGB value is (236,110,94). Sum of RGB (Red+Green+Blue) = 236+110+94=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E5E is #1391A1. Grayscale: #929292. Windows color (decimal): -1282466 or 6188780. OLE color: 6188780.
HSL color Cylindrical-coordinate representation of color #EC6E5E: hue angle of 6.76º 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 #EC6E5E is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 94 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.07 |
| HSL | 6.76º | 0.79% | 0.65% | - |
| HSV(B) | 6.76º | 0.6% | 0.93% | - |
| XYZ | 42.19 | 29.79 | 14.12 | - |
| YUV | 145.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 94 | 0 | 0.53 | 0.60 | 0.07 | 6.76 | 0.79 | 0.65 |
| Hex | EC | 6E | 5E | 0 | 35 | 3C | 7 | 7 | 4F | 41 |
| Octal | 354 | 156 | 136 | 0 | 65 | 74 | 7 | 7 | 117 | 101 |
| Binary | 11101100 | 1101110 | 1011110 | 0 | 110101 | 111100 | 111 | 111 | 1001111 | 1000001 |
Color Harmonies of #EC6E5E
Complementary color
Monochromatic Colors of #EC6E5E
Black with #EC6E5E
Text Example
Text Example
White with #EC6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E5E; }
p { color: rgb(236,110,94); }
H1.HeaderClassName
{
color: #EC6E5E;
}
.AnyTagClassName
{
color: #EC6E5E;
}
</style>
background-color css
<style>
a { background-color: #EC6E5E; }
a { background-color: rgb(236,110,94); }
div.DivClassName
{
background-color: #EC6E5E;
}
.BgClassName
{
background-color: #EC6E5E;
}
</style>
border-color css
<style>
span { border-color: #EC6E5E; }
span { border-color: rgb(236,110,94); }
td.TdClassName
{
border-color: #EC6E5E;
}
.TagClassName
{
border-color: #EC6E5E;
}
</style>