Shades of Terra Cotta #EC7D62
Tints of Terra Cotta #EC7D62
RGB
CMYK
RGB Variations
Color information
#EC7D62 (or 0xEC7D62) is known color: Terra Cotta. HEX triplet: EC, 7D and 62. RGB value is (236,125,98). Sum of RGB (Red+Green+Blue) = 236+125+98=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D62 is #13829D. Grayscale: #9B9B9B. Windows color (decimal): -1278622 or 6454764. OLE color: 6454764.
HSL color Cylindrical-coordinate representation of color #EC7D62: hue angle of 11.74º 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 #EC7D62 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 98 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.07 |
| HSL | 11.74º | 0.78% | 0.65% | - |
| HSV(B) | 11.74º | 0.58% | 0.93% | - |
| XYZ | 44.13 | 33.38 | 15.67 | - |
| YUV | 155.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 98 | 0 | 0.47 | 0.58 | 0.07 | 11.74 | 0.78 | 0.65 |
| Hex | EC | 7D | 62 | 0 | 2F | 3A | 7 | C | 4E | 41 |
| Octal | 354 | 175 | 142 | 0 | 57 | 72 | 7 | 14 | 116 | 101 |
| Binary | 11101100 | 1111101 | 1100010 | 0 | 101111 | 111010 | 111 | 1100 | 1001110 | 1000001 |
Color Harmonies of #EC7D62
Complementary color
Monochromatic Colors of #EC7D62
Black with #EC7D62
Text Example
Text Example
White with #EC7D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D62; }
p { color: rgb(236,125,98); }
H1.HeaderClassName
{
color: #EC7D62;
}
.AnyTagClassName
{
color: #EC7D62;
}
</style>
background-color css
<style>
a { background-color: #EC7D62; }
a { background-color: rgb(236,125,98); }
div.DivClassName
{
background-color: #EC7D62;
}
.BgClassName
{
background-color: #EC7D62;
}
</style>
border-color css
<style>
span { border-color: #EC7D62; }
span { border-color: rgb(236,125,98); }
td.TdClassName
{
border-color: #EC7D62;
}
.TagClassName
{
border-color: #EC7D62;
}
</style>