Shades of Terra Cotta #ED6860
Tints of Terra Cotta #ED6860
RGB
CMYK
RGB Variations
Color information
#ED6860 (or 0xED6860) is known color: Terra Cotta. HEX triplet: ED, 68 and 60. RGB value is (237,104,96). Sum of RGB (Red+Green+Blue) = 237+104+96=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6860 is #12979F. Grayscale: #8F8F8F. Windows color (decimal): -1218464 or 6318317. OLE color: 6318317.
HSL color Cylindrical-coordinate representation of color #ED6860: hue angle of 3.4º 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 #ED6860 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 96 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.07 |
| HSL | 3.4º | 0.8% | 0.65% | - |
| HSV(B) | 3.4º | 0.59% | 0.93% | - |
| XYZ | 41.99 | 28.75 | 14.4 | - |
| YUV | 142.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 96 | 0 | 0.56 | 0.59 | 0.07 | 3.4 | 0.8 | 0.65 |
| Hex | ED | 68 | 60 | 0 | 38 | 3B | 7 | 3 | 50 | 41 |
| Octal | 355 | 150 | 140 | 0 | 70 | 73 | 7 | 3 | 120 | 101 |
| Binary | 11101101 | 1101000 | 1100000 | 0 | 111000 | 111011 | 111 | 11 | 1010000 | 1000001 |
Color Harmonies of #ED6860
Complementary color
Monochromatic Colors of #ED6860
Black with #ED6860
Text Example
Text Example
White with #ED6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6860; }
p { color: rgb(237,104,96); }
H1.HeaderClassName
{
color: #ED6860;
}
.AnyTagClassName
{
color: #ED6860;
}
</style>
background-color css
<style>
a { background-color: #ED6860; }
a { background-color: rgb(237,104,96); }
div.DivClassName
{
background-color: #ED6860;
}
.BgClassName
{
background-color: #ED6860;
}
</style>
border-color css
<style>
span { border-color: #ED6860; }
span { border-color: rgb(237,104,96); }
td.TdClassName
{
border-color: #ED6860;
}
.TagClassName
{
border-color: #ED6860;
}
</style>