Shades of Terra Cotta #E56C5D
Tints of Terra Cotta #E56C5D
RGB
CMYK
RGB Variations
Color information
#E56C5D (or 0xE56C5D) is known color: Terra Cotta. HEX triplet: E5, 6C and 5D. RGB value is (229,108,93). Sum of RGB (Red+Green+Blue) = 229+108+93=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C5D is #1A93A2. Grayscale: #8E8E8E. Windows color (decimal): -1741731 or 6122725. OLE color: 6122725.
HSL color Cylindrical-coordinate representation of color #E56C5D: hue angle of 6.62º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E56C5D is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 93 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.10 |
| HSL | 6.62º | 0.72% | 0.63% | - |
| HSV(B) | 6.62º | 0.59% | 0.9% | - |
| XYZ | 39.65 | 28.17 | 13.7 | - |
| YUV | 142.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 93 | 0 | 0.53 | 0.59 | 0.10 | 6.62 | 0.72 | 0.63 |
| Hex | E5 | 6C | 5D | 0 | 35 | 3B | A | 7 | 48 | 3F |
| Octal | 345 | 154 | 135 | 0 | 65 | 73 | 12 | 7 | 110 | 77 |
| Binary | 11100101 | 1101100 | 1011101 | 0 | 110101 | 111011 | 1010 | 111 | 1001000 | 111111 |
Color Harmonies of #E56C5D
Complementary color
Monochromatic Colors of #E56C5D
Black with #E56C5D
Text Example
Text Example
White with #E56C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C5D; }
p { color: rgb(229,108,93); }
H1.HeaderClassName
{
color: #E56C5D;
}
.AnyTagClassName
{
color: #E56C5D;
}
</style>
background-color css
<style>
a { background-color: #E56C5D; }
a { background-color: rgb(229,108,93); }
div.DivClassName
{
background-color: #E56C5D;
}
.BgClassName
{
background-color: #E56C5D;
}
</style>
border-color css
<style>
span { border-color: #E56C5D; }
span { border-color: rgb(229,108,93); }
td.TdClassName
{
border-color: #E56C5D;
}
.TagClassName
{
border-color: #E56C5D;
}
</style>