Shades of Terra Cotta #EC8063
Tints of Terra Cotta #EC8063
RGB
CMYK
RGB Variations
Color information
#EC8063 (or 0xEC8063) is known color: Terra Cotta. HEX triplet: EC, 80 and 63. RGB value is (236,128,99). Sum of RGB (Red+Green+Blue) = 236+128+99=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8063 is #137F9C. Grayscale: #9D9D9D. Windows color (decimal): -1277853 or 6521068. OLE color: 6521068.
HSL color Cylindrical-coordinate representation of color #EC8063: hue angle of 12.7º 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 #EC8063 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 99 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.07 |
| HSL | 12.7º | 0.78% | 0.66% | - |
| HSV(B) | 12.7º | 0.58% | 0.93% | - |
| XYZ | 44.56 | 34.17 | 16.05 | - |
| YUV | 156.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 99 | 0 | 0.46 | 0.58 | 0.07 | 12.7 | 0.78 | 0.66 |
| Hex | EC | 80 | 63 | 0 | 2E | 3A | 7 | D | 4E | 42 |
| Octal | 354 | 200 | 143 | 0 | 56 | 72 | 7 | 15 | 116 | 102 |
| Binary | 11101100 | 10000000 | 1100011 | 0 | 101110 | 111010 | 111 | 1101 | 1001110 | 1000010 |
Color Harmonies of #EC8063
Complementary color
Monochromatic Colors of #EC8063
Black with #EC8063
Text Example
Text Example
White with #EC8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8063; }
p { color: rgb(236,128,99); }
H1.HeaderClassName
{
color: #EC8063;
}
.AnyTagClassName
{
color: #EC8063;
}
</style>
background-color css
<style>
a { background-color: #EC8063; }
a { background-color: rgb(236,128,99); }
div.DivClassName
{
background-color: #EC8063;
}
.BgClassName
{
background-color: #EC8063;
}
</style>
border-color css
<style>
span { border-color: #EC8063; }
span { border-color: rgb(236,128,99); }
td.TdClassName
{
border-color: #EC8063;
}
.TagClassName
{
border-color: #EC8063;
}
</style>