Shades of Terra Cotta #ED7760
Tints of Terra Cotta #ED7760
RGB
CMYK
RGB Variations
Color information
#ED7760 (or 0xED7760) is known color: Terra Cotta. HEX triplet: ED, 77 and 60. RGB value is (237,119,96). Sum of RGB (Red+Green+Blue) = 237+119+96=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7760 is #12889F. Grayscale: #979797. Windows color (decimal): -1214624 or 6322157. OLE color: 6322157.
HSL color Cylindrical-coordinate representation of color #ED7760: hue angle of 9.79º 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 #ED7760 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 96 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.07 |
| HSL | 9.79º | 0.8% | 0.65% | - |
| HSV(B) | 9.79º | 0.59% | 0.93% | - |
| XYZ | 43.63 | 32.04 | 14.95 | - |
| YUV | 151.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 96 | 0 | 0.50 | 0.59 | 0.07 | 9.79 | 0.8 | 0.65 |
| Hex | ED | 77 | 60 | 0 | 32 | 3B | 7 | A | 50 | 41 |
| Octal | 355 | 167 | 140 | 0 | 62 | 73 | 7 | 12 | 120 | 101 |
| Binary | 11101101 | 1110111 | 1100000 | 0 | 110010 | 111011 | 111 | 1010 | 1010000 | 1000001 |
Color Harmonies of #ED7760
Complementary color
Monochromatic Colors of #ED7760
Black with #ED7760
Text Example
Text Example
White with #ED7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7760; }
p { color: rgb(237,119,96); }
H1.HeaderClassName
{
color: #ED7760;
}
.AnyTagClassName
{
color: #ED7760;
}
</style>
background-color css
<style>
a { background-color: #ED7760; }
a { background-color: rgb(237,119,96); }
div.DivClassName
{
background-color: #ED7760;
}
.BgClassName
{
background-color: #ED7760;
}
</style>
border-color css
<style>
span { border-color: #ED7760; }
span { border-color: rgb(237,119,96); }
td.TdClassName
{
border-color: #ED7760;
}
.TagClassName
{
border-color: #ED7760;
}
</style>