Shades of Terra Cotta #E57860
Tints of Terra Cotta #E57860
RGB
CMYK
RGB Variations
Color information
#E57860 (or 0xE57860) is known color: Terra Cotta. HEX triplet: E5, 78 and 60. RGB value is (229,120,96). Sum of RGB (Red+Green+Blue) = 229+120+96=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E57860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57860 is #1A879F. Grayscale: #969696. Windows color (decimal): -1738656 or 6322405. OLE color: 6322405.
HSL color Cylindrical-coordinate representation of color #E57860: hue angle of 10.83º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E57860 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 96 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.10 |
| HSL | 10.83º | 0.72% | 0.64% | - |
| HSV(B) | 10.83º | 0.58% | 0.9% | - |
| XYZ | 41.14 | 30.94 | 14.87 | - |
| YUV | 149.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 96 | 0 | 0.48 | 0.58 | 0.10 | 10.83 | 0.72 | 0.64 |
| Hex | E5 | 78 | 60 | 0 | 30 | 3A | A | B | 48 | 40 |
| Octal | 345 | 170 | 140 | 0 | 60 | 72 | 12 | 13 | 110 | 100 |
| Binary | 11100101 | 1111000 | 1100000 | 0 | 110000 | 111010 | 1010 | 1011 | 1001000 | 1000000 |
Color Harmonies of #E57860
Complementary color
Monochromatic Colors of #E57860
Black with #E57860
Text Example
Text Example
White with #E57860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57860; }
p { color: rgb(229,120,96); }
H1.HeaderClassName
{
color: #E57860;
}
.AnyTagClassName
{
color: #E57860;
}
</style>
background-color css
<style>
a { background-color: #E57860; }
a { background-color: rgb(229,120,96); }
div.DivClassName
{
background-color: #E57860;
}
.BgClassName
{
background-color: #E57860;
}
</style>
border-color css
<style>
span { border-color: #E57860; }
span { border-color: rgb(229,120,96); }
td.TdClassName
{
border-color: #E57860;
}
.TagClassName
{
border-color: #E57860;
}
</style>