Shades of Terra Cotta #E57066
Tints of Terra Cotta #E57066
RGB
CMYK
RGB Variations
Color information
#E57066 (or 0xE57066) is known color: Terra Cotta. HEX triplet: E5, 70 and 66. RGB value is (229,112,102). Sum of RGB (Red+Green+Blue) = 229+112+102=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E57066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57066 is #1A8F99. Grayscale: #929292. Windows color (decimal): -1740698 or 6713573. OLE color: 6713573.
HSL color Cylindrical-coordinate representation of color #E57066: hue angle of 4.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E57066 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 102 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.10 |
| HSL | 4.72º | 0.71% | 0.65% | - |
| HSV(B) | 4.72º | 0.55% | 0.9% | - |
| XYZ | 40.51 | 29.21 | 16.07 | - |
| YUV | 145.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 102 | 0 | 0.51 | 0.55 | 0.10 | 4.72 | 0.71 | 0.65 |
| Hex | E5 | 70 | 66 | 0 | 33 | 37 | A | 5 | 47 | 41 |
| Octal | 345 | 160 | 146 | 0 | 63 | 67 | 12 | 5 | 107 | 101 |
| Binary | 11100101 | 1110000 | 1100110 | 0 | 110011 | 110111 | 1010 | 101 | 1000111 | 1000001 |
Color Harmonies of #E57066
Complementary color
Monochromatic Colors of #E57066
Black with #E57066
Text Example
Text Example
White with #E57066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57066; }
p { color: rgb(229,112,102); }
H1.HeaderClassName
{
color: #E57066;
}
.AnyTagClassName
{
color: #E57066;
}
</style>
background-color css
<style>
a { background-color: #E57066; }
a { background-color: rgb(229,112,102); }
div.DivClassName
{
background-color: #E57066;
}
.BgClassName
{
background-color: #E57066;
}
</style>
border-color css
<style>
span { border-color: #E57066; }
span { border-color: rgb(229,112,102); }
td.TdClassName
{
border-color: #E57066;
}
.TagClassName
{
border-color: #E57066;
}
</style>