Shades of Terra Cotta #EC6561
Tints of Terra Cotta #EC6561
RGB
CMYK
RGB Variations
Color information
#EC6561 (or 0xEC6561) is known color: Terra Cotta. HEX triplet: EC, 65 and 61. RGB value is (236,101,97). Sum of RGB (Red+Green+Blue) = 236+101+97=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6561 is #139A9E. Grayscale: #8D8D8D. Windows color (decimal): -1284767 or 6383084. OLE color: 6383084.
HSL color Cylindrical-coordinate representation of color #EC6561: hue angle of 1.73º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6561 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 97 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.07 |
| HSL | 1.73º | 0.79% | 0.65% | - |
| HSV(B) | 1.73º | 0.59% | 0.93% | - |
| XYZ | 41.4 | 28 | 14.53 | - |
| YUV | 140.91 | 103.23 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 97 | 0 | 0.57 | 0.59 | 0.07 | 1.73 | 0.79 | 0.65 |
| Hex | EC | 65 | 61 | 0 | 39 | 3B | 7 | 2 | 4F | 41 |
| Octal | 354 | 145 | 141 | 0 | 71 | 73 | 7 | 2 | 117 | 101 |
| Binary | 11101100 | 1100101 | 1100001 | 0 | 111001 | 111011 | 111 | 10 | 1001111 | 1000001 |
Color Harmonies of #EC6561
Complementary color
Monochromatic Colors of #EC6561
Black with #EC6561
Text Example
Text Example
White with #EC6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6561; }
p { color: rgb(236,101,97); }
H1.HeaderClassName
{
color: #EC6561;
}
.AnyTagClassName
{
color: #EC6561;
}
</style>
background-color css
<style>
a { background-color: #EC6561; }
a { background-color: rgb(236,101,97); }
div.DivClassName
{
background-color: #EC6561;
}
.BgClassName
{
background-color: #EC6561;
}
</style>
border-color css
<style>
span { border-color: #EC6561; }
span { border-color: rgb(236,101,97); }
td.TdClassName
{
border-color: #EC6561;
}
.TagClassName
{
border-color: #EC6561;
}
</style>