Shades of Terra Cotta #EC665E
Tints of Terra Cotta #EC665E
RGB
CMYK
RGB Variations
Color information
#EC665E (or 0xEC665E) is known color: Terra Cotta. HEX triplet: EC, 66 and 5E. RGB value is (236,102,94). Sum of RGB (Red+Green+Blue) = 236+102+94=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC665E is #1399A1. Grayscale: #8D8D8D. Windows color (decimal): -1284514 or 6186732. OLE color: 6186732.
HSL color Cylindrical-coordinate representation of color #EC665E: hue angle of 3.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC665E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 94 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.07 |
| HSL | 3.38º | 0.79% | 0.65% | - |
| HSV(B) | 3.38º | 0.6% | 0.93% | - |
| XYZ | 41.36 | 28.14 | 13.84 | - |
| YUV | 141.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 94 | 0 | 0.57 | 0.60 | 0.07 | 3.38 | 0.79 | 0.65 |
| Hex | EC | 66 | 5E | 0 | 39 | 3C | 7 | 3 | 4F | 41 |
| Octal | 354 | 146 | 136 | 0 | 71 | 74 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1100110 | 1011110 | 0 | 111001 | 111100 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC665E
Complementary color
Monochromatic Colors of #EC665E
Black with #EC665E
Text Example
Text Example
White with #EC665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC665E; }
p { color: rgb(236,102,94); }
H1.HeaderClassName
{
color: #EC665E;
}
.AnyTagClassName
{
color: #EC665E;
}
</style>
background-color css
<style>
a { background-color: #EC665E; }
a { background-color: rgb(236,102,94); }
div.DivClassName
{
background-color: #EC665E;
}
.BgClassName
{
background-color: #EC665E;
}
</style>
border-color css
<style>
span { border-color: #EC665E; }
span { border-color: rgb(236,102,94); }
td.TdClassName
{
border-color: #EC665E;
}
.TagClassName
{
border-color: #EC665E;
}
</style>