Shades of Terra Cotta #EC775F
Tints of Terra Cotta #EC775F
RGB
CMYK
RGB Variations
Color information
#EC775F (or 0xEC775F) is known color: Terra Cotta. HEX triplet: EC, 77 and 5F. RGB value is (236,119,95). Sum of RGB (Red+Green+Blue) = 236+119+95=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC775F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC775F is #1388A0. Grayscale: #979797. Windows color (decimal): -1280161 or 6256620. OLE color: 6256620.
HSL color Cylindrical-coordinate representation of color #EC775F: hue angle of 10.21º 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 #EC775F is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 95 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.07 |
| HSL | 10.21º | 0.79% | 0.65% | - |
| HSV(B) | 10.21º | 0.6% | 0.93% | - |
| XYZ | 43.25 | 31.85 | 14.69 | - |
| YUV | 151.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 95 | 0 | 0.50 | 0.60 | 0.07 | 10.21 | 0.79 | 0.65 |
| Hex | EC | 77 | 5F | 0 | 32 | 3C | 7 | A | 4F | 41 |
| Octal | 354 | 167 | 137 | 0 | 62 | 74 | 7 | 12 | 117 | 101 |
| Binary | 11101100 | 1110111 | 1011111 | 0 | 110010 | 111100 | 111 | 1010 | 1001111 | 1000001 |
Color Harmonies of #EC775F
Complementary color
Monochromatic Colors of #EC775F
Black with #EC775F
Text Example
Text Example
White with #EC775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC775F; }
p { color: rgb(236,119,95); }
H1.HeaderClassName
{
color: #EC775F;
}
.AnyTagClassName
{
color: #EC775F;
}
</style>
background-color css
<style>
a { background-color: #EC775F; }
a { background-color: rgb(236,119,95); }
div.DivClassName
{
background-color: #EC775F;
}
.BgClassName
{
background-color: #EC775F;
}
</style>
border-color css
<style>
span { border-color: #EC775F; }
span { border-color: rgb(236,119,95); }
td.TdClassName
{
border-color: #EC775F;
}
.TagClassName
{
border-color: #EC775F;
}
</style>