Shades of Terra Cotta #EC7065
Tints of Terra Cotta #EC7065
RGB
CMYK
RGB Variations
Color information
#EC7065 (or 0xEC7065) is known color: Terra Cotta. HEX triplet: EC, 70 and 65. RGB value is (236,112,101). Sum of RGB (Red+Green+Blue) = 236+112+101=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7065 is #138F9A. Grayscale: #939393. Windows color (decimal): -1281947 or 6648044. OLE color: 6648044.
HSL color Cylindrical-coordinate representation of color #EC7065: hue angle of 4.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC7065 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 101 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.07 |
| HSL | 4.89º | 0.78% | 0.66% | - |
| HSV(B) | 4.89º | 0.57% | 0.93% | - |
| XYZ | 42.74 | 30.36 | 15.92 | - |
| YUV | 147.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 101 | 0 | 0.53 | 0.57 | 0.07 | 4.89 | 0.78 | 0.66 |
| Hex | EC | 70 | 65 | 0 | 35 | 39 | 7 | 5 | 4E | 42 |
| Octal | 354 | 160 | 145 | 0 | 65 | 71 | 7 | 5 | 116 | 102 |
| Binary | 11101100 | 1110000 | 1100101 | 0 | 110101 | 111001 | 111 | 101 | 1001110 | 1000010 |
Color Harmonies of #EC7065
Complementary color
Monochromatic Colors of #EC7065
Black with #EC7065
Text Example
Text Example
White with #EC7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7065; }
p { color: rgb(236,112,101); }
H1.HeaderClassName
{
color: #EC7065;
}
.AnyTagClassName
{
color: #EC7065;
}
</style>
background-color css
<style>
a { background-color: #EC7065; }
a { background-color: rgb(236,112,101); }
div.DivClassName
{
background-color: #EC7065;
}
.BgClassName
{
background-color: #EC7065;
}
</style>
border-color css
<style>
span { border-color: #EC7065; }
span { border-color: rgb(236,112,101); }
td.TdClassName
{
border-color: #EC7065;
}
.TagClassName
{
border-color: #EC7065;
}
</style>