Shades of Terra Cotta #EC785C
Tints of Terra Cotta #EC785C
RGB
CMYK
RGB Variations
Color information
#EC785C (or 0xEC785C) is known color: Terra Cotta. HEX triplet: EC, 78 and 5C. RGB value is (236,120,92). Sum of RGB (Red+Green+Blue) = 236+120+92=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC785C is #1387A3. Grayscale: #979797. Windows color (decimal): -1279908 or 6060268. OLE color: 6060268.
HSL color Cylindrical-coordinate representation of color #EC785C: hue angle of 11.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC785C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 92 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.07 |
| HSL | 11.67º | 0.79% | 0.64% | - |
| HSV(B) | 11.67º | 0.61% | 0.93% | - |
| XYZ | 43.24 | 32.04 | 14.03 | - |
| YUV | 151.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 92 | 0 | 0.49 | 0.61 | 0.07 | 11.67 | 0.79 | 0.64 |
| Hex | EC | 78 | 5C | 0 | 31 | 3D | 7 | C | 4F | 40 |
| Octal | 354 | 170 | 134 | 0 | 61 | 75 | 7 | 14 | 117 | 100 |
| Binary | 11101100 | 1111000 | 1011100 | 0 | 110001 | 111101 | 111 | 1100 | 1001111 | 1000000 |
Color Harmonies of #EC785C
Complementary color
Monochromatic Colors of #EC785C
Black with #EC785C
Text Example
Text Example
White with #EC785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC785C; }
p { color: rgb(236,120,92); }
H1.HeaderClassName
{
color: #EC785C;
}
.AnyTagClassName
{
color: #EC785C;
}
</style>
background-color css
<style>
a { background-color: #EC785C; }
a { background-color: rgb(236,120,92); }
div.DivClassName
{
background-color: #EC785C;
}
.BgClassName
{
background-color: #EC785C;
}
</style>
border-color css
<style>
span { border-color: #EC785C; }
span { border-color: rgb(236,120,92); }
td.TdClassName
{
border-color: #EC785C;
}
.TagClassName
{
border-color: #EC785C;
}
</style>