Shades of Terra Cotta #E57864
Tints of Terra Cotta #E57864
RGB
CMYK
RGB Variations
Color information
#E57864 (or 0xE57864) is known color: Terra Cotta. HEX triplet: E5, 78 and 64. RGB value is (229,120,100). Sum of RGB (Red+Green+Blue) = 229+120+100=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E57864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57864 is #1A879B. Grayscale: #969696. Windows color (decimal): -1738652 or 6584549. OLE color: 6584549.
HSL color Cylindrical-coordinate representation of color #E57864: hue angle of 9.3º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E57864 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 100 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.10 |
| HSL | 9.3º | 0.71% | 0.65% | - |
| HSV(B) | 9.3º | 0.56% | 0.9% | - |
| XYZ | 41.33 | 31.01 | 15.86 | - |
| YUV | 150.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 100 | 0 | 0.48 | 0.56 | 0.10 | 9.3 | 0.71 | 0.65 |
| Hex | E5 | 78 | 64 | 0 | 30 | 38 | A | 9 | 47 | 41 |
| Octal | 345 | 170 | 144 | 0 | 60 | 70 | 12 | 11 | 107 | 101 |
| Binary | 11100101 | 1111000 | 1100100 | 0 | 110000 | 111000 | 1010 | 1001 | 1000111 | 1000001 |
Color Harmonies of #E57864
Complementary color
Monochromatic Colors of #E57864
Black with #E57864
Text Example
Text Example
White with #E57864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57864; }
p { color: rgb(229,120,100); }
H1.HeaderClassName
{
color: #E57864;
}
.AnyTagClassName
{
color: #E57864;
}
</style>
background-color css
<style>
a { background-color: #E57864; }
a { background-color: rgb(229,120,100); }
div.DivClassName
{
background-color: #E57864;
}
.BgClassName
{
background-color: #E57864;
}
</style>
border-color css
<style>
span { border-color: #E57864; }
span { border-color: rgb(229,120,100); }
td.TdClassName
{
border-color: #E57864;
}
.TagClassName
{
border-color: #E57864;
}
</style>