Shades of Terra Cotta #EC7D5E
Tints of Terra Cotta #EC7D5E
RGB
CMYK
RGB Variations
Color information
#EC7D5E (or 0xEC7D5E) is known color: Terra Cotta. HEX triplet: EC, 7D and 5E. RGB value is (236,125,94). Sum of RGB (Red+Green+Blue) = 236+125+94=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D5E is #1382A1. Grayscale: #9A9A9A. Windows color (decimal): -1278626 or 6192620. OLE color: 6192620.
HSL color Cylindrical-coordinate representation of color #EC7D5E: hue angle of 13.1º degrees, saturation: 0.79, 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 #EC7D5E is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 94 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.07 |
| HSL | 13.1º | 0.79% | 0.65% | - |
| HSV(B) | 13.1º | 0.6% | 0.93% | - |
| XYZ | 43.95 | 33.31 | 14.7 | - |
| YUV | 154.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 94 | 0 | 0.47 | 0.60 | 0.07 | 13.1 | 0.79 | 0.65 |
| Hex | EC | 7D | 5E | 0 | 2F | 3C | 7 | D | 4F | 41 |
| Octal | 354 | 175 | 136 | 0 | 57 | 74 | 7 | 15 | 117 | 101 |
| Binary | 11101100 | 1111101 | 1011110 | 0 | 101111 | 111100 | 111 | 1101 | 1001111 | 1000001 |
Color Harmonies of #EC7D5E
Complementary color
Monochromatic Colors of #EC7D5E
Black with #EC7D5E
Text Example
Text Example
White with #EC7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D5E; }
p { color: rgb(236,125,94); }
H1.HeaderClassName
{
color: #EC7D5E;
}
.AnyTagClassName
{
color: #EC7D5E;
}
</style>
background-color css
<style>
a { background-color: #EC7D5E; }
a { background-color: rgb(236,125,94); }
div.DivClassName
{
background-color: #EC7D5E;
}
.BgClassName
{
background-color: #EC7D5E;
}
</style>
border-color css
<style>
span { border-color: #EC7D5E; }
span { border-color: rgb(236,125,94); }
td.TdClassName
{
border-color: #EC7D5E;
}
.TagClassName
{
border-color: #EC7D5E;
}
</style>