Shades of Terra Cotta #EC7F64
Tints of Terra Cotta #EC7F64
RGB
CMYK
RGB Variations
Color information
#EC7F64 (or 0xEC7F64) is known color: Terra Cotta. HEX triplet: EC, 7F and 64. RGB value is (236,127,100). Sum of RGB (Red+Green+Blue) = 236+127+100=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F64 is #13809B. Grayscale: #9C9C9C. Windows color (decimal): -1278108 or 6586348. OLE color: 6586348.
HSL color Cylindrical-coordinate representation of color #EC7F64: hue angle of 11.91º 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 #EC7F64 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 100 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.07 |
| HSL | 11.91º | 0.78% | 0.66% | - |
| HSV(B) | 11.91º | 0.58% | 0.93% | - |
| XYZ | 44.48 | 33.93 | 16.26 | - |
| YUV | 156.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 100 | 0 | 0.46 | 0.58 | 0.07 | 11.91 | 0.78 | 0.66 |
| Hex | EC | 7F | 64 | 0 | 2E | 3A | 7 | C | 4E | 42 |
| Octal | 354 | 177 | 144 | 0 | 56 | 72 | 7 | 14 | 116 | 102 |
| Binary | 11101100 | 1111111 | 1100100 | 0 | 101110 | 111010 | 111 | 1100 | 1001110 | 1000010 |
Color Harmonies of #EC7F64
Complementary color
Monochromatic Colors of #EC7F64
Black with #EC7F64
Text Example
Text Example
White with #EC7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F64; }
p { color: rgb(236,127,100); }
H1.HeaderClassName
{
color: #EC7F64;
}
.AnyTagClassName
{
color: #EC7F64;
}
</style>
background-color css
<style>
a { background-color: #EC7F64; }
a { background-color: rgb(236,127,100); }
div.DivClassName
{
background-color: #EC7F64;
}
.BgClassName
{
background-color: #EC7F64;
}
</style>
border-color css
<style>
span { border-color: #EC7F64; }
span { border-color: rgb(236,127,100); }
td.TdClassName
{
border-color: #EC7F64;
}
.TagClassName
{
border-color: #EC7F64;
}
</style>