Shades of Terra Cotta #E56D64
Tints of Terra Cotta #E56D64
RGB
CMYK
RGB Variations
Color information
#E56D64 (or 0xE56D64) is known color: Terra Cotta. HEX triplet: E5, 6D and 64. RGB value is (229,109,100). Sum of RGB (Red+Green+Blue) = 229+109+100=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56D64 is #1A929B. Grayscale: #909090. Windows color (decimal): -1741468 or 6581733. OLE color: 6581733.
HSL color Cylindrical-coordinate representation of color #E56D64: hue angle of 4.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E56D64 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 100 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.10 |
| HSL | 4.19º | 0.71% | 0.65% | - |
| HSV(B) | 4.19º | 0.56% | 0.9% | - |
| XYZ | 40.08 | 28.52 | 15.45 | - |
| YUV | 143.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 100 | 0 | 0.52 | 0.56 | 0.10 | 4.19 | 0.71 | 0.65 |
| Hex | E5 | 6D | 64 | 0 | 34 | 38 | A | 4 | 47 | 41 |
| Octal | 345 | 155 | 144 | 0 | 64 | 70 | 12 | 4 | 107 | 101 |
| Binary | 11100101 | 1101101 | 1100100 | 0 | 110100 | 111000 | 1010 | 100 | 1000111 | 1000001 |
Color Harmonies of #E56D64
Complementary color
Monochromatic Colors of #E56D64
Black with #E56D64
Text Example
Text Example
White with #E56D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D64; }
p { color: rgb(229,109,100); }
H1.HeaderClassName
{
color: #E56D64;
}
.AnyTagClassName
{
color: #E56D64;
}
</style>
background-color css
<style>
a { background-color: #E56D64; }
a { background-color: rgb(229,109,100); }
div.DivClassName
{
background-color: #E56D64;
}
.BgClassName
{
background-color: #E56D64;
}
</style>
border-color css
<style>
span { border-color: #E56D64; }
span { border-color: rgb(229,109,100); }
td.TdClassName
{
border-color: #E56D64;
}
.TagClassName
{
border-color: #E56D64;
}
</style>