Shades of Terra Cotta #EC665C
Tints of Terra Cotta #EC665C
RGB
CMYK
RGB Variations
Color information
#EC665C (or 0xEC665C) is known color: Terra Cotta. HEX triplet: EC, 66 and 5C. RGB value is (236,102,92). Sum of RGB (Red+Green+Blue) = 236+102+92=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC665C is #1399A3. Grayscale: #8D8D8D. Windows color (decimal): -1284516 or 6055660. OLE color: 6055660.
HSL color Cylindrical-coordinate representation of color #EC665C: hue angle of 4.17º 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 #EC665C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 92 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.07 |
| HSL | 4.17º | 0.79% | 0.64% | - |
| HSV(B) | 4.17º | 0.61% | 0.93% | - |
| XYZ | 41.28 | 28.11 | 13.38 | - |
| YUV | 140.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 92 | 0 | 0.57 | 0.61 | 0.07 | 4.17 | 0.79 | 0.64 |
| Hex | EC | 66 | 5C | 0 | 39 | 3D | 7 | 4 | 4F | 40 |
| Octal | 354 | 146 | 134 | 0 | 71 | 75 | 7 | 4 | 117 | 100 |
| Binary | 11101100 | 1100110 | 1011100 | 0 | 111001 | 111101 | 111 | 100 | 1001111 | 1000000 |
Color Harmonies of #EC665C
Complementary color
Monochromatic Colors of #EC665C
Black with #EC665C
Text Example
Text Example
White with #EC665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC665C; }
p { color: rgb(236,102,92); }
H1.HeaderClassName
{
color: #EC665C;
}
.AnyTagClassName
{
color: #EC665C;
}
</style>
background-color css
<style>
a { background-color: #EC665C; }
a { background-color: rgb(236,102,92); }
div.DivClassName
{
background-color: #EC665C;
}
.BgClassName
{
background-color: #EC665C;
}
</style>
border-color css
<style>
span { border-color: #EC665C; }
span { border-color: rgb(236,102,92); }
td.TdClassName
{
border-color: #EC665C;
}
.TagClassName
{
border-color: #EC665C;
}
</style>