Shades of Terra Cotta #EC6967
Tints of Terra Cotta #EC6967
RGB
CMYK
RGB Variations
Color information
#EC6967 (or 0xEC6967) is known color: Terra Cotta. HEX triplet: EC, 69 and 67. RGB value is (236,105,103). Sum of RGB (Red+Green+Blue) = 236+105+103=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6967 is #139698. Grayscale: #909090. Windows color (decimal): -1283737 or 6777324. OLE color: 6777324.
HSL color Cylindrical-coordinate representation of color #EC6967: hue angle of 0.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6967 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 103 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.07 |
| HSL | 0.9º | 0.78% | 0.66% | - |
| HSV(B) | 0.9º | 0.56% | 0.93% | - |
| XYZ | 42.09 | 28.92 | 16.19 | - |
| YUV | 143.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 103 | 0 | 0.56 | 0.56 | 0.07 | 0.9 | 0.78 | 0.66 |
| Hex | EC | 69 | 67 | 0 | 38 | 38 | 7 | 1 | 4E | 42 |
| Octal | 354 | 151 | 147 | 0 | 70 | 70 | 7 | 1 | 116 | 102 |
| Binary | 11101100 | 1101001 | 1100111 | 0 | 111000 | 111000 | 111 | 1 | 1001110 | 1000010 |
Color Harmonies of #EC6967
Complementary color
Monochromatic Colors of #EC6967
Black with #EC6967
Text Example
Text Example
White with #EC6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6967; }
p { color: rgb(236,105,103); }
H1.HeaderClassName
{
color: #EC6967;
}
.AnyTagClassName
{
color: #EC6967;
}
</style>
background-color css
<style>
a { background-color: #EC6967; }
a { background-color: rgb(236,105,103); }
div.DivClassName
{
background-color: #EC6967;
}
.BgClassName
{
background-color: #EC6967;
}
</style>
border-color css
<style>
span { border-color: #EC6967; }
span { border-color: rgb(236,105,103); }
td.TdClassName
{
border-color: #EC6967;
}
.TagClassName
{
border-color: #EC6967;
}
</style>