Shades of Terra Cotta #ED6C5E
Tints of Terra Cotta #ED6C5E
RGB
CMYK
RGB Variations
Color information
#ED6C5E (or 0xED6C5E) is known color: Terra Cotta. HEX triplet: ED, 6C and 5E. RGB value is (237,108,94). Sum of RGB (Red+Green+Blue) = 237+108+94=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6C5E is #1293A1. Grayscale: #919191. Windows color (decimal): -1217442 or 6188269. OLE color: 6188269.
HSL color Cylindrical-coordinate representation of color #ED6C5E: hue angle of 5.87º 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 #ED6C5E is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 94 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.07 |
| HSL | 5.87º | 0.8% | 0.65% | - |
| HSV(B) | 5.87º | 0.6% | 0.93% | - |
| XYZ | 42.31 | 29.54 | 14.06 | - |
| YUV | 144.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 94 | 0 | 0.54 | 0.60 | 0.07 | 5.87 | 0.8 | 0.65 |
| Hex | ED | 6C | 5E | 0 | 36 | 3C | 7 | 6 | 50 | 41 |
| Octal | 355 | 154 | 136 | 0 | 66 | 74 | 7 | 6 | 120 | 101 |
| Binary | 11101101 | 1101100 | 1011110 | 0 | 110110 | 111100 | 111 | 110 | 1010000 | 1000001 |
Color Harmonies of #ED6C5E
Complementary color
Monochromatic Colors of #ED6C5E
Black with #ED6C5E
Text Example
Text Example
White with #ED6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6C5E; }
p { color: rgb(237,108,94); }
H1.HeaderClassName
{
color: #ED6C5E;
}
.AnyTagClassName
{
color: #ED6C5E;
}
</style>
background-color css
<style>
a { background-color: #ED6C5E; }
a { background-color: rgb(237,108,94); }
div.DivClassName
{
background-color: #ED6C5E;
}
.BgClassName
{
background-color: #ED6C5E;
}
</style>
border-color css
<style>
span { border-color: #ED6C5E; }
span { border-color: rgb(237,108,94); }
td.TdClassName
{
border-color: #ED6C5E;
}
.TagClassName
{
border-color: #ED6C5E;
}
</style>