Shades of Terra Cotta #ED7060
Tints of Terra Cotta #ED7060
RGB
CMYK
RGB Variations
Color information
#ED7060 (or 0xED7060) is known color: Terra Cotta. HEX triplet: ED, 70 and 60. RGB value is (237,112,96). Sum of RGB (Red+Green+Blue) = 237+112+96=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7060 is #128F9F. Grayscale: #939393. Windows color (decimal): -1216416 or 6320365. OLE color: 6320365.
HSL color Cylindrical-coordinate representation of color #ED7060: hue angle of 6.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED7060 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 96 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.07 |
| HSL | 6.81º | 0.8% | 0.65% | - |
| HSV(B) | 6.81º | 0.59% | 0.93% | - |
| XYZ | 42.83 | 30.44 | 14.68 | - |
| YUV | 147.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 96 | 0 | 0.53 | 0.59 | 0.07 | 6.81 | 0.8 | 0.65 |
| Hex | ED | 70 | 60 | 0 | 35 | 3B | 7 | 7 | 50 | 41 |
| Octal | 355 | 160 | 140 | 0 | 65 | 73 | 7 | 7 | 120 | 101 |
| Binary | 11101101 | 1110000 | 1100000 | 0 | 110101 | 111011 | 111 | 111 | 1010000 | 1000001 |
Color Harmonies of #ED7060
Complementary color
Monochromatic Colors of #ED7060
Black with #ED7060
Text Example
Text Example
White with #ED7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7060; }
p { color: rgb(237,112,96); }
H1.HeaderClassName
{
color: #ED7060;
}
.AnyTagClassName
{
color: #ED7060;
}
</style>
background-color css
<style>
a { background-color: #ED7060; }
a { background-color: rgb(237,112,96); }
div.DivClassName
{
background-color: #ED7060;
}
.BgClassName
{
background-color: #ED7060;
}
</style>
border-color css
<style>
span { border-color: #ED7060; }
span { border-color: rgb(237,112,96); }
td.TdClassName
{
border-color: #ED7060;
}
.TagClassName
{
border-color: #ED7060;
}
</style>