Shades of Terra Cotta #EC6763
Tints of Terra Cotta #EC6763
RGB
CMYK
RGB Variations
Color information
#EC6763 (or 0xEC6763) is known color: Terra Cotta. HEX triplet: EC, 67 and 63. RGB value is (236,103,99). Sum of RGB (Red+Green+Blue) = 236+103+99=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6763 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6763 is #13989C. Grayscale: #8E8E8E. Windows color (decimal): -1284253 or 6514668. OLE color: 6514668.
HSL color Cylindrical-coordinate representation of color #EC6763: hue angle of 1.75º 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 #EC6763 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 99 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.07 |
| HSL | 1.75º | 0.78% | 0.66% | - |
| HSV(B) | 1.75º | 0.58% | 0.93% | - |
| XYZ | 41.69 | 28.43 | 15.1 | - |
| YUV | 142.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 99 | 0 | 0.56 | 0.58 | 0.07 | 1.75 | 0.78 | 0.66 |
| Hex | EC | 67 | 63 | 0 | 38 | 3A | 7 | 2 | 4E | 42 |
| Octal | 354 | 147 | 143 | 0 | 70 | 72 | 7 | 2 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1100011 | 0 | 111000 | 111010 | 111 | 10 | 1001110 | 1000010 |
Color Harmonies of #EC6763
Complementary color
Monochromatic Colors of #EC6763
Black with #EC6763
Text Example
Text Example
White with #EC6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6763; }
p { color: rgb(236,103,99); }
H1.HeaderClassName
{
color: #EC6763;
}
.AnyTagClassName
{
color: #EC6763;
}
</style>
background-color css
<style>
a { background-color: #EC6763; }
a { background-color: rgb(236,103,99); }
div.DivClassName
{
background-color: #EC6763;
}
.BgClassName
{
background-color: #EC6763;
}
</style>
border-color css
<style>
span { border-color: #EC6763; }
span { border-color: rgb(236,103,99); }
td.TdClassName
{
border-color: #EC6763;
}
.TagClassName
{
border-color: #EC6763;
}
</style>