Shades of Terra Cotta #EC725A
Tints of Terra Cotta #EC725A
RGB
CMYK
RGB Variations
Color information
#EC725A (or 0xEC725A) is known color: Terra Cotta. HEX triplet: EC, 72 and 5A. RGB value is (236,114,90). Sum of RGB (Red+Green+Blue) = 236+114+90=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC725A is #138DA5. Grayscale: #939393. Windows color (decimal): -1281446 or 5927660. OLE color: 5927660.
HSL color Cylindrical-coordinate representation of color #EC725A: hue angle of 9.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC725A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 90 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.07 |
| HSL | 9.86º | 0.79% | 0.64% | - |
| HSV(B) | 9.86º | 0.62% | 0.93% | - |
| XYZ | 42.45 | 30.61 | 13.34 | - |
| YUV | 147.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 90 | 0 | 0.52 | 0.62 | 0.07 | 9.86 | 0.79 | 0.64 |
| Hex | EC | 72 | 5A | 0 | 34 | 3E | 7 | A | 4F | 40 |
| Octal | 354 | 162 | 132 | 0 | 64 | 76 | 7 | 12 | 117 | 100 |
| Binary | 11101100 | 1110010 | 1011010 | 0 | 110100 | 111110 | 111 | 1010 | 1001111 | 1000000 |
Color Harmonies of #EC725A
Complementary color
Monochromatic Colors of #EC725A
Black with #EC725A
Text Example
Text Example
White with #EC725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC725A; }
p { color: rgb(236,114,90); }
H1.HeaderClassName
{
color: #EC725A;
}
.AnyTagClassName
{
color: #EC725A;
}
</style>
background-color css
<style>
a { background-color: #EC725A; }
a { background-color: rgb(236,114,90); }
div.DivClassName
{
background-color: #EC725A;
}
.BgClassName
{
background-color: #EC725A;
}
</style>
border-color css
<style>
span { border-color: #EC725A; }
span { border-color: rgb(236,114,90); }
td.TdClassName
{
border-color: #EC725A;
}
.TagClassName
{
border-color: #EC725A;
}
</style>