Shades of Terra Cotta #E57764
Tints of Terra Cotta #E57764
RGB
CMYK
RGB Variations
Color information
#E57764 (or 0xE57764) is known color: Terra Cotta. HEX triplet: E5, 77 and 64. RGB value is (229,119,100). Sum of RGB (Red+Green+Blue) = 229+119+100=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E57764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57764 is #1A889B. Grayscale: #959595. Windows color (decimal): -1738908 or 6584293. OLE color: 6584293.
HSL color Cylindrical-coordinate representation of color #E57764: hue angle of 8.84º 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 #E57764 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 100 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.10 |
| HSL | 8.84º | 0.71% | 0.65% | - |
| HSV(B) | 8.84º | 0.56% | 0.9% | - |
| XYZ | 41.21 | 30.77 | 15.82 | - |
| YUV | 149.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 100 | 0 | 0.48 | 0.56 | 0.10 | 8.84 | 0.71 | 0.65 |
| Hex | E5 | 77 | 64 | 0 | 30 | 38 | A | 9 | 47 | 41 |
| Octal | 345 | 167 | 144 | 0 | 60 | 70 | 12 | 11 | 107 | 101 |
| Binary | 11100101 | 1110111 | 1100100 | 0 | 110000 | 111000 | 1010 | 1001 | 1000111 | 1000001 |
Color Harmonies of #E57764
Complementary color
Monochromatic Colors of #E57764
Black with #E57764
Text Example
Text Example
White with #E57764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57764; }
p { color: rgb(229,119,100); }
H1.HeaderClassName
{
color: #E57764;
}
.AnyTagClassName
{
color: #E57764;
}
</style>
background-color css
<style>
a { background-color: #E57764; }
a { background-color: rgb(229,119,100); }
div.DivClassName
{
background-color: #E57764;
}
.BgClassName
{
background-color: #E57764;
}
</style>
border-color css
<style>
span { border-color: #E57764; }
span { border-color: rgb(229,119,100); }
td.TdClassName
{
border-color: #E57764;
}
.TagClassName
{
border-color: #E57764;
}
</style>