Shades of Terra Cotta #E56C5F
Tints of Terra Cotta #E56C5F
RGB
CMYK
RGB Variations
Color information
#E56C5F (or 0xE56C5F) is known color: Terra Cotta. HEX triplet: E5, 6C and 5F. RGB value is (229,108,95). Sum of RGB (Red+Green+Blue) = 229+108+95=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C5F is #1A93A0. Grayscale: #8E8E8E. Windows color (decimal): -1741729 or 6253797. OLE color: 6253797.
HSL color Cylindrical-coordinate representation of color #E56C5F: hue angle of 5.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E56C5F is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 95 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.10 |
| HSL | 5.82º | 0.72% | 0.64% | - |
| HSV(B) | 5.82º | 0.59% | 0.9% | - |
| XYZ | 39.74 | 28.21 | 14.18 | - |
| YUV | 142.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 95 | 0 | 0.53 | 0.59 | 0.10 | 5.82 | 0.72 | 0.64 |
| Hex | E5 | 6C | 5F | 0 | 35 | 3B | A | 6 | 48 | 40 |
| Octal | 345 | 154 | 137 | 0 | 65 | 73 | 12 | 6 | 110 | 100 |
| Binary | 11100101 | 1101100 | 1011111 | 0 | 110101 | 111011 | 1010 | 110 | 1001000 | 1000000 |
Color Harmonies of #E56C5F
Complementary color
Monochromatic Colors of #E56C5F
Black with #E56C5F
Text Example
Text Example
White with #E56C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C5F; }
p { color: rgb(229,108,95); }
H1.HeaderClassName
{
color: #E56C5F;
}
.AnyTagClassName
{
color: #E56C5F;
}
</style>
background-color css
<style>
a { background-color: #E56C5F; }
a { background-color: rgb(229,108,95); }
div.DivClassName
{
background-color: #E56C5F;
}
.BgClassName
{
background-color: #E56C5F;
}
</style>
border-color css
<style>
span { border-color: #E56C5F; }
span { border-color: rgb(229,108,95); }
td.TdClassName
{
border-color: #E56C5F;
}
.TagClassName
{
border-color: #E56C5F;
}
</style>