Shades of Terra Cotta #EC6862
Tints of Terra Cotta #EC6862
RGB
CMYK
RGB Variations
Color information
#EC6862 (or 0xEC6862) is known color: Terra Cotta. HEX triplet: EC, 68 and 62. RGB value is (236,104,98). Sum of RGB (Red+Green+Blue) = 236+104+98=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6862 is #13979D. Grayscale: #8E8E8E. Windows color (decimal): -1283998 or 6449388. OLE color: 6449388.
HSL color Cylindrical-coordinate representation of color #EC6862: hue angle of 2.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6862 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 98 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.07 |
| HSL | 2.61º | 0.78% | 0.65% | - |
| HSV(B) | 2.61º | 0.58% | 0.93% | - |
| XYZ | 41.75 | 28.62 | 14.88 | - |
| YUV | 142.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 98 | 0 | 0.56 | 0.58 | 0.07 | 2.61 | 0.78 | 0.65 |
| Hex | EC | 68 | 62 | 0 | 38 | 3A | 7 | 3 | 4E | 41 |
| Octal | 354 | 150 | 142 | 0 | 70 | 72 | 7 | 3 | 116 | 101 |
| Binary | 11101100 | 1101000 | 1100010 | 0 | 111000 | 111010 | 111 | 11 | 1001110 | 1000001 |
Color Harmonies of #EC6862
Complementary color
Monochromatic Colors of #EC6862
Black with #EC6862
Text Example
Text Example
White with #EC6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6862; }
p { color: rgb(236,104,98); }
H1.HeaderClassName
{
color: #EC6862;
}
.AnyTagClassName
{
color: #EC6862;
}
</style>
background-color css
<style>
a { background-color: #EC6862; }
a { background-color: rgb(236,104,98); }
div.DivClassName
{
background-color: #EC6862;
}
.BgClassName
{
background-color: #EC6862;
}
</style>
border-color css
<style>
span { border-color: #EC6862; }
span { border-color: rgb(236,104,98); }
td.TdClassName
{
border-color: #EC6862;
}
.TagClassName
{
border-color: #EC6862;
}
</style>