Shades of Terra Cotta #EC695C
Tints of Terra Cotta #EC695C
RGB
CMYK
RGB Variations
Color information
#EC695C (or 0xEC695C) is known color: Terra Cotta. HEX triplet: EC, 69 and 5C. RGB value is (236,105,92). Sum of RGB (Red+Green+Blue) = 236+105+92=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC695C is #1396A3. Grayscale: #8E8E8E. Windows color (decimal): -1283748 or 6056428. OLE color: 6056428.
HSL color Cylindrical-coordinate representation of color #EC695C: hue angle of 5.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC695C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 92 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 5.42º | 0.79% | 0.64% | - |
| HSV(B) | 5.42º | 0.61% | 0.93% | - |
| XYZ | 41.58 | 28.71 | 13.48 | - |
| YUV | 142.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 92 | 0 | 0.56 | 0.61 | 0.07 | 5.42 | 0.79 | 0.64 |
| Hex | EC | 69 | 5C | 0 | 38 | 3D | 7 | 5 | 4F | 40 |
| Octal | 354 | 151 | 134 | 0 | 70 | 75 | 7 | 5 | 117 | 100 |
| Binary | 11101100 | 1101001 | 1011100 | 0 | 111000 | 111101 | 111 | 101 | 1001111 | 1000000 |
Color Harmonies of #EC695C
Complementary color
Monochromatic Colors of #EC695C
Black with #EC695C
Text Example
Text Example
White with #EC695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC695C; }
p { color: rgb(236,105,92); }
H1.HeaderClassName
{
color: #EC695C;
}
.AnyTagClassName
{
color: #EC695C;
}
</style>
background-color css
<style>
a { background-color: #EC695C; }
a { background-color: rgb(236,105,92); }
div.DivClassName
{
background-color: #EC695C;
}
.BgClassName
{
background-color: #EC695C;
}
</style>
border-color css
<style>
span { border-color: #EC695C; }
span { border-color: rgb(236,105,92); }
td.TdClassName
{
border-color: #EC695C;
}
.TagClassName
{
border-color: #EC695C;
}
</style>