Shades of Terra Cotta #E17560
Tints of Terra Cotta #E17560
RGB
CMYK
RGB Variations
Color information
#E17560 (or 0xE17560) is known color: Terra Cotta. HEX triplet: E1, 75 and 60. RGB value is (225,117,96). Sum of RGB (Red+Green+Blue) = 225+117+96=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E17560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17560 is #1E8A9F. Grayscale: #939393. Windows color (decimal): -2001568 or 6321633. OLE color: 6321633.
HSL color Cylindrical-coordinate representation of color #E17560: hue angle of 9.77º degrees, saturation: 0.68, 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 #E17560 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 96 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.12 |
| HSL | 9.77º | 0.68% | 0.63% | - |
| HSV(B) | 9.77º | 0.57% | 0.88% | - |
| XYZ | 39.52 | 29.57 | 14.69 | - |
| YUV | 146.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 96 | 0 | 0.48 | 0.57 | 0.12 | 9.77 | 0.68 | 0.63 |
| Hex | E1 | 75 | 60 | 0 | 30 | 39 | C | A | 44 | 3F |
| Octal | 341 | 165 | 140 | 0 | 60 | 71 | 14 | 12 | 104 | 77 |
| Binary | 11100001 | 1110101 | 1100000 | 0 | 110000 | 111001 | 1100 | 1010 | 1000100 | 111111 |
Color Harmonies of #E17560
Complementary color
Monochromatic Colors of #E17560
Black with #E17560
Text Example
Text Example
White with #E17560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17560; }
p { color: rgb(225,117,96); }
H1.HeaderClassName
{
color: #E17560;
}
.AnyTagClassName
{
color: #E17560;
}
</style>
background-color css
<style>
a { background-color: #E17560; }
a { background-color: rgb(225,117,96); }
div.DivClassName
{
background-color: #E17560;
}
.BgClassName
{
background-color: #E17560;
}
</style>
border-color css
<style>
span { border-color: #E17560; }
span { border-color: rgb(225,117,96); }
td.TdClassName
{
border-color: #E17560;
}
.TagClassName
{
border-color: #E17560;
}
</style>