Shades of Terra Cotta #ED6960
Tints of Terra Cotta #ED6960
RGB
CMYK
RGB Variations
Color information
#ED6960 (or 0xED6960) is known color: Terra Cotta. HEX triplet: ED, 69 and 60. RGB value is (237,105,96). Sum of RGB (Red+Green+Blue) = 237+105+96=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6960 is #12969F. Grayscale: #8F8F8F. Windows color (decimal): -1218208 or 6318573. OLE color: 6318573.
HSL color Cylindrical-coordinate representation of color #ED6960: hue angle of 3.83º 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 #ED6960 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 96 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.07 |
| HSL | 3.83º | 0.8% | 0.65% | - |
| HSV(B) | 3.83º | 0.59% | 0.93% | - |
| XYZ | 42.09 | 28.95 | 14.44 | - |
| YUV | 143.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 96 | 0 | 0.56 | 0.59 | 0.07 | 3.83 | 0.8 | 0.65 |
| Hex | ED | 69 | 60 | 0 | 38 | 3B | 7 | 4 | 50 | 41 |
| Octal | 355 | 151 | 140 | 0 | 70 | 73 | 7 | 4 | 120 | 101 |
| Binary | 11101101 | 1101001 | 1100000 | 0 | 111000 | 111011 | 111 | 100 | 1010000 | 1000001 |
Color Harmonies of #ED6960
Complementary color
Monochromatic Colors of #ED6960
Black with #ED6960
Text Example
Text Example
White with #ED6960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6960; }
p { color: rgb(237,105,96); }
H1.HeaderClassName
{
color: #ED6960;
}
.AnyTagClassName
{
color: #ED6960;
}
</style>
background-color css
<style>
a { background-color: #ED6960; }
a { background-color: rgb(237,105,96); }
div.DivClassName
{
background-color: #ED6960;
}
.BgClassName
{
background-color: #ED6960;
}
</style>
border-color css
<style>
span { border-color: #ED6960; }
span { border-color: rgb(237,105,96); }
td.TdClassName
{
border-color: #ED6960;
}
.TagClassName
{
border-color: #ED6960;
}
</style>