Shades of Terra Cotta #ED6A5C
Tints of Terra Cotta #ED6A5C
RGB
CMYK
RGB Variations
Color information
#ED6A5C (or 0xED6A5C) is known color: Terra Cotta. HEX triplet: ED, 6A and 5C. RGB value is (237,106,92). Sum of RGB (Red+Green+Blue) = 237+106+92=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6A5C is #1295A3. Grayscale: #8F8F8F. Windows color (decimal): -1217956 or 6056685. OLE color: 6056685.
HSL color Cylindrical-coordinate representation of color #ED6A5C: hue angle of 5.79º 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 #ED6A5C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 92 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.07 |
| HSL | 5.79º | 0.8% | 0.65% | - |
| HSV(B) | 5.79º | 0.61% | 0.93% | - |
| XYZ | 42.01 | 29.09 | 13.53 | - |
| YUV | 143.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 92 | 0 | 0.55 | 0.61 | 0.07 | 5.79 | 0.8 | 0.65 |
| Hex | ED | 6A | 5C | 0 | 37 | 3D | 7 | 6 | 50 | 41 |
| Octal | 355 | 152 | 134 | 0 | 67 | 75 | 7 | 6 | 120 | 101 |
| Binary | 11101101 | 1101010 | 1011100 | 0 | 110111 | 111101 | 111 | 110 | 1010000 | 1000001 |
Color Harmonies of #ED6A5C
Complementary color
Monochromatic Colors of #ED6A5C
Black with #ED6A5C
Text Example
Text Example
White with #ED6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A5C; }
p { color: rgb(237,106,92); }
H1.HeaderClassName
{
color: #ED6A5C;
}
.AnyTagClassName
{
color: #ED6A5C;
}
</style>
background-color css
<style>
a { background-color: #ED6A5C; }
a { background-color: rgb(237,106,92); }
div.DivClassName
{
background-color: #ED6A5C;
}
.BgClassName
{
background-color: #ED6A5C;
}
</style>
border-color css
<style>
span { border-color: #ED6A5C; }
span { border-color: rgb(237,106,92); }
td.TdClassName
{
border-color: #ED6A5C;
}
.TagClassName
{
border-color: #ED6A5C;
}
</style>