Shades of Terra Cotta #E56C55
Tints of Terra Cotta #E56C55
RGB
CMYK
RGB Variations
Color information
#E56C55 (or 0xE56C55) is known color: Terra Cotta. HEX triplet: E5, 6C and 55. RGB value is (229,108,85). Sum of RGB (Red+Green+Blue) = 229+108+85=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C55 is #1A93AA. Grayscale: #8D8D8D. Windows color (decimal): -1741739 or 5598437. OLE color: 5598437.
HSL color Cylindrical-coordinate representation of color #E56C55: hue angle of 9.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E56C55 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 85 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.10 |
| HSL | 9.58º | 0.73% | 0.62% | - |
| HSV(B) | 9.58º | 0.63% | 0.9% | - |
| XYZ | 39.32 | 28.04 | 11.93 | - |
| YUV | 141.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 85 | 0 | 0.53 | 0.63 | 0.10 | 9.58 | 0.73 | 0.62 |
| Hex | E5 | 6C | 55 | 0 | 35 | 3F | A | A | 49 | 3E |
| Octal | 345 | 154 | 125 | 0 | 65 | 77 | 12 | 12 | 111 | 76 |
| Binary | 11100101 | 1101100 | 1010101 | 0 | 110101 | 111111 | 1010 | 1010 | 1001001 | 111110 |
Color Harmonies of #E56C55
Complementary color
Monochromatic Colors of #E56C55
Black with #E56C55
Text Example
Text Example
White with #E56C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C55; }
p { color: rgb(229,108,85); }
H1.HeaderClassName
{
color: #E56C55;
}
.AnyTagClassName
{
color: #E56C55;
}
</style>
background-color css
<style>
a { background-color: #E56C55; }
a { background-color: rgb(229,108,85); }
div.DivClassName
{
background-color: #E56C55;
}
.BgClassName
{
background-color: #E56C55;
}
</style>
border-color css
<style>
span { border-color: #E56C55; }
span { border-color: rgb(229,108,85); }
td.TdClassName
{
border-color: #E56C55;
}
.TagClassName
{
border-color: #E56C55;
}
</style>