Shades of Terra Cotta #EC7E5E
Tints of Terra Cotta #EC7E5E
RGB
CMYK
RGB Variations
Color information
#EC7E5E (or 0xEC7E5E) is known color: Terra Cotta. HEX triplet: EC, 7E and 5E. RGB value is (236,126,94). Sum of RGB (Red+Green+Blue) = 236+126+94=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E5E is #1381A1. Grayscale: #9B9B9B. Windows color (decimal): -1278370 or 6192876. OLE color: 6192876.
HSL color Cylindrical-coordinate representation of color #EC7E5E: hue angle of 13.52º 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 #EC7E5E is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 94 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.07 |
| HSL | 13.52º | 0.79% | 0.65% | - |
| HSV(B) | 13.52º | 0.6% | 0.93% | - |
| XYZ | 44.07 | 33.56 | 14.75 | - |
| YUV | 155.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 94 | 0 | 0.47 | 0.60 | 0.07 | 13.52 | 0.79 | 0.65 |
| Hex | EC | 7E | 5E | 0 | 2F | 3C | 7 | E | 4F | 41 |
| Octal | 354 | 176 | 136 | 0 | 57 | 74 | 7 | 16 | 117 | 101 |
| Binary | 11101100 | 1111110 | 1011110 | 0 | 101111 | 111100 | 111 | 1110 | 1001111 | 1000001 |
Color Harmonies of #EC7E5E
Complementary color
Monochromatic Colors of #EC7E5E
Black with #EC7E5E
Text Example
Text Example
White with #EC7E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E5E; }
p { color: rgb(236,126,94); }
H1.HeaderClassName
{
color: #EC7E5E;
}
.AnyTagClassName
{
color: #EC7E5E;
}
</style>
background-color css
<style>
a { background-color: #EC7E5E; }
a { background-color: rgb(236,126,94); }
div.DivClassName
{
background-color: #EC7E5E;
}
.BgClassName
{
background-color: #EC7E5E;
}
</style>
border-color css
<style>
span { border-color: #EC7E5E; }
span { border-color: rgb(236,126,94); }
td.TdClassName
{
border-color: #EC7E5E;
}
.TagClassName
{
border-color: #EC7E5E;
}
</style>