Shades of Terra Cotta #ED705C
Tints of Terra Cotta #ED705C
RGB
CMYK
RGB Variations
Color information
#ED705C (or 0xED705C) is known color: Terra Cotta. HEX triplet: ED, 70 and 5C. RGB value is (237,112,92). Sum of RGB (Red+Green+Blue) = 237+112+92=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED705C is #128FA3. Grayscale: #939393. Windows color (decimal): -1216420 or 6058221. OLE color: 6058221.
HSL color Cylindrical-coordinate representation of color #ED705C: hue angle of 8.28º 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 #ED705C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 92 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.07 |
| HSL | 8.28º | 0.8% | 0.65% | - |
| HSV(B) | 8.28º | 0.61% | 0.93% | - |
| XYZ | 42.65 | 30.37 | 13.74 | - |
| YUV | 147.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 92 | 0 | 0.53 | 0.61 | 0.07 | 8.28 | 0.8 | 0.65 |
| Hex | ED | 70 | 5C | 0 | 35 | 3D | 7 | 8 | 50 | 41 |
| Octal | 355 | 160 | 134 | 0 | 65 | 75 | 7 | 10 | 120 | 101 |
| Binary | 11101101 | 1110000 | 1011100 | 0 | 110101 | 111101 | 111 | 1000 | 1010000 | 1000001 |
Color Harmonies of #ED705C
Complementary color
Monochromatic Colors of #ED705C
Black with #ED705C
Text Example
Text Example
White with #ED705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED705C; }
p { color: rgb(237,112,92); }
H1.HeaderClassName
{
color: #ED705C;
}
.AnyTagClassName
{
color: #ED705C;
}
</style>
background-color css
<style>
a { background-color: #ED705C; }
a { background-color: rgb(237,112,92); }
div.DivClassName
{
background-color: #ED705C;
}
.BgClassName
{
background-color: #ED705C;
}
</style>
border-color css
<style>
span { border-color: #ED705C; }
span { border-color: rgb(237,112,92); }
td.TdClassName
{
border-color: #ED705C;
}
.TagClassName
{
border-color: #ED705C;
}
</style>