Shades of Terra Cotta #E06C60
Tints of Terra Cotta #E06C60
RGB
CMYK
RGB Variations
Color information
#E06C60 (or 0xE06C60) is known color: Terra Cotta. HEX triplet: E0, 6C and 60. RGB value is (224,108,96). Sum of RGB (Red+Green+Blue) = 224+108+96=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C60 is #1F939F. Grayscale: #8D8D8D. Windows color (decimal): -2069408 or 6319328. OLE color: 6319328.
HSL color Cylindrical-coordinate representation of color #E06C60: hue angle of 5.62º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06C60 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 96 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.12 |
| HSL | 5.63º | 0.67% | 0.63% | - |
| HSV(B) | 5.63º | 0.57% | 0.88% | - |
| XYZ | 38.21 | 27.42 | 14.34 | - |
| YUV | 141.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 96 | 0 | 0.52 | 0.57 | 0.12 | 5.63 | 0.67 | 0.63 |
| Hex | E0 | 6C | 60 | 0 | 34 | 39 | C | 6 | 43 | 3F |
| Octal | 340 | 154 | 140 | 0 | 64 | 71 | 14 | 6 | 103 | 77 |
| Binary | 11100000 | 1101100 | 1100000 | 0 | 110100 | 111001 | 1100 | 110 | 1000011 | 111111 |
Color Harmonies of #E06C60
Complementary color
Monochromatic Colors of #E06C60
Black with #E06C60
Text Example
Text Example
White with #E06C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C60; }
p { color: rgb(224,108,96); }
H1.HeaderClassName
{
color: #E06C60;
}
.AnyTagClassName
{
color: #E06C60;
}
</style>
background-color css
<style>
a { background-color: #E06C60; }
a { background-color: rgb(224,108,96); }
div.DivClassName
{
background-color: #E06C60;
}
.BgClassName
{
background-color: #E06C60;
}
</style>
border-color css
<style>
span { border-color: #E06C60; }
span { border-color: rgb(224,108,96); }
td.TdClassName
{
border-color: #E06C60;
}
.TagClassName
{
border-color: #E06C60;
}
</style>