Shades of Terra Cotta #EC695D
Tints of Terra Cotta #EC695D
RGB
CMYK
RGB Variations
Color information
#EC695D (or 0xEC695D) is known color: Terra Cotta. HEX triplet: EC, 69 and 5D. RGB value is (236,105,93). Sum of RGB (Red+Green+Blue) = 236+105+93=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC695D is #1396A2. Grayscale: #8E8E8E. Windows color (decimal): -1283747 or 6121964. OLE color: 6121964.
HSL color Cylindrical-coordinate representation of color #EC695D: hue angle of 5.03º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC695D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 93 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 5.03º | 0.79% | 0.65% | - |
| HSV(B) | 5.03º | 0.61% | 0.93% | - |
| XYZ | 41.62 | 28.73 | 13.71 | - |
| YUV | 142.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 93 | 0 | 0.56 | 0.61 | 0.07 | 5.03 | 0.79 | 0.65 |
| Hex | EC | 69 | 5D | 0 | 38 | 3D | 7 | 5 | 4F | 41 |
| Octal | 354 | 151 | 135 | 0 | 70 | 75 | 7 | 5 | 117 | 101 |
| Binary | 11101100 | 1101001 | 1011101 | 0 | 111000 | 111101 | 111 | 101 | 1001111 | 1000001 |
Color Harmonies of #EC695D
Complementary color
Monochromatic Colors of #EC695D
Black with #EC695D
Text Example
Text Example
White with #EC695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC695D; }
p { color: rgb(236,105,93); }
H1.HeaderClassName
{
color: #EC695D;
}
.AnyTagClassName
{
color: #EC695D;
}
</style>
background-color css
<style>
a { background-color: #EC695D; }
a { background-color: rgb(236,105,93); }
div.DivClassName
{
background-color: #EC695D;
}
.BgClassName
{
background-color: #EC695D;
}
</style>
border-color css
<style>
span { border-color: #EC695D; }
span { border-color: rgb(236,105,93); }
td.TdClassName
{
border-color: #EC695D;
}
.TagClassName
{
border-color: #EC695D;
}
</style>