Shades of Terra Cotta #EC765E
Tints of Terra Cotta #EC765E
RGB
CMYK
RGB Variations
Color information
#EC765E (or 0xEC765E) is known color: Terra Cotta. HEX triplet: EC, 76 and 5E. RGB value is (236,118,94). Sum of RGB (Red+Green+Blue) = 236+118+94=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC765E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC765E is #1389A1. Grayscale: #969696. Windows color (decimal): -1280418 or 6190828. OLE color: 6190828.
HSL color Cylindrical-coordinate representation of color #EC765E: hue angle of 10.14º 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 #EC765E is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 94 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.07 |
| HSL | 10.14º | 0.79% | 0.65% | - |
| HSV(B) | 10.14º | 0.6% | 0.93% | - |
| XYZ | 43.09 | 31.6 | 14.42 | - |
| YUV | 150.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 94 | 0 | 0.5 | 0.60 | 0.07 | 10.14 | 0.79 | 0.65 |
| Hex | EC | 76 | 5E | 0 | 32 | 3C | 7 | A | 4F | 41 |
| Octal | 354 | 166 | 136 | 0 | 62 | 74 | 7 | 12 | 117 | 101 |
| Binary | 11101100 | 1110110 | 1011110 | 0 | 110010 | 111100 | 111 | 1010 | 1001111 | 1000001 |
Color Harmonies of #EC765E
Complementary color
Monochromatic Colors of #EC765E
Black with #EC765E
Text Example
Text Example
White with #EC765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC765E; }
p { color: rgb(236,118,94); }
H1.HeaderClassName
{
color: #EC765E;
}
.AnyTagClassName
{
color: #EC765E;
}
</style>
background-color css
<style>
a { background-color: #EC765E; }
a { background-color: rgb(236,118,94); }
div.DivClassName
{
background-color: #EC765E;
}
.BgClassName
{
background-color: #EC765E;
}
</style>
border-color css
<style>
span { border-color: #EC765E; }
span { border-color: rgb(236,118,94); }
td.TdClassName
{
border-color: #EC765E;
}
.TagClassName
{
border-color: #EC765E;
}
</style>