Shades of Terra Cotta #EC7B61
Tints of Terra Cotta #EC7B61
RGB
CMYK
RGB Variations
Color information
#EC7B61 (or 0xEC7B61) is known color: Terra Cotta. HEX triplet: EC, 7B and 61. RGB value is (236,123,97). Sum of RGB (Red+Green+Blue) = 236+123+97=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B61 is #13849E. Grayscale: #9A9A9A. Windows color (decimal): -1279135 or 6388716. OLE color: 6388716.
HSL color Cylindrical-coordinate representation of color #EC7B61: hue angle of 11.22º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC7B61 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 97 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.07 |
| HSL | 11.22º | 0.79% | 0.65% | - |
| HSV(B) | 11.22º | 0.59% | 0.93% | - |
| XYZ | 43.83 | 32.86 | 15.34 | - |
| YUV | 153.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 97 | 0 | 0.48 | 0.59 | 0.07 | 11.22 | 0.79 | 0.65 |
| Hex | EC | 7B | 61 | 0 | 30 | 3B | 7 | B | 4F | 41 |
| Octal | 354 | 173 | 141 | 0 | 60 | 73 | 7 | 13 | 117 | 101 |
| Binary | 11101100 | 1111011 | 1100001 | 0 | 110000 | 111011 | 111 | 1011 | 1001111 | 1000001 |
Color Harmonies of #EC7B61
Complementary color
Monochromatic Colors of #EC7B61
Black with #EC7B61
Text Example
Text Example
White with #EC7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B61; }
p { color: rgb(236,123,97); }
H1.HeaderClassName
{
color: #EC7B61;
}
.AnyTagClassName
{
color: #EC7B61;
}
</style>
background-color css
<style>
a { background-color: #EC7B61; }
a { background-color: rgb(236,123,97); }
div.DivClassName
{
background-color: #EC7B61;
}
.BgClassName
{
background-color: #EC7B61;
}
</style>
border-color css
<style>
span { border-color: #EC7B61; }
span { border-color: rgb(236,123,97); }
td.TdClassName
{
border-color: #EC7B61;
}
.TagClassName
{
border-color: #EC7B61;
}
</style>