Shades of Terra Cotta #EC675E
Tints of Terra Cotta #EC675E
RGB
CMYK
RGB Variations
Color information
#EC675E (or 0xEC675E) is known color: Terra Cotta. HEX triplet: EC, 67 and 5E. RGB value is (236,103,94). Sum of RGB (Red+Green+Blue) = 236+103+94=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC675E is #1398A1. Grayscale: #8D8D8D. Windows color (decimal): -1284258 or 6186988. OLE color: 6186988.
HSL color Cylindrical-coordinate representation of color #EC675E: hue angle of 3.8º 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 #EC675E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 94 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.07 |
| HSL | 3.8º | 0.79% | 0.65% | - |
| HSV(B) | 3.8º | 0.6% | 0.93% | - |
| XYZ | 41.46 | 28.34 | 13.87 | - |
| YUV | 141.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 94 | 0 | 0.56 | 0.60 | 0.07 | 3.8 | 0.79 | 0.65 |
| Hex | EC | 67 | 5E | 0 | 38 | 3C | 7 | 4 | 4F | 41 |
| Octal | 354 | 147 | 136 | 0 | 70 | 74 | 7 | 4 | 117 | 101 |
| Binary | 11101100 | 1100111 | 1011110 | 0 | 111000 | 111100 | 111 | 100 | 1001111 | 1000001 |
Color Harmonies of #EC675E
Complementary color
Monochromatic Colors of #EC675E
Black with #EC675E
Text Example
Text Example
White with #EC675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC675E; }
p { color: rgb(236,103,94); }
H1.HeaderClassName
{
color: #EC675E;
}
.AnyTagClassName
{
color: #EC675E;
}
</style>
background-color css
<style>
a { background-color: #EC675E; }
a { background-color: rgb(236,103,94); }
div.DivClassName
{
background-color: #EC675E;
}
.BgClassName
{
background-color: #EC675E;
}
</style>
border-color css
<style>
span { border-color: #EC675E; }
span { border-color: rgb(236,103,94); }
td.TdClassName
{
border-color: #EC675E;
}
.TagClassName
{
border-color: #EC675E;
}
</style>