Shades of Terra Cotta #EC6B5C
Tints of Terra Cotta #EC6B5C
RGB
CMYK
RGB Variations
Color information
#EC6B5C (or 0xEC6B5C) is known color: Terra Cotta. HEX triplet: EC, 6B and 5C. RGB value is (236,107,92). Sum of RGB (Red+Green+Blue) = 236+107+92=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B5C is #1394A3. Grayscale: #909090. Windows color (decimal): -1283236 or 6056940. OLE color: 6056940.
HSL color Cylindrical-coordinate representation of color #EC6B5C: hue angle of 6.25º 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 #EC6B5C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 92 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.07 |
| HSL | 6.25º | 0.79% | 0.64% | - |
| HSV(B) | 6.25º | 0.61% | 0.93% | - |
| XYZ | 41.78 | 29.12 | 13.54 | - |
| YUV | 143.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 92 | 0 | 0.55 | 0.61 | 0.07 | 6.25 | 0.79 | 0.64 |
| Hex | EC | 6B | 5C | 0 | 37 | 3D | 7 | 6 | 4F | 40 |
| Octal | 354 | 153 | 134 | 0 | 67 | 75 | 7 | 6 | 117 | 100 |
| Binary | 11101100 | 1101011 | 1011100 | 0 | 110111 | 111101 | 111 | 110 | 1001111 | 1000000 |
Color Harmonies of #EC6B5C
Complementary color
Monochromatic Colors of #EC6B5C
Black with #EC6B5C
Text Example
Text Example
White with #EC6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B5C; }
p { color: rgb(236,107,92); }
H1.HeaderClassName
{
color: #EC6B5C;
}
.AnyTagClassName
{
color: #EC6B5C;
}
</style>
background-color css
<style>
a { background-color: #EC6B5C; }
a { background-color: rgb(236,107,92); }
div.DivClassName
{
background-color: #EC6B5C;
}
.BgClassName
{
background-color: #EC6B5C;
}
</style>
border-color css
<style>
span { border-color: #EC6B5C; }
span { border-color: rgb(236,107,92); }
td.TdClassName
{
border-color: #EC6B5C;
}
.TagClassName
{
border-color: #EC6B5C;
}
</style>