Shades of Terra Cotta #EC775E
Tints of Terra Cotta #EC775E
RGB
CMYK
RGB Variations
Color information
#EC775E (or 0xEC775E) is known color: Terra Cotta. HEX triplet: EC, 77 and 5E. RGB value is (236,119,94). Sum of RGB (Red+Green+Blue) = 236+119+94=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC775E is #1388A1. Grayscale: #979797. Windows color (decimal): -1280162 or 6191084. OLE color: 6191084.
HSL color Cylindrical-coordinate representation of color #EC775E: hue angle of 10.56º 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 #EC775E is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 94 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.07 |
| HSL | 10.56º | 0.79% | 0.65% | - |
| HSV(B) | 10.56º | 0.6% | 0.93% | - |
| XYZ | 43.21 | 31.83 | 14.46 | - |
| YUV | 151.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 94 | 0 | 0.50 | 0.60 | 0.07 | 10.56 | 0.79 | 0.65 |
| Hex | EC | 77 | 5E | 0 | 32 | 3C | 7 | B | 4F | 41 |
| Octal | 354 | 167 | 136 | 0 | 62 | 74 | 7 | 13 | 117 | 101 |
| Binary | 11101100 | 1110111 | 1011110 | 0 | 110010 | 111100 | 111 | 1011 | 1001111 | 1000001 |
Color Harmonies of #EC775E
Complementary color
Monochromatic Colors of #EC775E
Black with #EC775E
Text Example
Text Example
White with #EC775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC775E; }
p { color: rgb(236,119,94); }
H1.HeaderClassName
{
color: #EC775E;
}
.AnyTagClassName
{
color: #EC775E;
}
</style>
background-color css
<style>
a { background-color: #EC775E; }
a { background-color: rgb(236,119,94); }
div.DivClassName
{
background-color: #EC775E;
}
.BgClassName
{
background-color: #EC775E;
}
</style>
border-color css
<style>
span { border-color: #EC775E; }
span { border-color: rgb(236,119,94); }
td.TdClassName
{
border-color: #EC775E;
}
.TagClassName
{
border-color: #EC775E;
}
</style>