Shades of Terra Cotta #EC7165
Tints of Terra Cotta #EC7165
RGB
CMYK
RGB Variations
Color information
#EC7165 (or 0xEC7165) is known color: Terra Cotta. HEX triplet: EC, 71 and 65. RGB value is (236,113,101). Sum of RGB (Red+Green+Blue) = 236+113+101=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7165 is #138E9A. Grayscale: #949494. Windows color (decimal): -1281691 or 6648300. OLE color: 6648300.
HSL color Cylindrical-coordinate representation of color #EC7165: hue angle of 5.33º 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 #EC7165 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 101 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.07 |
| HSL | 5.33º | 0.78% | 0.66% | - |
| HSV(B) | 5.33º | 0.57% | 0.93% | - |
| XYZ | 42.85 | 30.58 | 15.96 | - |
| YUV | 148.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 101 | 0 | 0.52 | 0.57 | 0.07 | 5.33 | 0.78 | 0.66 |
| Hex | EC | 71 | 65 | 0 | 34 | 39 | 7 | 5 | 4E | 42 |
| Octal | 354 | 161 | 145 | 0 | 64 | 71 | 7 | 5 | 116 | 102 |
| Binary | 11101100 | 1110001 | 1100101 | 0 | 110100 | 111001 | 111 | 101 | 1001110 | 1000010 |
Color Harmonies of #EC7165
Complementary color
Monochromatic Colors of #EC7165
Black with #EC7165
Text Example
Text Example
White with #EC7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7165; }
p { color: rgb(236,113,101); }
H1.HeaderClassName
{
color: #EC7165;
}
.AnyTagClassName
{
color: #EC7165;
}
</style>
background-color css
<style>
a { background-color: #EC7165; }
a { background-color: rgb(236,113,101); }
div.DivClassName
{
background-color: #EC7165;
}
.BgClassName
{
background-color: #EC7165;
}
</style>
border-color css
<style>
span { border-color: #EC7165; }
span { border-color: rgb(236,113,101); }
td.TdClassName
{
border-color: #EC7165;
}
.TagClassName
{
border-color: #EC7165;
}
</style>