Shades of Terra Cotta #EC775D
Tints of Terra Cotta #EC775D
RGB
CMYK
RGB Variations
Color information
#EC775D (or 0xEC775D) is known color: Terra Cotta. HEX triplet: EC, 77 and 5D. RGB value is (236,119,93). Sum of RGB (Red+Green+Blue) = 236+119+93=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC775D is #1388A2. Grayscale: #979797. Windows color (decimal): -1280163 or 6125548. OLE color: 6125548.
HSL color Cylindrical-coordinate representation of color #EC775D: hue angle of 10.91º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC775D is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 93 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.07 |
| HSL | 10.91º | 0.79% | 0.65% | - |
| HSV(B) | 10.91º | 0.61% | 0.93% | - |
| XYZ | 43.16 | 31.82 | 14.22 | - |
| YUV | 151.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 93 | 0 | 0.50 | 0.61 | 0.07 | 10.91 | 0.79 | 0.65 |
| Hex | EC | 77 | 5D | 0 | 32 | 3D | 7 | B | 4F | 41 |
| Octal | 354 | 167 | 135 | 0 | 62 | 75 | 7 | 13 | 117 | 101 |
| Binary | 11101100 | 1110111 | 1011101 | 0 | 110010 | 111101 | 111 | 1011 | 1001111 | 1000001 |
Color Harmonies of #EC775D
Complementary color
Monochromatic Colors of #EC775D
Black with #EC775D
Text Example
Text Example
White with #EC775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC775D; }
p { color: rgb(236,119,93); }
H1.HeaderClassName
{
color: #EC775D;
}
.AnyTagClassName
{
color: #EC775D;
}
</style>
background-color css
<style>
a { background-color: #EC775D; }
a { background-color: rgb(236,119,93); }
div.DivClassName
{
background-color: #EC775D;
}
.BgClassName
{
background-color: #EC775D;
}
</style>
border-color css
<style>
span { border-color: #EC775D; }
span { border-color: rgb(236,119,93); }
td.TdClassName
{
border-color: #EC775D;
}
.TagClassName
{
border-color: #EC775D;
}
</style>