Shades of Terra Cotta #EC795D
Tints of Terra Cotta #EC795D
RGB
CMYK
RGB Variations
Color information
#EC795D (or 0xEC795D) is known color: Terra Cotta. HEX triplet: EC, 79 and 5D. RGB value is (236,121,93). Sum of RGB (Red+Green+Blue) = 236+121+93=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC795D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC795D is #1386A2. Grayscale: #989898. Windows color (decimal): -1279651 or 6126060. OLE color: 6126060.
HSL color Cylindrical-coordinate representation of color #EC795D: hue angle of 11.75º degrees, saturation: 0.79, 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 #EC795D is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 93 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.07 |
| HSL | 11.75º | 0.79% | 0.65% | - |
| HSV(B) | 11.75º | 0.61% | 0.93% | - |
| XYZ | 43.41 | 32.3 | 14.3 | - |
| YUV | 152.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 93 | 0 | 0.49 | 0.61 | 0.07 | 11.75 | 0.79 | 0.65 |
| Hex | EC | 79 | 5D | 0 | 31 | 3D | 7 | C | 4F | 41 |
| Octal | 354 | 171 | 135 | 0 | 61 | 75 | 7 | 14 | 117 | 101 |
| Binary | 11101100 | 1111001 | 1011101 | 0 | 110001 | 111101 | 111 | 1100 | 1001111 | 1000001 |
Color Harmonies of #EC795D
Complementary color
Monochromatic Colors of #EC795D
Black with #EC795D
Text Example
Text Example
White with #EC795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC795D; }
p { color: rgb(236,121,93); }
H1.HeaderClassName
{
color: #EC795D;
}
.AnyTagClassName
{
color: #EC795D;
}
</style>
background-color css
<style>
a { background-color: #EC795D; }
a { background-color: rgb(236,121,93); }
div.DivClassName
{
background-color: #EC795D;
}
.BgClassName
{
background-color: #EC795D;
}
</style>
border-color css
<style>
span { border-color: #EC795D; }
span { border-color: rgb(236,121,93); }
td.TdClassName
{
border-color: #EC795D;
}
.TagClassName
{
border-color: #EC795D;
}
</style>