Shades of Terra Cotta #E07C57
Tints of Terra Cotta #E07C57
RGB
CMYK
RGB Variations
Color information
#E07C57 (or 0xE07C57) is known color: Terra Cotta. HEX triplet: E0, 7C and 57. RGB value is (224,124,87). Sum of RGB (Red+Green+Blue) = 224+124+87=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C57 is #1F83A8. Grayscale: #959595. Windows color (decimal): -2065321 or 5733600. OLE color: 5733600.
HSL color Cylindrical-coordinate representation of color #E07C57: hue angle of 16.2º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E07C57 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 87 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.12 |
| HSL | 16.2º | 0.69% | 0.61% | - |
| HSV(B) | 16.2º | 0.61% | 0.88% | - |
| XYZ | 39.67 | 30.95 | 12.9 | - |
| YUV | 149.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 87 | 0 | 0.45 | 0.61 | 0.12 | 16.2 | 0.69 | 0.61 |
| Hex | E0 | 7C | 57 | 0 | 2D | 3D | C | 10 | 45 | 3D |
| Octal | 340 | 174 | 127 | 0 | 55 | 75 | 14 | 20 | 105 | 75 |
| Binary | 11100000 | 1111100 | 1010111 | 0 | 101101 | 111101 | 1100 | 10000 | 1000101 | 111101 |
Color Harmonies of #E07C57
Complementary color
Monochromatic Colors of #E07C57
Black with #E07C57
Text Example
Text Example
White with #E07C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C57; }
p { color: rgb(224,124,87); }
H1.HeaderClassName
{
color: #E07C57;
}
.AnyTagClassName
{
color: #E07C57;
}
</style>
background-color css
<style>
a { background-color: #E07C57; }
a { background-color: rgb(224,124,87); }
div.DivClassName
{
background-color: #E07C57;
}
.BgClassName
{
background-color: #E07C57;
}
</style>
border-color css
<style>
span { border-color: #E07C57; }
span { border-color: rgb(224,124,87); }
td.TdClassName
{
border-color: #E07C57;
}
.TagClassName
{
border-color: #E07C57;
}
</style>