Shades of Terra Cotta #EC6E5C
Tints of Terra Cotta #EC6E5C
RGB
CMYK
RGB Variations
Color information
#EC6E5C (or 0xEC6E5C) is known color: Terra Cotta. HEX triplet: EC, 6E and 5C. RGB value is (236,110,92). Sum of RGB (Red+Green+Blue) = 236+110+92=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E5C is #1391A3. Grayscale: #919191. Windows color (decimal): -1282468 or 6057708. OLE color: 6057708.
HSL color Cylindrical-coordinate representation of color #EC6E5C: hue angle of 7.5º 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 #EC6E5C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 92 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.07 |
| HSL | 7.5º | 0.79% | 0.64% | - |
| HSV(B) | 7.5º | 0.61% | 0.93% | - |
| XYZ | 42.1 | 29.76 | 13.65 | - |
| YUV | 145.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 92 | 0 | 0.53 | 0.61 | 0.07 | 7.5 | 0.79 | 0.64 |
| Hex | EC | 6E | 5C | 0 | 35 | 3D | 7 | 8 | 4F | 40 |
| Octal | 354 | 156 | 134 | 0 | 65 | 75 | 7 | 10 | 117 | 100 |
| Binary | 11101100 | 1101110 | 1011100 | 0 | 110101 | 111101 | 111 | 1000 | 1001111 | 1000000 |
Color Harmonies of #EC6E5C
Complementary color
Monochromatic Colors of #EC6E5C
Black with #EC6E5C
Text Example
Text Example
White with #EC6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E5C; }
p { color: rgb(236,110,92); }
H1.HeaderClassName
{
color: #EC6E5C;
}
.AnyTagClassName
{
color: #EC6E5C;
}
</style>
background-color css
<style>
a { background-color: #EC6E5C; }
a { background-color: rgb(236,110,92); }
div.DivClassName
{
background-color: #EC6E5C;
}
.BgClassName
{
background-color: #EC6E5C;
}
</style>
border-color css
<style>
span { border-color: #EC6E5C; }
span { border-color: rgb(236,110,92); }
td.TdClassName
{
border-color: #EC6E5C;
}
.TagClassName
{
border-color: #EC6E5C;
}
</style>