Shades of Terra Cotta #E56A5D
Tints of Terra Cotta #E56A5D
RGB
CMYK
RGB Variations
Color information
#E56A5D (or 0xE56A5D) is known color: Terra Cotta. HEX triplet: E5, 6A and 5D. RGB value is (229,106,93). Sum of RGB (Red+Green+Blue) = 229+106+93=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A5D is #1A95A2. Grayscale: #8D8D8D. Windows color (decimal): -1742243 or 6122213. OLE color: 6122213.
HSL color Cylindrical-coordinate representation of color #E56A5D: hue angle of 5.74º 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 #E56A5D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 93 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.10 |
| HSL | 5.74º | 0.72% | 0.63% | - |
| HSV(B) | 5.74º | 0.59% | 0.9% | - |
| XYZ | 39.44 | 27.76 | 13.63 | - |
| YUV | 141.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 93 | 0 | 0.54 | 0.59 | 0.10 | 5.74 | 0.72 | 0.63 |
| Hex | E5 | 6A | 5D | 0 | 36 | 3B | A | 6 | 48 | 3F |
| Octal | 345 | 152 | 135 | 0 | 66 | 73 | 12 | 6 | 110 | 77 |
| Binary | 11100101 | 1101010 | 1011101 | 0 | 110110 | 111011 | 1010 | 110 | 1001000 | 111111 |
Color Harmonies of #E56A5D
Complementary color
Monochromatic Colors of #E56A5D
Black with #E56A5D
Text Example
Text Example
White with #E56A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A5D; }
p { color: rgb(229,106,93); }
H1.HeaderClassName
{
color: #E56A5D;
}
.AnyTagClassName
{
color: #E56A5D;
}
</style>
background-color css
<style>
a { background-color: #E56A5D; }
a { background-color: rgb(229,106,93); }
div.DivClassName
{
background-color: #E56A5D;
}
.BgClassName
{
background-color: #E56A5D;
}
</style>
border-color css
<style>
span { border-color: #E56A5D; }
span { border-color: rgb(229,106,93); }
td.TdClassName
{
border-color: #E56A5D;
}
.TagClassName
{
border-color: #E56A5D;
}
</style>