Shades of Terra Cotta #ED685D
Tints of Terra Cotta #ED685D
RGB
CMYK
RGB Variations
Color information
#ED685D (or 0xED685D) is known color: Terra Cotta. HEX triplet: ED, 68 and 5D. RGB value is (237,104,93). Sum of RGB (Red+Green+Blue) = 237+104+93=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED685D is #1297A2. Grayscale: #8E8E8E. Windows color (decimal): -1218467 or 6121709. OLE color: 6121709.
HSL color Cylindrical-coordinate representation of color #ED685D: hue angle of 4.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED685D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 93 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 4.58º | 0.8% | 0.65% | - |
| HSV(B) | 4.58º | 0.61% | 0.93% | - |
| XYZ | 41.85 | 28.7 | 13.69 | - |
| YUV | 142.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 93 | 0 | 0.56 | 0.61 | 0.07 | 4.58 | 0.8 | 0.65 |
| Hex | ED | 68 | 5D | 0 | 38 | 3D | 7 | 5 | 50 | 41 |
| Octal | 355 | 150 | 135 | 0 | 70 | 75 | 7 | 5 | 120 | 101 |
| Binary | 11101101 | 1101000 | 1011101 | 0 | 111000 | 111101 | 111 | 101 | 1010000 | 1000001 |
Color Harmonies of #ED685D
Complementary color
Monochromatic Colors of #ED685D
Black with #ED685D
Text Example
Text Example
White with #ED685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED685D; }
p { color: rgb(237,104,93); }
H1.HeaderClassName
{
color: #ED685D;
}
.AnyTagClassName
{
color: #ED685D;
}
</style>
background-color css
<style>
a { background-color: #ED685D; }
a { background-color: rgb(237,104,93); }
div.DivClassName
{
background-color: #ED685D;
}
.BgClassName
{
background-color: #ED685D;
}
</style>
border-color css
<style>
span { border-color: #ED685D; }
span { border-color: rgb(237,104,93); }
td.TdClassName
{
border-color: #ED685D;
}
.TagClassName
{
border-color: #ED685D;
}
</style>