Shades of Terra Cotta #EC6663
Tints of Terra Cotta #EC6663
RGB
CMYK
RGB Variations
Color information
#EC6663 (or 0xEC6663) is known color: Terra Cotta. HEX triplet: EC, 66 and 63. RGB value is (236,102,99). Sum of RGB (Red+Green+Blue) = 236+102+99=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6663 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6663 is #13999C. Grayscale: #8D8D8D. Windows color (decimal): -1284509 or 6514412. OLE color: 6514412.
HSL color Cylindrical-coordinate representation of color #EC6663: hue angle of 1.31º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6663 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 99 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.07 |
| HSL | 1.31º | 0.78% | 0.66% | - |
| HSV(B) | 1.31º | 0.58% | 0.93% | - |
| XYZ | 41.6 | 28.24 | 15.06 | - |
| YUV | 141.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 99 | 0 | 0.57 | 0.58 | 0.07 | 1.31 | 0.78 | 0.66 |
| Hex | EC | 66 | 63 | 0 | 39 | 3A | 7 | 1 | 4E | 42 |
| Octal | 354 | 146 | 143 | 0 | 71 | 72 | 7 | 1 | 116 | 102 |
| Binary | 11101100 | 1100110 | 1100011 | 0 | 111001 | 111010 | 111 | 1 | 1001110 | 1000010 |
Color Harmonies of #EC6663
Complementary color
Monochromatic Colors of #EC6663
Black with #EC6663
Text Example
Text Example
White with #EC6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6663; }
p { color: rgb(236,102,99); }
H1.HeaderClassName
{
color: #EC6663;
}
.AnyTagClassName
{
color: #EC6663;
}
</style>
background-color css
<style>
a { background-color: #EC6663; }
a { background-color: rgb(236,102,99); }
div.DivClassName
{
background-color: #EC6663;
}
.BgClassName
{
background-color: #EC6663;
}
</style>
border-color css
<style>
span { border-color: #EC6663; }
span { border-color: rgb(236,102,99); }
td.TdClassName
{
border-color: #EC6663;
}
.TagClassName
{
border-color: #EC6663;
}
</style>