Shades of Terra Cotta #EC775C
Tints of Terra Cotta #EC775C
RGB
CMYK
RGB Variations
Color information
#EC775C (or 0xEC775C) is known color: Terra Cotta. HEX triplet: EC, 77 and 5C. RGB value is (236,119,92). Sum of RGB (Red+Green+Blue) = 236+119+92=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC775C is #1388A3. Grayscale: #979797. Windows color (decimal): -1280164 or 6060012. OLE color: 6060012.
HSL color Cylindrical-coordinate representation of color #EC775C: hue angle of 11.25º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC775C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 92 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.07 |
| HSL | 11.25º | 0.79% | 0.64% | - |
| HSV(B) | 11.25º | 0.61% | 0.93% | - |
| XYZ | 43.12 | 31.8 | 13.99 | - |
| YUV | 150.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 92 | 0 | 0.50 | 0.61 | 0.07 | 11.25 | 0.79 | 0.64 |
| Hex | EC | 77 | 5C | 0 | 32 | 3D | 7 | B | 4F | 40 |
| Octal | 354 | 167 | 134 | 0 | 62 | 75 | 7 | 13 | 117 | 100 |
| Binary | 11101100 | 1110111 | 1011100 | 0 | 110010 | 111101 | 111 | 1011 | 1001111 | 1000000 |
Color Harmonies of #EC775C
Complementary color
Monochromatic Colors of #EC775C
Black with #EC775C
Text Example
Text Example
White with #EC775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC775C; }
p { color: rgb(236,119,92); }
H1.HeaderClassName
{
color: #EC775C;
}
.AnyTagClassName
{
color: #EC775C;
}
</style>
background-color css
<style>
a { background-color: #EC775C; }
a { background-color: rgb(236,119,92); }
div.DivClassName
{
background-color: #EC775C;
}
.BgClassName
{
background-color: #EC775C;
}
</style>
border-color css
<style>
span { border-color: #EC775C; }
span { border-color: rgb(236,119,92); }
td.TdClassName
{
border-color: #EC775C;
}
.TagClassName
{
border-color: #EC775C;
}
</style>