Shades of Terra Cotta #EC7663
Tints of Terra Cotta #EC7663
RGB
CMYK
RGB Variations
Color information
#EC7663 (or 0xEC7663) is known color: Terra Cotta. HEX triplet: EC, 76 and 63. RGB value is (236,118,99). Sum of RGB (Red+Green+Blue) = 236+118+99=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7663 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7663 is #13899C. Grayscale: #979797. Windows color (decimal): -1280413 or 6518508. OLE color: 6518508.
HSL color Cylindrical-coordinate representation of color #EC7663: hue angle of 8.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC7663 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 99 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.07 |
| HSL | 8.32º | 0.78% | 0.66% | - |
| HSV(B) | 8.32º | 0.58% | 0.93% | - |
| XYZ | 43.32 | 31.69 | 15.64 | - |
| YUV | 151.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 99 | 0 | 0.5 | 0.58 | 0.07 | 8.32 | 0.78 | 0.66 |
| Hex | EC | 76 | 63 | 0 | 32 | 3A | 7 | 8 | 4E | 42 |
| Octal | 354 | 166 | 143 | 0 | 62 | 72 | 7 | 10 | 116 | 102 |
| Binary | 11101100 | 1110110 | 1100011 | 0 | 110010 | 111010 | 111 | 1000 | 1001110 | 1000010 |
Color Harmonies of #EC7663
Complementary color
Monochromatic Colors of #EC7663
Black with #EC7663
Text Example
Text Example
White with #EC7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7663; }
p { color: rgb(236,118,99); }
H1.HeaderClassName
{
color: #EC7663;
}
.AnyTagClassName
{
color: #EC7663;
}
</style>
background-color css
<style>
a { background-color: #EC7663; }
a { background-color: rgb(236,118,99); }
div.DivClassName
{
background-color: #EC7663;
}
.BgClassName
{
background-color: #EC7663;
}
</style>
border-color css
<style>
span { border-color: #EC7663; }
span { border-color: rgb(236,118,99); }
td.TdClassName
{
border-color: #EC7663;
}
.TagClassName
{
border-color: #EC7663;
}
</style>