Shades of Terra Cotta #EC7565
Tints of Terra Cotta #EC7565
RGB
CMYK
RGB Variations
Color information
#EC7565 (or 0xEC7565) is known color: Terra Cotta. HEX triplet: EC, 75 and 65. RGB value is (236,117,101). Sum of RGB (Red+Green+Blue) = 236+117+101=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7565 is #138A9A. Grayscale: #969696. Windows color (decimal): -1280667 or 6649324. OLE color: 6649324.
HSL color Cylindrical-coordinate representation of color #EC7565: hue angle of 7.11º 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 #EC7565 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 101 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.07 |
| HSL | 7.11º | 0.78% | 0.66% | - |
| HSV(B) | 7.11º | 0.57% | 0.93% | - |
| XYZ | 43.3 | 31.5 | 16.11 | - |
| YUV | 150.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 101 | 0 | 0.50 | 0.57 | 0.07 | 7.11 | 0.78 | 0.66 |
| Hex | EC | 75 | 65 | 0 | 32 | 39 | 7 | 7 | 4E | 42 |
| Octal | 354 | 165 | 145 | 0 | 62 | 71 | 7 | 7 | 116 | 102 |
| Binary | 11101100 | 1110101 | 1100101 | 0 | 110010 | 111001 | 111 | 111 | 1001110 | 1000010 |
Color Harmonies of #EC7565
Complementary color
Monochromatic Colors of #EC7565
Black with #EC7565
Text Example
Text Example
White with #EC7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7565; }
p { color: rgb(236,117,101); }
H1.HeaderClassName
{
color: #EC7565;
}
.AnyTagClassName
{
color: #EC7565;
}
</style>
background-color css
<style>
a { background-color: #EC7565; }
a { background-color: rgb(236,117,101); }
div.DivClassName
{
background-color: #EC7565;
}
.BgClassName
{
background-color: #EC7565;
}
</style>
border-color css
<style>
span { border-color: #EC7565; }
span { border-color: rgb(236,117,101); }
td.TdClassName
{
border-color: #EC7565;
}
.TagClassName
{
border-color: #EC7565;
}
</style>