Shades of Terra Cotta #EC6C58
Tints of Terra Cotta #EC6C58
RGB
CMYK
RGB Variations
Color information
#EC6C58 (or 0xEC6C58) is known color: Terra Cotta. HEX triplet: EC, 6C and 58. RGB value is (236,108,88). Sum of RGB (Red+Green+Blue) = 236+108+88=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C58 is #1393A7. Grayscale: #909090. Windows color (decimal): -1282984 or 5795052. OLE color: 5795052.
HSL color Cylindrical-coordinate representation of color #EC6C58: hue angle of 8.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6C58 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 88 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.07 |
| HSL | 8.11º | 0.8% | 0.64% | - |
| HSV(B) | 8.11º | 0.63% | 0.93% | - |
| XYZ | 41.72 | 29.26 | 12.68 | - |
| YUV | 143.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 88 | 0 | 0.54 | 0.63 | 0.07 | 8.11 | 0.8 | 0.64 |
| Hex | EC | 6C | 58 | 0 | 36 | 3F | 7 | 8 | 50 | 40 |
| Octal | 354 | 154 | 130 | 0 | 66 | 77 | 7 | 10 | 120 | 100 |
| Binary | 11101100 | 1101100 | 1011000 | 0 | 110110 | 111111 | 111 | 1000 | 1010000 | 1000000 |
Color Harmonies of #EC6C58
Complementary color
Monochromatic Colors of #EC6C58
Black with #EC6C58
Text Example
Text Example
White with #EC6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C58; }
p { color: rgb(236,108,88); }
H1.HeaderClassName
{
color: #EC6C58;
}
.AnyTagClassName
{
color: #EC6C58;
}
</style>
background-color css
<style>
a { background-color: #EC6C58; }
a { background-color: rgb(236,108,88); }
div.DivClassName
{
background-color: #EC6C58;
}
.BgClassName
{
background-color: #EC6C58;
}
</style>
border-color css
<style>
span { border-color: #EC6C58; }
span { border-color: rgb(236,108,88); }
td.TdClassName
{
border-color: #EC6C58;
}
.TagClassName
{
border-color: #EC6C58;
}
</style>