Shades of Terra Cotta #EC6959
Tints of Terra Cotta #EC6959
RGB
CMYK
RGB Variations
Color information
#EC6959 (or 0xEC6959) is known color: Terra Cotta. HEX triplet: EC, 69 and 59. RGB value is (236,105,89). Sum of RGB (Red+Green+Blue) = 236+105+89=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6959 is #1396A6. Grayscale: #8E8E8E. Windows color (decimal): -1283751 or 5859820. OLE color: 5859820.
HSL color Cylindrical-coordinate representation of color #EC6959: hue angle of 6.53º 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 #EC6959 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 89 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.07 |
| HSL | 6.53º | 0.79% | 0.64% | - |
| HSV(B) | 6.53º | 0.62% | 0.93% | - |
| XYZ | 41.45 | 28.66 | 12.8 | - |
| YUV | 142.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 89 | 0 | 0.56 | 0.62 | 0.07 | 6.53 | 0.79 | 0.64 |
| Hex | EC | 69 | 59 | 0 | 38 | 3E | 7 | 7 | 4F | 40 |
| Octal | 354 | 151 | 131 | 0 | 70 | 76 | 7 | 7 | 117 | 100 |
| Binary | 11101100 | 1101001 | 1011001 | 0 | 111000 | 111110 | 111 | 111 | 1001111 | 1000000 |
Color Harmonies of #EC6959
Complementary color
Monochromatic Colors of #EC6959
Black with #EC6959
Text Example
Text Example
White with #EC6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6959; }
p { color: rgb(236,105,89); }
H1.HeaderClassName
{
color: #EC6959;
}
.AnyTagClassName
{
color: #EC6959;
}
</style>
background-color css
<style>
a { background-color: #EC6959; }
a { background-color: rgb(236,105,89); }
div.DivClassName
{
background-color: #EC6959;
}
.BgClassName
{
background-color: #EC6959;
}
</style>
border-color css
<style>
span { border-color: #EC6959; }
span { border-color: rgb(236,105,89); }
td.TdClassName
{
border-color: #EC6959;
}
.TagClassName
{
border-color: #EC6959;
}
</style>