Shades of Terra Cotta #EC665F
Tints of Terra Cotta #EC665F
RGB
CMYK
RGB Variations
Color information
#EC665F (or 0xEC665F) is known color: Terra Cotta. HEX triplet: EC, 66 and 5F. RGB value is (236,102,95). Sum of RGB (Red+Green+Blue) = 236+102+95=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC665F is #1399A0. Grayscale: #8D8D8D. Windows color (decimal): -1284513 or 6252268. OLE color: 6252268.
HSL color Cylindrical-coordinate representation of color #EC665F: hue angle of 2.98º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC665F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 95 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.07 |
| HSL | 2.98º | 0.79% | 0.65% | - |
| HSV(B) | 2.98º | 0.6% | 0.93% | - |
| XYZ | 41.41 | 28.16 | 14.08 | - |
| YUV | 141.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 95 | 0 | 0.57 | 0.60 | 0.07 | 2.98 | 0.79 | 0.65 |
| Hex | EC | 66 | 5F | 0 | 39 | 3C | 7 | 3 | 4F | 41 |
| Octal | 354 | 146 | 137 | 0 | 71 | 74 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1100110 | 1011111 | 0 | 111001 | 111100 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC665F
Complementary color
Monochromatic Colors of #EC665F
Black with #EC665F
Text Example
Text Example
White with #EC665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC665F; }
p { color: rgb(236,102,95); }
H1.HeaderClassName
{
color: #EC665F;
}
.AnyTagClassName
{
color: #EC665F;
}
</style>
background-color css
<style>
a { background-color: #EC665F; }
a { background-color: rgb(236,102,95); }
div.DivClassName
{
background-color: #EC665F;
}
.BgClassName
{
background-color: #EC665F;
}
</style>
border-color css
<style>
span { border-color: #EC665F; }
span { border-color: rgb(236,102,95); }
td.TdClassName
{
border-color: #EC665F;
}
.TagClassName
{
border-color: #EC665F;
}
</style>