Shades of Terra Cotta #ED7960
Tints of Terra Cotta #ED7960
RGB
CMYK
RGB Variations
Color information
#ED7960 (or 0xED7960) is known color: Terra Cotta. HEX triplet: ED, 79 and 60. RGB value is (237,121,96). Sum of RGB (Red+Green+Blue) = 237+121+96=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7960 is #12869F. Grayscale: #999999. Windows color (decimal): -1214112 or 6322669. OLE color: 6322669.
HSL color Cylindrical-coordinate representation of color #ED7960: hue angle of 10.64º 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 #ED7960 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 96 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.07 |
| HSL | 10.64º | 0.8% | 0.65% | - |
| HSV(B) | 10.64º | 0.59% | 0.93% | - |
| XYZ | 43.87 | 32.52 | 15.03 | - |
| YUV | 152.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 96 | 0 | 0.49 | 0.59 | 0.07 | 10.64 | 0.8 | 0.65 |
| Hex | ED | 79 | 60 | 0 | 31 | 3B | 7 | B | 50 | 41 |
| Octal | 355 | 171 | 140 | 0 | 61 | 73 | 7 | 13 | 120 | 101 |
| Binary | 11101101 | 1111001 | 1100000 | 0 | 110001 | 111011 | 111 | 1011 | 1010000 | 1000001 |
Color Harmonies of #ED7960
Complementary color
Monochromatic Colors of #ED7960
Black with #ED7960
Text Example
Text Example
White with #ED7960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7960; }
p { color: rgb(237,121,96); }
H1.HeaderClassName
{
color: #ED7960;
}
.AnyTagClassName
{
color: #ED7960;
}
</style>
background-color css
<style>
a { background-color: #ED7960; }
a { background-color: rgb(237,121,96); }
div.DivClassName
{
background-color: #ED7960;
}
.BgClassName
{
background-color: #ED7960;
}
</style>
border-color css
<style>
span { border-color: #ED7960; }
span { border-color: rgb(237,121,96); }
td.TdClassName
{
border-color: #ED7960;
}
.TagClassName
{
border-color: #ED7960;
}
</style>