Shades of Terra Cotta #ED745C
Tints of Terra Cotta #ED745C
RGB
CMYK
RGB Variations
Color information
#ED745C (or 0xED745C) is known color: Terra Cotta. HEX triplet: ED, 74 and 5C. RGB value is (237,116,92). Sum of RGB (Red+Green+Blue) = 237+116+92=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED745C is #128BA3. Grayscale: #959595. Windows color (decimal): -1215396 or 6059245. OLE color: 6059245.
HSL color Cylindrical-coordinate representation of color #ED745C: hue angle of 9.93º 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 #ED745C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 92 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.07 |
| HSL | 9.93º | 0.8% | 0.65% | - |
| HSV(B) | 9.93º | 0.61% | 0.93% | - |
| XYZ | 43.1 | 31.27 | 13.89 | - |
| YUV | 149.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 92 | 0 | 0.51 | 0.61 | 0.07 | 9.93 | 0.8 | 0.65 |
| Hex | ED | 74 | 5C | 0 | 33 | 3D | 7 | A | 50 | 41 |
| Octal | 355 | 164 | 134 | 0 | 63 | 75 | 7 | 12 | 120 | 101 |
| Binary | 11101101 | 1110100 | 1011100 | 0 | 110011 | 111101 | 111 | 1010 | 1010000 | 1000001 |
Color Harmonies of #ED745C
Complementary color
Monochromatic Colors of #ED745C
Black with #ED745C
Text Example
Text Example
White with #ED745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED745C; }
p { color: rgb(237,116,92); }
H1.HeaderClassName
{
color: #ED745C;
}
.AnyTagClassName
{
color: #ED745C;
}
</style>
background-color css
<style>
a { background-color: #ED745C; }
a { background-color: rgb(237,116,92); }
div.DivClassName
{
background-color: #ED745C;
}
.BgClassName
{
background-color: #ED745C;
}
</style>
border-color css
<style>
span { border-color: #ED745C; }
span { border-color: rgb(237,116,92); }
td.TdClassName
{
border-color: #ED745C;
}
.TagClassName
{
border-color: #ED745C;
}
</style>