Shades of Terra Cotta #EC765F
Tints of Terra Cotta #EC765F
RGB
CMYK
RGB Variations
Color information
#EC765F (or 0xEC765F) is known color: Terra Cotta. HEX triplet: EC, 76 and 5F. RGB value is (236,118,95). Sum of RGB (Red+Green+Blue) = 236+118+95=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC765F is #1389A0. Grayscale: #969696. Windows color (decimal): -1280417 or 6256364. OLE color: 6256364.
HSL color Cylindrical-coordinate representation of color #EC765F: hue angle of 9.79º 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 #EC765F is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 95 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.07 |
| HSL | 9.79º | 0.79% | 0.65% | - |
| HSV(B) | 9.79º | 0.6% | 0.93% | - |
| XYZ | 43.14 | 31.62 | 14.66 | - |
| YUV | 150.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 95 | 0 | 0.5 | 0.60 | 0.07 | 9.79 | 0.79 | 0.65 |
| Hex | EC | 76 | 5F | 0 | 32 | 3C | 7 | A | 4F | 41 |
| Octal | 354 | 166 | 137 | 0 | 62 | 74 | 7 | 12 | 117 | 101 |
| Binary | 11101100 | 1110110 | 1011111 | 0 | 110010 | 111100 | 111 | 1010 | 1001111 | 1000001 |
Color Harmonies of #EC765F
Complementary color
Monochromatic Colors of #EC765F
Black with #EC765F
Text Example
Text Example
White with #EC765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC765F; }
p { color: rgb(236,118,95); }
H1.HeaderClassName
{
color: #EC765F;
}
.AnyTagClassName
{
color: #EC765F;
}
</style>
background-color css
<style>
a { background-color: #EC765F; }
a { background-color: rgb(236,118,95); }
div.DivClassName
{
background-color: #EC765F;
}
.BgClassName
{
background-color: #EC765F;
}
</style>
border-color css
<style>
span { border-color: #EC765F; }
span { border-color: rgb(236,118,95); }
td.TdClassName
{
border-color: #EC765F;
}
.TagClassName
{
border-color: #EC765F;
}
</style>