Shades of Terra Cotta #EC6F58
Tints of Terra Cotta #EC6F58
RGB
CMYK
RGB Variations
Color information
#EC6F58 (or 0xEC6F58) is known color: Terra Cotta. HEX triplet: EC, 6F and 58. RGB value is (236,111,88). Sum of RGB (Red+Green+Blue) = 236+111+88=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F58 is #1390A7. Grayscale: #919191. Windows color (decimal): -1282216 or 5795820. OLE color: 5795820.
HSL color Cylindrical-coordinate representation of color #EC6F58: hue angle of 9.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6F58 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 88 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.07 |
| HSL | 9.32º | 0.8% | 0.64% | - |
| HSV(B) | 9.32º | 0.63% | 0.93% | - |
| XYZ | 42.04 | 29.91 | 12.79 | - |
| YUV | 145.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 88 | 0 | 0.53 | 0.63 | 0.07 | 9.32 | 0.8 | 0.64 |
| Hex | EC | 6F | 58 | 0 | 35 | 3F | 7 | 9 | 50 | 40 |
| Octal | 354 | 157 | 130 | 0 | 65 | 77 | 7 | 11 | 120 | 100 |
| Binary | 11101100 | 1101111 | 1011000 | 0 | 110101 | 111111 | 111 | 1001 | 1010000 | 1000000 |
Color Harmonies of #EC6F58
Complementary color
Monochromatic Colors of #EC6F58
Black with #EC6F58
Text Example
Text Example
White with #EC6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F58; }
p { color: rgb(236,111,88); }
H1.HeaderClassName
{
color: #EC6F58;
}
.AnyTagClassName
{
color: #EC6F58;
}
</style>
background-color css
<style>
a { background-color: #EC6F58; }
a { background-color: rgb(236,111,88); }
div.DivClassName
{
background-color: #EC6F58;
}
.BgClassName
{
background-color: #EC6F58;
}
</style>
border-color css
<style>
span { border-color: #EC6F58; }
span { border-color: rgb(236,111,88); }
td.TdClassName
{
border-color: #EC6F58;
}
.TagClassName
{
border-color: #EC6F58;
}
</style>