Shades of Terra Cotta #EC765C
Tints of Terra Cotta #EC765C
RGB
CMYK
RGB Variations
Color information
#EC765C (or 0xEC765C) is known color: Terra Cotta. HEX triplet: EC, 76 and 5C. RGB value is (236,118,92). Sum of RGB (Red+Green+Blue) = 236+118+92=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC765C is #1389A3. Grayscale: #969696. Windows color (decimal): -1280420 or 6059756. OLE color: 6059756.
HSL color Cylindrical-coordinate representation of color #EC765C: hue angle of 10.83º 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 #EC765C is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 92 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.07 |
| HSL | 10.83º | 0.79% | 0.64% | - |
| HSV(B) | 10.83º | 0.61% | 0.93% | - |
| XYZ | 43 | 31.56 | 13.95 | - |
| YUV | 150.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 92 | 0 | 0.5 | 0.61 | 0.07 | 10.83 | 0.79 | 0.64 |
| Hex | EC | 76 | 5C | 0 | 32 | 3D | 7 | B | 4F | 40 |
| Octal | 354 | 166 | 134 | 0 | 62 | 75 | 7 | 13 | 117 | 100 |
| Binary | 11101100 | 1110110 | 1011100 | 0 | 110010 | 111101 | 111 | 1011 | 1001111 | 1000000 |
Color Harmonies of #EC765C
Complementary color
Monochromatic Colors of #EC765C
Black with #EC765C
Text Example
Text Example
White with #EC765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC765C; }
p { color: rgb(236,118,92); }
H1.HeaderClassName
{
color: #EC765C;
}
.AnyTagClassName
{
color: #EC765C;
}
</style>
background-color css
<style>
a { background-color: #EC765C; }
a { background-color: rgb(236,118,92); }
div.DivClassName
{
background-color: #EC765C;
}
.BgClassName
{
background-color: #EC765C;
}
</style>
border-color css
<style>
span { border-color: #EC765C; }
span { border-color: rgb(236,118,92); }
td.TdClassName
{
border-color: #EC765C;
}
.TagClassName
{
border-color: #EC765C;
}
</style>