Shades of Terra Cotta #E57A5C
Tints of Terra Cotta #E57A5C
RGB
CMYK
RGB Variations
Color information
#E57A5C (or 0xE57A5C) is known color: Terra Cotta. HEX triplet: E5, 7A and 5C. RGB value is (229,122,92). Sum of RGB (Red+Green+Blue) = 229+122+92=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A5C is #1A85A3. Grayscale: #969696. Windows color (decimal): -1738148 or 6060773. OLE color: 6060773.
HSL color Cylindrical-coordinate representation of color #E57A5C: hue angle of 13.14º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E57A5C is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 92 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.10 |
| HSL | 13.14º | 0.72% | 0.63% | - |
| HSV(B) | 13.14º | 0.6% | 0.9% | - |
| XYZ | 41.2 | 31.35 | 14 | - |
| YUV | 150.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 92 | 0 | 0.47 | 0.60 | 0.10 | 13.14 | 0.72 | 0.63 |
| Hex | E5 | 7A | 5C | 0 | 2F | 3C | A | D | 48 | 3F |
| Octal | 345 | 172 | 134 | 0 | 57 | 74 | 12 | 15 | 110 | 77 |
| Binary | 11100101 | 1111010 | 1011100 | 0 | 101111 | 111100 | 1010 | 1101 | 1001000 | 111111 |
Color Harmonies of #E57A5C
Complementary color
Monochromatic Colors of #E57A5C
Black with #E57A5C
Text Example
Text Example
White with #E57A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57A5C; }
p { color: rgb(229,122,92); }
H1.HeaderClassName
{
color: #E57A5C;
}
.AnyTagClassName
{
color: #E57A5C;
}
</style>
background-color css
<style>
a { background-color: #E57A5C; }
a { background-color: rgb(229,122,92); }
div.DivClassName
{
background-color: #E57A5C;
}
.BgClassName
{
background-color: #E57A5C;
}
</style>
border-color css
<style>
span { border-color: #E57A5C; }
span { border-color: rgb(229,122,92); }
td.TdClassName
{
border-color: #E57A5C;
}
.TagClassName
{
border-color: #E57A5C;
}
</style>