Shades of Terra Cotta #E17C64
Tints of Terra Cotta #E17C64
RGB
CMYK
RGB Variations
Color information
#E17C64 (or 0xE17C64) is known color: Terra Cotta. HEX triplet: E1, 7C and 64. RGB value is (225,124,100). Sum of RGB (Red+Green+Blue) = 225+124+100=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C64 is #1E839B. Grayscale: #979797. Windows color (decimal): -1999772 or 6585569. OLE color: 6585569.
HSL color Cylindrical-coordinate representation of color #E17C64: hue angle of 11.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E17C64 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 100 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.12 |
| HSL | 11.52º | 0.68% | 0.64% | - |
| HSV(B) | 11.52º | 0.56% | 0.88% | - |
| XYZ | 40.56 | 31.34 | 15.97 | - |
| YUV | 151.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 100 | 0 | 0.45 | 0.56 | 0.12 | 11.52 | 0.68 | 0.64 |
| Hex | E1 | 7C | 64 | 0 | 2D | 38 | C | C | 44 | 40 |
| Octal | 341 | 174 | 144 | 0 | 55 | 70 | 14 | 14 | 104 | 100 |
| Binary | 11100001 | 1111100 | 1100100 | 0 | 101101 | 111000 | 1100 | 1100 | 1000100 | 1000000 |
Color Harmonies of #E17C64
Complementary color
Monochromatic Colors of #E17C64
Black with #E17C64
Text Example
Text Example
White with #E17C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C64; }
p { color: rgb(225,124,100); }
H1.HeaderClassName
{
color: #E17C64;
}
.AnyTagClassName
{
color: #E17C64;
}
</style>
background-color css
<style>
a { background-color: #E17C64; }
a { background-color: rgb(225,124,100); }
div.DivClassName
{
background-color: #E17C64;
}
.BgClassName
{
background-color: #E17C64;
}
</style>
border-color css
<style>
span { border-color: #E17C64; }
span { border-color: rgb(225,124,100); }
td.TdClassName
{
border-color: #E17C64;
}
.TagClassName
{
border-color: #E17C64;
}
</style>