Shades of Terra Cotta #EC6B5D
Tints of Terra Cotta #EC6B5D
RGB
CMYK
RGB Variations
Color information
#EC6B5D (or 0xEC6B5D) is known color: Terra Cotta. HEX triplet: EC, 6B and 5D. RGB value is (236,107,93). Sum of RGB (Red+Green+Blue) = 236+107+93=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B5D is #1394A2. Grayscale: #909090. Windows color (decimal): -1283235 or 6122476. OLE color: 6122476.
HSL color Cylindrical-coordinate representation of color #EC6B5D: hue angle of 5.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC6B5D is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 93 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.07 |
| HSL | 5.87º | 0.79% | 0.65% | - |
| HSV(B) | 5.87º | 0.61% | 0.93% | - |
| XYZ | 41.83 | 29.14 | 13.78 | - |
| YUV | 143.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 93 | 0 | 0.55 | 0.61 | 0.07 | 5.87 | 0.79 | 0.65 |
| Hex | EC | 6B | 5D | 0 | 37 | 3D | 7 | 6 | 4F | 41 |
| Octal | 354 | 153 | 135 | 0 | 67 | 75 | 7 | 6 | 117 | 101 |
| Binary | 11101100 | 1101011 | 1011101 | 0 | 110111 | 111101 | 111 | 110 | 1001111 | 1000001 |
Color Harmonies of #EC6B5D
Complementary color
Monochromatic Colors of #EC6B5D
Black with #EC6B5D
Text Example
Text Example
White with #EC6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B5D; }
p { color: rgb(236,107,93); }
H1.HeaderClassName
{
color: #EC6B5D;
}
.AnyTagClassName
{
color: #EC6B5D;
}
</style>
background-color css
<style>
a { background-color: #EC6B5D; }
a { background-color: rgb(236,107,93); }
div.DivClassName
{
background-color: #EC6B5D;
}
.BgClassName
{
background-color: #EC6B5D;
}
</style>
border-color css
<style>
span { border-color: #EC6B5D; }
span { border-color: rgb(236,107,93); }
td.TdClassName
{
border-color: #EC6B5D;
}
.TagClassName
{
border-color: #EC6B5D;
}
</style>