Shades of Terra Cotta #EC8065
Tints of Terra Cotta #EC8065
RGB
CMYK
RGB Variations
Color information
#EC8065 (or 0xEC8065) is known color: Terra Cotta. HEX triplet: EC, 80 and 65. RGB value is (236,128,101). Sum of RGB (Red+Green+Blue) = 236+128+101=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8065 is #137F9A. Grayscale: #9D9D9D. Windows color (decimal): -1277851 or 6652140. OLE color: 6652140.
HSL color Cylindrical-coordinate representation of color #EC8065: hue angle of 12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC8065 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 101 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.07 |
| HSL | 12º | 0.78% | 0.66% | - |
| HSV(B) | 12º | 0.57% | 0.93% | - |
| XYZ | 44.66 | 34.21 | 16.56 | - |
| YUV | 157.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 101 | 0 | 0.46 | 0.57 | 0.07 | 12 | 0.78 | 0.66 |
| Hex | EC | 80 | 65 | 0 | 2E | 39 | 7 | C | 4E | 42 |
| Octal | 354 | 200 | 145 | 0 | 56 | 71 | 7 | 14 | 116 | 102 |
| Binary | 11101100 | 10000000 | 1100101 | 0 | 101110 | 111001 | 111 | 1100 | 1001110 | 1000010 |
Color Harmonies of #EC8065
Complementary color
Monochromatic Colors of #EC8065
Black with #EC8065
Text Example
Text Example
White with #EC8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8065; }
p { color: rgb(236,128,101); }
H1.HeaderClassName
{
color: #EC8065;
}
.AnyTagClassName
{
color: #EC8065;
}
</style>
background-color css
<style>
a { background-color: #EC8065; }
a { background-color: rgb(236,128,101); }
div.DivClassName
{
background-color: #EC8065;
}
.BgClassName
{
background-color: #EC8065;
}
</style>
border-color css
<style>
span { border-color: #EC8065; }
span { border-color: rgb(236,128,101); }
td.TdClassName
{
border-color: #EC8065;
}
.TagClassName
{
border-color: #EC8065;
}
</style>