Shades of Terra Cotta #EC7662
Tints of Terra Cotta #EC7662
RGB
CMYK
RGB Variations
Color information
#EC7662 (or 0xEC7662) is known color: Terra Cotta. HEX triplet: EC, 76 and 62. RGB value is (236,118,98). Sum of RGB (Red+Green+Blue) = 236+118+98=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7662 is #13899D. Grayscale: #979797. Windows color (decimal): -1280414 or 6452972. OLE color: 6452972.
HSL color Cylindrical-coordinate representation of color #EC7662: hue angle of 8.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC7662 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 98 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.07 |
| HSL | 8.7º | 0.78% | 0.65% | - |
| HSV(B) | 8.7º | 0.58% | 0.93% | - |
| XYZ | 43.28 | 31.67 | 15.39 | - |
| YUV | 151 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 98 | 0 | 0.5 | 0.58 | 0.07 | 8.7 | 0.78 | 0.65 |
| Hex | EC | 76 | 62 | 0 | 32 | 3A | 7 | 9 | 4E | 41 |
| Octal | 354 | 166 | 142 | 0 | 62 | 72 | 7 | 11 | 116 | 101 |
| Binary | 11101100 | 1110110 | 1100010 | 0 | 110010 | 111010 | 111 | 1001 | 1001110 | 1000001 |
Color Harmonies of #EC7662
Complementary color
Monochromatic Colors of #EC7662
Black with #EC7662
Text Example
Text Example
White with #EC7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7662; }
p { color: rgb(236,118,98); }
H1.HeaderClassName
{
color: #EC7662;
}
.AnyTagClassName
{
color: #EC7662;
}
</style>
background-color css
<style>
a { background-color: #EC7662; }
a { background-color: rgb(236,118,98); }
div.DivClassName
{
background-color: #EC7662;
}
.BgClassName
{
background-color: #EC7662;
}
</style>
border-color css
<style>
span { border-color: #EC7662; }
span { border-color: rgb(236,118,98); }
td.TdClassName
{
border-color: #EC7662;
}
.TagClassName
{
border-color: #EC7662;
}
</style>