Shades of Terra Cotta #EC7665
Tints of Terra Cotta #EC7665
RGB
CMYK
RGB Variations
Color information
#EC7665 (or 0xEC7665) is known color: Terra Cotta. HEX triplet: EC, 76 and 65. RGB value is (236,118,101). Sum of RGB (Red+Green+Blue) = 236+118+101=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7665 is #13899A. Grayscale: #979797. Windows color (decimal): -1280411 or 6649580. OLE color: 6649580.
HSL color Cylindrical-coordinate representation of color #EC7665: hue angle of 7.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC7665 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 101 | - |
| CMYK | 0 | 0.5 | 0.57 | 0.07 |
| HSL | 7.56º | 0.78% | 0.66% | - |
| HSV(B) | 7.56º | 0.57% | 0.93% | - |
| XYZ | 43.42 | 31.73 | 16.15 | - |
| YUV | 151.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 101 | 0 | 0.5 | 0.57 | 0.07 | 7.56 | 0.78 | 0.66 |
| Hex | EC | 76 | 65 | 0 | 32 | 39 | 7 | 8 | 4E | 42 |
| Octal | 354 | 166 | 145 | 0 | 62 | 71 | 7 | 10 | 116 | 102 |
| Binary | 11101100 | 1110110 | 1100101 | 0 | 110010 | 111001 | 111 | 1000 | 1001110 | 1000010 |
Color Harmonies of #EC7665
Complementary color
Monochromatic Colors of #EC7665
Black with #EC7665
Text Example
Text Example
White with #EC7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7665; }
p { color: rgb(236,118,101); }
H1.HeaderClassName
{
color: #EC7665;
}
.AnyTagClassName
{
color: #EC7665;
}
</style>
background-color css
<style>
a { background-color: #EC7665; }
a { background-color: rgb(236,118,101); }
div.DivClassName
{
background-color: #EC7665;
}
.BgClassName
{
background-color: #EC7665;
}
</style>
border-color css
<style>
span { border-color: #EC7665; }
span { border-color: rgb(236,118,101); }
td.TdClassName
{
border-color: #EC7665;
}
.TagClassName
{
border-color: #EC7665;
}
</style>