Shades of Terra Cotta #EC745B
Tints of Terra Cotta #EC745B
RGB
CMYK
RGB Variations
Color information
#EC745B (or 0xEC745B) is known color: Terra Cotta. HEX triplet: EC, 74 and 5B. RGB value is (236,116,91). Sum of RGB (Red+Green+Blue) = 236+116+91=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC745B is #138BA4. Grayscale: #959595. Windows color (decimal): -1280933 or 5993708. OLE color: 5993708.
HSL color Cylindrical-coordinate representation of color #EC745B: hue angle of 10.34º 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 #EC745B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 91 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.07 |
| HSL | 10.34º | 0.79% | 0.64% | - |
| HSV(B) | 10.34º | 0.61% | 0.93% | - |
| XYZ | 42.73 | 31.08 | 13.64 | - |
| YUV | 149.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 91 | 0 | 0.51 | 0.61 | 0.07 | 10.34 | 0.79 | 0.64 |
| Hex | EC | 74 | 5B | 0 | 33 | 3D | 7 | A | 4F | 40 |
| Octal | 354 | 164 | 133 | 0 | 63 | 75 | 7 | 12 | 117 | 100 |
| Binary | 11101100 | 1110100 | 1011011 | 0 | 110011 | 111101 | 111 | 1010 | 1001111 | 1000000 |
Color Harmonies of #EC745B
Complementary color
Monochromatic Colors of #EC745B
Black with #EC745B
Text Example
Text Example
White with #EC745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC745B; }
p { color: rgb(236,116,91); }
H1.HeaderClassName
{
color: #EC745B;
}
.AnyTagClassName
{
color: #EC745B;
}
</style>
background-color css
<style>
a { background-color: #EC745B; }
a { background-color: rgb(236,116,91); }
div.DivClassName
{
background-color: #EC745B;
}
.BgClassName
{
background-color: #EC745B;
}
</style>
border-color css
<style>
span { border-color: #EC745B; }
span { border-color: rgb(236,116,91); }
td.TdClassName
{
border-color: #EC745B;
}
.TagClassName
{
border-color: #EC745B;
}
</style>