Shades of Terra Cotta #EC6D59
Tints of Terra Cotta #EC6D59
RGB
CMYK
RGB Variations
Color information
#EC6D59 (or 0xEC6D59) is known color: Terra Cotta. HEX triplet: EC, 6D and 59. RGB value is (236,109,89). Sum of RGB (Red+Green+Blue) = 236+109+89=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D59 is #1392A6. Grayscale: #909090. Windows color (decimal): -1282727 or 5860844. OLE color: 5860844.
HSL color Cylindrical-coordinate representation of color #EC6D59: hue angle of 8.16º 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 #EC6D59 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 89 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.07 |
| HSL | 8.16º | 0.79% | 0.64% | - |
| HSV(B) | 8.16º | 0.62% | 0.93% | - |
| XYZ | 41.86 | 29.49 | 12.94 | - |
| YUV | 144.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 89 | 0 | 0.54 | 0.62 | 0.07 | 8.16 | 0.79 | 0.64 |
| Hex | EC | 6D | 59 | 0 | 36 | 3E | 7 | 8 | 4F | 40 |
| Octal | 354 | 155 | 131 | 0 | 66 | 76 | 7 | 10 | 117 | 100 |
| Binary | 11101100 | 1101101 | 1011001 | 0 | 110110 | 111110 | 111 | 1000 | 1001111 | 1000000 |
Color Harmonies of #EC6D59
Complementary color
Monochromatic Colors of #EC6D59
Black with #EC6D59
Text Example
Text Example
White with #EC6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D59; }
p { color: rgb(236,109,89); }
H1.HeaderClassName
{
color: #EC6D59;
}
.AnyTagClassName
{
color: #EC6D59;
}
</style>
background-color css
<style>
a { background-color: #EC6D59; }
a { background-color: rgb(236,109,89); }
div.DivClassName
{
background-color: #EC6D59;
}
.BgClassName
{
background-color: #EC6D59;
}
</style>
border-color css
<style>
span { border-color: #EC6D59; }
span { border-color: rgb(236,109,89); }
td.TdClassName
{
border-color: #EC6D59;
}
.TagClassName
{
border-color: #EC6D59;
}
</style>