Shades of Terra Cotta #EC6F67
Tints of Terra Cotta #EC6F67
RGB
CMYK
RGB Variations
Color information
#EC6F67 (or 0xEC6F67) is known color: Terra Cotta. HEX triplet: EC, 6F and 67. RGB value is (236,111,103). Sum of RGB (Red+Green+Blue) = 236+111+103=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F67 is #139098. Grayscale: #939393. Windows color (decimal): -1282201 or 6778860. OLE color: 6778860.
HSL color Cylindrical-coordinate representation of color #EC6F67: hue angle of 3.61º 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 #EC6F67 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 103 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.07 |
| HSL | 3.61º | 0.78% | 0.66% | - |
| HSV(B) | 3.61º | 0.56% | 0.93% | - |
| XYZ | 42.72 | 30.18 | 16.41 | - |
| YUV | 147.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 103 | 0 | 0.53 | 0.56 | 0.07 | 3.61 | 0.78 | 0.66 |
| Hex | EC | 6F | 67 | 0 | 35 | 38 | 7 | 4 | 4E | 42 |
| Octal | 354 | 157 | 147 | 0 | 65 | 70 | 7 | 4 | 116 | 102 |
| Binary | 11101100 | 1101111 | 1100111 | 0 | 110101 | 111000 | 111 | 100 | 1001110 | 1000010 |
Color Harmonies of #EC6F67
Complementary color
Monochromatic Colors of #EC6F67
Black with #EC6F67
Text Example
Text Example
White with #EC6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F67; }
p { color: rgb(236,111,103); }
H1.HeaderClassName
{
color: #EC6F67;
}
.AnyTagClassName
{
color: #EC6F67;
}
</style>
background-color css
<style>
a { background-color: #EC6F67; }
a { background-color: rgb(236,111,103); }
div.DivClassName
{
background-color: #EC6F67;
}
.BgClassName
{
background-color: #EC6F67;
}
</style>
border-color css
<style>
span { border-color: #EC6F67; }
span { border-color: rgb(236,111,103); }
td.TdClassName
{
border-color: #EC6F67;
}
.TagClassName
{
border-color: #EC6F67;
}
</style>