Shades of Terra Cotta #EC7966
Tints of Terra Cotta #EC7966
RGB
CMYK
RGB Variations
Color information
#EC7966 (or 0xEC7966) is known color: Terra Cotta. HEX triplet: EC, 79 and 66. RGB value is (236,121,102). Sum of RGB (Red+Green+Blue) = 236+121+102=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7966 is #138699. Grayscale: #999999. Windows color (decimal): -1279642 or 6715884. OLE color: 6715884.
HSL color Cylindrical-coordinate representation of color #EC7966: hue angle of 8.51º 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 #EC7966 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 102 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.07 |
| HSL | 8.51º | 0.78% | 0.66% | - |
| HSV(B) | 8.51º | 0.57% | 0.93% | - |
| XYZ | 43.83 | 32.47 | 16.53 | - |
| YUV | 153.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 102 | 0 | 0.49 | 0.57 | 0.07 | 8.51 | 0.78 | 0.66 |
| Hex | EC | 79 | 66 | 0 | 31 | 39 | 7 | 9 | 4E | 42 |
| Octal | 354 | 171 | 146 | 0 | 61 | 71 | 7 | 11 | 116 | 102 |
| Binary | 11101100 | 1111001 | 1100110 | 0 | 110001 | 111001 | 111 | 1001 | 1001110 | 1000010 |
Color Harmonies of #EC7966
Complementary color
Monochromatic Colors of #EC7966
Black with #EC7966
Text Example
Text Example
White with #EC7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7966; }
p { color: rgb(236,121,102); }
H1.HeaderClassName
{
color: #EC7966;
}
.AnyTagClassName
{
color: #EC7966;
}
</style>
background-color css
<style>
a { background-color: #EC7966; }
a { background-color: rgb(236,121,102); }
div.DivClassName
{
background-color: #EC7966;
}
.BgClassName
{
background-color: #EC7966;
}
</style>
border-color css
<style>
span { border-color: #EC7966; }
span { border-color: rgb(236,121,102); }
td.TdClassName
{
border-color: #EC7966;
}
.TagClassName
{
border-color: #EC7966;
}
</style>