Shades of Terra Cotta #E56A60
Tints of Terra Cotta #E56A60
RGB
CMYK
RGB Variations
Color information
#E56A60 (or 0xE56A60) is known color: Terra Cotta. HEX triplet: E5, 6A and 60. RGB value is (229,106,96). Sum of RGB (Red+Green+Blue) = 229+106+96=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A60 is #1A959F. Grayscale: #8D8D8D. Windows color (decimal): -1742240 or 6318821. OLE color: 6318821.
HSL color Cylindrical-coordinate representation of color #E56A60: hue angle of 4.51º 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 #E56A60 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 96 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.10 |
| HSL | 4.51º | 0.72% | 0.64% | - |
| HSV(B) | 4.51º | 0.58% | 0.9% | - |
| XYZ | 39.58 | 27.81 | 14.35 | - |
| YUV | 141.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 96 | 0 | 0.54 | 0.58 | 0.10 | 4.51 | 0.72 | 0.64 |
| Hex | E5 | 6A | 60 | 0 | 36 | 3A | A | 5 | 48 | 40 |
| Octal | 345 | 152 | 140 | 0 | 66 | 72 | 12 | 5 | 110 | 100 |
| Binary | 11100101 | 1101010 | 1100000 | 0 | 110110 | 111010 | 1010 | 101 | 1001000 | 1000000 |
Color Harmonies of #E56A60
Complementary color
Monochromatic Colors of #E56A60
Black with #E56A60
Text Example
Text Example
White with #E56A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A60; }
p { color: rgb(229,106,96); }
H1.HeaderClassName
{
color: #E56A60;
}
.AnyTagClassName
{
color: #E56A60;
}
</style>
background-color css
<style>
a { background-color: #E56A60; }
a { background-color: rgb(229,106,96); }
div.DivClassName
{
background-color: #E56A60;
}
.BgClassName
{
background-color: #E56A60;
}
</style>
border-color css
<style>
span { border-color: #E56A60; }
span { border-color: rgb(229,106,96); }
td.TdClassName
{
border-color: #E56A60;
}
.TagClassName
{
border-color: #E56A60;
}
</style>