Shades of Terra Cotta #EC6D5B
Tints of Terra Cotta #EC6D5B
RGB
CMYK
RGB Variations
Color information
#EC6D5B (or 0xEC6D5B) is known color: Terra Cotta. HEX triplet: EC, 6D and 5B. RGB value is (236,109,91). Sum of RGB (Red+Green+Blue) = 236+109+91=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D5B is #1392A4. Grayscale: #919191. Windows color (decimal): -1282725 or 5991916. OLE color: 5991916.
HSL color Cylindrical-coordinate representation of color #EC6D5B: hue angle of 7.45º 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 #EC6D5B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 91 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.07 |
| HSL | 7.45º | 0.79% | 0.64% | - |
| HSV(B) | 7.45º | 0.61% | 0.93% | - |
| XYZ | 41.95 | 29.53 | 13.39 | - |
| YUV | 144.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 91 | 0 | 0.54 | 0.61 | 0.07 | 7.45 | 0.79 | 0.64 |
| Hex | EC | 6D | 5B | 0 | 36 | 3D | 7 | 7 | 4F | 40 |
| Octal | 354 | 155 | 133 | 0 | 66 | 75 | 7 | 7 | 117 | 100 |
| Binary | 11101100 | 1101101 | 1011011 | 0 | 110110 | 111101 | 111 | 111 | 1001111 | 1000000 |
Color Harmonies of #EC6D5B
Complementary color
Monochromatic Colors of #EC6D5B
Black with #EC6D5B
Text Example
Text Example
White with #EC6D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D5B; }
p { color: rgb(236,109,91); }
H1.HeaderClassName
{
color: #EC6D5B;
}
.AnyTagClassName
{
color: #EC6D5B;
}
</style>
background-color css
<style>
a { background-color: #EC6D5B; }
a { background-color: rgb(236,109,91); }
div.DivClassName
{
background-color: #EC6D5B;
}
.BgClassName
{
background-color: #EC6D5B;
}
</style>
border-color css
<style>
span { border-color: #EC6D5B; }
span { border-color: rgb(236,109,91); }
td.TdClassName
{
border-color: #EC6D5B;
}
.TagClassName
{
border-color: #EC6D5B;
}
</style>