Shades of Terra Cotta #E56B60
Tints of Terra Cotta #E56B60
RGB
CMYK
RGB Variations
Color information
#E56B60 (or 0xE56B60) is known color: Terra Cotta. HEX triplet: E5, 6B and 60. RGB value is (229,107,96). Sum of RGB (Red+Green+Blue) = 229+107+96=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B60 is #1A949F. Grayscale: #8E8E8E. Windows color (decimal): -1741984 or 6319077. OLE color: 6319077.
HSL color Cylindrical-coordinate representation of color #E56B60: hue angle of 4.96º 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 #E56B60 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 96 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.10 |
| HSL | 4.96º | 0.72% | 0.64% | - |
| HSV(B) | 4.96º | 0.58% | 0.9% | - |
| XYZ | 39.68 | 28.02 | 14.38 | - |
| YUV | 142.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 96 | 0 | 0.53 | 0.58 | 0.10 | 4.96 | 0.72 | 0.64 |
| Hex | E5 | 6B | 60 | 0 | 35 | 3A | A | 5 | 48 | 40 |
| Octal | 345 | 153 | 140 | 0 | 65 | 72 | 12 | 5 | 110 | 100 |
| Binary | 11100101 | 1101011 | 1100000 | 0 | 110101 | 111010 | 1010 | 101 | 1001000 | 1000000 |
Color Harmonies of #E56B60
Complementary color
Monochromatic Colors of #E56B60
Black with #E56B60
Text Example
Text Example
White with #E56B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B60; }
p { color: rgb(229,107,96); }
H1.HeaderClassName
{
color: #E56B60;
}
.AnyTagClassName
{
color: #E56B60;
}
</style>
background-color css
<style>
a { background-color: #E56B60; }
a { background-color: rgb(229,107,96); }
div.DivClassName
{
background-color: #E56B60;
}
.BgClassName
{
background-color: #E56B60;
}
</style>
border-color css
<style>
span { border-color: #E56B60; }
span { border-color: rgb(229,107,96); }
td.TdClassName
{
border-color: #E56B60;
}
.TagClassName
{
border-color: #E56B60;
}
</style>