Shades of Terra Cotta #EC6965
Tints of Terra Cotta #EC6965
RGB
CMYK
RGB Variations
Color information
#EC6965 (or 0xEC6965) is known color: Terra Cotta. HEX triplet: EC, 69 and 65. RGB value is (236,105,101). Sum of RGB (Red+Green+Blue) = 236+105+101=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6965 is #13969A. Grayscale: #8F8F8F. Windows color (decimal): -1283739 or 6646252. OLE color: 6646252.
HSL color Cylindrical-coordinate representation of color #EC6965: hue angle of 1.78º 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 #EC6965 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 101 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.07 |
| HSL | 1.78º | 0.78% | 0.66% | - |
| HSV(B) | 1.78º | 0.57% | 0.93% | - |
| XYZ | 41.99 | 28.88 | 15.67 | - |
| YUV | 143.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 101 | 0 | 0.56 | 0.57 | 0.07 | 1.78 | 0.78 | 0.66 |
| Hex | EC | 69 | 65 | 0 | 38 | 39 | 7 | 2 | 4E | 42 |
| Octal | 354 | 151 | 145 | 0 | 70 | 71 | 7 | 2 | 116 | 102 |
| Binary | 11101100 | 1101001 | 1100101 | 0 | 111000 | 111001 | 111 | 10 | 1001110 | 1000010 |
Color Harmonies of #EC6965
Complementary color
Monochromatic Colors of #EC6965
Black with #EC6965
Text Example
Text Example
White with #EC6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6965; }
p { color: rgb(236,105,101); }
H1.HeaderClassName
{
color: #EC6965;
}
.AnyTagClassName
{
color: #EC6965;
}
</style>
background-color css
<style>
a { background-color: #EC6965; }
a { background-color: rgb(236,105,101); }
div.DivClassName
{
background-color: #EC6965;
}
.BgClassName
{
background-color: #EC6965;
}
</style>
border-color css
<style>
span { border-color: #EC6965; }
span { border-color: rgb(236,105,101); }
td.TdClassName
{
border-color: #EC6965;
}
.TagClassName
{
border-color: #EC6965;
}
</style>