Shades of Terra Cotta #EC7965
Tints of Terra Cotta #EC7965
RGB
CMYK
RGB Variations
Color information
#EC7965 (or 0xEC7965) is known color: Terra Cotta. HEX triplet: EC, 79 and 65. RGB value is (236,121,101). Sum of RGB (Red+Green+Blue) = 236+121+101=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7965 is #13869A. Grayscale: #999999. Windows color (decimal): -1279643 or 6650348. OLE color: 6650348.
HSL color Cylindrical-coordinate representation of color #EC7965: hue angle of 8.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 #EC7965 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 101 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.07 |
| HSL | 8.89º | 0.78% | 0.66% | - |
| HSV(B) | 8.89º | 0.57% | 0.93% | - |
| XYZ | 43.78 | 32.45 | 16.27 | - |
| YUV | 153.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 101 | 0 | 0.49 | 0.57 | 0.07 | 8.89 | 0.78 | 0.66 |
| Hex | EC | 79 | 65 | 0 | 31 | 39 | 7 | 9 | 4E | 42 |
| Octal | 354 | 171 | 145 | 0 | 61 | 71 | 7 | 11 | 116 | 102 |
| Binary | 11101100 | 1111001 | 1100101 | 0 | 110001 | 111001 | 111 | 1001 | 1001110 | 1000010 |
Color Harmonies of #EC7965
Complementary color
Monochromatic Colors of #EC7965
Black with #EC7965
Text Example
Text Example
White with #EC7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7965; }
p { color: rgb(236,121,101); }
H1.HeaderClassName
{
color: #EC7965;
}
.AnyTagClassName
{
color: #EC7965;
}
</style>
background-color css
<style>
a { background-color: #EC7965; }
a { background-color: rgb(236,121,101); }
div.DivClassName
{
background-color: #EC7965;
}
.BgClassName
{
background-color: #EC7965;
}
</style>
border-color css
<style>
span { border-color: #EC7965; }
span { border-color: rgb(236,121,101); }
td.TdClassName
{
border-color: #EC7965;
}
.TagClassName
{
border-color: #EC7965;
}
</style>