Shades of Terra Cotta #ED705E
Tints of Terra Cotta #ED705E
RGB
CMYK
RGB Variations
Color information
#ED705E (or 0xED705E) is known color: Terra Cotta. HEX triplet: ED, 70 and 5E. RGB value is (237,112,94). Sum of RGB (Red+Green+Blue) = 237+112+94=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED705E is #128FA1. Grayscale: #939393. Windows color (decimal): -1216418 or 6189293. OLE color: 6189293.
HSL color Cylindrical-coordinate representation of color #ED705E: hue angle of 7.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED705E is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 94 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.07 |
| HSL | 7.55º | 0.8% | 0.65% | - |
| HSV(B) | 7.55º | 0.6% | 0.93% | - |
| XYZ | 42.74 | 30.4 | 14.21 | - |
| YUV | 147.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 94 | 0 | 0.53 | 0.60 | 0.07 | 7.55 | 0.8 | 0.65 |
| Hex | ED | 70 | 5E | 0 | 35 | 3C | 7 | 8 | 50 | 41 |
| Octal | 355 | 160 | 136 | 0 | 65 | 74 | 7 | 10 | 120 | 101 |
| Binary | 11101101 | 1110000 | 1011110 | 0 | 110101 | 111100 | 111 | 1000 | 1010000 | 1000001 |
Color Harmonies of #ED705E
Complementary color
Monochromatic Colors of #ED705E
Black with #ED705E
Text Example
Text Example
White with #ED705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED705E; }
p { color: rgb(237,112,94); }
H1.HeaderClassName
{
color: #ED705E;
}
.AnyTagClassName
{
color: #ED705E;
}
</style>
background-color css
<style>
a { background-color: #ED705E; }
a { background-color: rgb(237,112,94); }
div.DivClassName
{
background-color: #ED705E;
}
.BgClassName
{
background-color: #ED705E;
}
</style>
border-color css
<style>
span { border-color: #ED705E; }
span { border-color: rgb(237,112,94); }
td.TdClassName
{
border-color: #ED705E;
}
.TagClassName
{
border-color: #ED705E;
}
</style>