Shades of Terra Cotta #EC6C59
Tints of Terra Cotta #EC6C59
RGB
CMYK
RGB Variations
Color information
#EC6C59 (or 0xEC6C59) is known color: Terra Cotta. HEX triplet: EC, 6C and 59. RGB value is (236,108,89). Sum of RGB (Red+Green+Blue) = 236+108+89=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C59 is #1393A6. Grayscale: #909090. Windows color (decimal): -1282983 or 5860588. OLE color: 5860588.
HSL color Cylindrical-coordinate representation of color #EC6C59: hue angle of 7.76º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC6C59 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 89 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.07 |
| HSL | 7.76º | 0.79% | 0.64% | - |
| HSV(B) | 7.76º | 0.62% | 0.93% | - |
| XYZ | 41.76 | 29.28 | 12.9 | - |
| YUV | 144.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 89 | 0 | 0.54 | 0.62 | 0.07 | 7.76 | 0.79 | 0.64 |
| Hex | EC | 6C | 59 | 0 | 36 | 3E | 7 | 8 | 4F | 40 |
| Octal | 354 | 154 | 131 | 0 | 66 | 76 | 7 | 10 | 117 | 100 |
| Binary | 11101100 | 1101100 | 1011001 | 0 | 110110 | 111110 | 111 | 1000 | 1001111 | 1000000 |
Color Harmonies of #EC6C59
Complementary color
Monochromatic Colors of #EC6C59
Black with #EC6C59
Text Example
Text Example
White with #EC6C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C59; }
p { color: rgb(236,108,89); }
H1.HeaderClassName
{
color: #EC6C59;
}
.AnyTagClassName
{
color: #EC6C59;
}
</style>
background-color css
<style>
a { background-color: #EC6C59; }
a { background-color: rgb(236,108,89); }
div.DivClassName
{
background-color: #EC6C59;
}
.BgClassName
{
background-color: #EC6C59;
}
</style>
border-color css
<style>
span { border-color: #EC6C59; }
span { border-color: rgb(236,108,89); }
td.TdClassName
{
border-color: #EC6C59;
}
.TagClassName
{
border-color: #EC6C59;
}
</style>