Shades of Terra Cotta #EC7861
Tints of Terra Cotta #EC7861
RGB
CMYK
RGB Variations
Color information
#EC7861 (or 0xEC7861) is known color: Terra Cotta. HEX triplet: EC, 78 and 61. RGB value is (236,120,97). Sum of RGB (Red+Green+Blue) = 236+120+97=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7861 is #13879E. Grayscale: #989898. Windows color (decimal): -1279903 or 6387948. OLE color: 6387948.
HSL color Cylindrical-coordinate representation of color #EC7861: hue angle of 9.93º 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 #EC7861 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 97 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.07 |
| HSL | 9.93º | 0.79% | 0.65% | - |
| HSV(B) | 9.93º | 0.59% | 0.93% | - |
| XYZ | 43.47 | 32.13 | 15.22 | - |
| YUV | 152.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 97 | 0 | 0.49 | 0.59 | 0.07 | 9.93 | 0.79 | 0.65 |
| Hex | EC | 78 | 61 | 0 | 31 | 3B | 7 | A | 4F | 41 |
| Octal | 354 | 170 | 141 | 0 | 61 | 73 | 7 | 12 | 117 | 101 |
| Binary | 11101100 | 1111000 | 1100001 | 0 | 110001 | 111011 | 111 | 1010 | 1001111 | 1000001 |
Color Harmonies of #EC7861
Complementary color
Monochromatic Colors of #EC7861
Black with #EC7861
Text Example
Text Example
White with #EC7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7861; }
p { color: rgb(236,120,97); }
H1.HeaderClassName
{
color: #EC7861;
}
.AnyTagClassName
{
color: #EC7861;
}
</style>
background-color css
<style>
a { background-color: #EC7861; }
a { background-color: rgb(236,120,97); }
div.DivClassName
{
background-color: #EC7861;
}
.BgClassName
{
background-color: #EC7861;
}
</style>
border-color css
<style>
span { border-color: #EC7861; }
span { border-color: rgb(236,120,97); }
td.TdClassName
{
border-color: #EC7861;
}
.TagClassName
{
border-color: #EC7861;
}
</style>