Shades of Terra Cotta #E57D64
Tints of Terra Cotta #E57D64
RGB
CMYK
RGB Variations
Color information
#E57D64 (or 0xE57D64) is known color: Terra Cotta. HEX triplet: E5, 7D and 64. RGB value is (229,125,100). Sum of RGB (Red+Green+Blue) = 229+125+100=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D64 is #1A829B. Grayscale: #999999. Windows color (decimal): -1737372 or 6585829. OLE color: 6585829.
HSL color Cylindrical-coordinate representation of color #E57D64: hue angle of 11.63º 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 #E57D64 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 100 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.10 |
| HSL | 11.63º | 0.71% | 0.65% | - |
| HSV(B) | 11.63º | 0.56% | 0.9% | - |
| XYZ | 41.95 | 32.25 | 16.07 | - |
| YUV | 153.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 100 | 0 | 0.45 | 0.56 | 0.10 | 11.63 | 0.71 | 0.65 |
| Hex | E5 | 7D | 64 | 0 | 2D | 38 | A | C | 47 | 41 |
| Octal | 345 | 175 | 144 | 0 | 55 | 70 | 12 | 14 | 107 | 101 |
| Binary | 11100101 | 1111101 | 1100100 | 0 | 101101 | 111000 | 1010 | 1100 | 1000111 | 1000001 |
Color Harmonies of #E57D64
Complementary color
Monochromatic Colors of #E57D64
Black with #E57D64
Text Example
Text Example
White with #E57D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D64; }
p { color: rgb(229,125,100); }
H1.HeaderClassName
{
color: #E57D64;
}
.AnyTagClassName
{
color: #E57D64;
}
</style>
background-color css
<style>
a { background-color: #E57D64; }
a { background-color: rgb(229,125,100); }
div.DivClassName
{
background-color: #E57D64;
}
.BgClassName
{
background-color: #E57D64;
}
</style>
border-color css
<style>
span { border-color: #E57D64; }
span { border-color: rgb(229,125,100); }
td.TdClassName
{
border-color: #E57D64;
}
.TagClassName
{
border-color: #E57D64;
}
</style>