Shades of Terra Cotta #EC6A56
Tints of Terra Cotta #EC6A56
RGB
CMYK
RGB Variations
Color information
#EC6A56 (or 0xEC6A56) is known color: Terra Cotta. HEX triplet: EC, 6A and 56. RGB value is (236,106,86). Sum of RGB (Red+Green+Blue) = 236+106+86=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A56 is #1395A9. Grayscale: #8E8E8E. Windows color (decimal): -1283498 or 5663468. OLE color: 5663468.
HSL color Cylindrical-coordinate representation of color #EC6A56: hue angle of 8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC6A56 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 86 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.07 |
| HSL | 8º | 0.8% | 0.63% | - |
| HSV(B) | 8º | 0.64% | 0.93% | - |
| XYZ | 41.43 | 28.81 | 12.18 | - |
| YUV | 142.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 86 | 0 | 0.55 | 0.64 | 0.07 | 8 | 0.8 | 0.63 |
| Hex | EC | 6A | 56 | 0 | 37 | 40 | 7 | 8 | 50 | 3F |
| Octal | 354 | 152 | 126 | 0 | 67 | 100 | 7 | 10 | 120 | 77 |
| Binary | 11101100 | 1101010 | 1010110 | 0 | 110111 | 1000000 | 111 | 1000 | 1010000 | 111111 |
Color Harmonies of #EC6A56
Complementary color
Monochromatic Colors of #EC6A56
Black with #EC6A56
Text Example
Text Example
White with #EC6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A56; }
p { color: rgb(236,106,86); }
H1.HeaderClassName
{
color: #EC6A56;
}
.AnyTagClassName
{
color: #EC6A56;
}
</style>
background-color css
<style>
a { background-color: #EC6A56; }
a { background-color: rgb(236,106,86); }
div.DivClassName
{
background-color: #EC6A56;
}
.BgClassName
{
background-color: #EC6A56;
}
</style>
border-color css
<style>
span { border-color: #EC6A56; }
span { border-color: rgb(236,106,86); }
td.TdClassName
{
border-color: #EC6A56;
}
.TagClassName
{
border-color: #EC6A56;
}
</style>