Shades of Terra Cotta #EC7465
Tints of Terra Cotta #EC7465
RGB
CMYK
RGB Variations
Color information
#EC7465 (or 0xEC7465) is known color: Terra Cotta. HEX triplet: EC, 74 and 65. RGB value is (236,116,101). Sum of RGB (Red+Green+Blue) = 236+116+101=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7465 is #138B9A. Grayscale: #969696. Windows color (decimal): -1280923 or 6649068. OLE color: 6649068.
HSL color Cylindrical-coordinate representation of color #EC7465: hue angle of 6.67º 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 #EC7465 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 101 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.07 |
| HSL | 6.67º | 0.78% | 0.66% | - |
| HSV(B) | 6.67º | 0.57% | 0.93% | - |
| XYZ | 43.19 | 31.26 | 16.07 | - |
| YUV | 150.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 101 | 0 | 0.51 | 0.57 | 0.07 | 6.67 | 0.78 | 0.66 |
| Hex | EC | 74 | 65 | 0 | 33 | 39 | 7 | 7 | 4E | 42 |
| Octal | 354 | 164 | 145 | 0 | 63 | 71 | 7 | 7 | 116 | 102 |
| Binary | 11101100 | 1110100 | 1100101 | 0 | 110011 | 111001 | 111 | 111 | 1001110 | 1000010 |
Color Harmonies of #EC7465
Complementary color
Monochromatic Colors of #EC7465
Black with #EC7465
Text Example
Text Example
White with #EC7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7465; }
p { color: rgb(236,116,101); }
H1.HeaderClassName
{
color: #EC7465;
}
.AnyTagClassName
{
color: #EC7465;
}
</style>
background-color css
<style>
a { background-color: #EC7465; }
a { background-color: rgb(236,116,101); }
div.DivClassName
{
background-color: #EC7465;
}
.BgClassName
{
background-color: #EC7465;
}
</style>
border-color css
<style>
span { border-color: #EC7465; }
span { border-color: rgb(236,116,101); }
td.TdClassName
{
border-color: #EC7465;
}
.TagClassName
{
border-color: #EC7465;
}
</style>