Shades of Terra Cotta #EC655F
Tints of Terra Cotta #EC655F
RGB
CMYK
RGB Variations
Color information
#EC655F (or 0xEC655F) is known color: Terra Cotta. HEX triplet: EC, 65 and 5F. RGB value is (236,101,95). Sum of RGB (Red+Green+Blue) = 236+101+95=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC655F is #139AA0. Grayscale: #8C8C8C. Windows color (decimal): -1284769 or 6252012. OLE color: 6252012.
HSL color Cylindrical-coordinate representation of color #EC655F: hue angle of 2.55º 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 #EC655F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 95 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.07 |
| HSL | 2.55º | 0.79% | 0.65% | - |
| HSV(B) | 2.55º | 0.6% | 0.93% | - |
| XYZ | 41.31 | 27.97 | 14.05 | - |
| YUV | 140.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 95 | 0 | 0.57 | 0.60 | 0.07 | 2.55 | 0.79 | 0.65 |
| Hex | EC | 65 | 5F | 0 | 39 | 3C | 7 | 3 | 4F | 41 |
| Octal | 354 | 145 | 137 | 0 | 71 | 74 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1100101 | 1011111 | 0 | 111001 | 111100 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC655F
Complementary color
Monochromatic Colors of #EC655F
Black with #EC655F
Text Example
Text Example
White with #EC655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC655F; }
p { color: rgb(236,101,95); }
H1.HeaderClassName
{
color: #EC655F;
}
.AnyTagClassName
{
color: #EC655F;
}
</style>
background-color css
<style>
a { background-color: #EC655F; }
a { background-color: rgb(236,101,95); }
div.DivClassName
{
background-color: #EC655F;
}
.BgClassName
{
background-color: #EC655F;
}
</style>
border-color css
<style>
span { border-color: #EC655F; }
span { border-color: rgb(236,101,95); }
td.TdClassName
{
border-color: #EC655F;
}
.TagClassName
{
border-color: #EC655F;
}
</style>