Shades of Terra Cotta #EC655E
Tints of Terra Cotta #EC655E
RGB
CMYK
RGB Variations
Color information
#EC655E (or 0xEC655E) is known color: Terra Cotta. HEX triplet: EC, 65 and 5E. RGB value is (236,101,94). Sum of RGB (Red+Green+Blue) = 236+101+94=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC655E is #139AA1. Grayscale: #8C8C8C. Windows color (decimal): -1284770 or 6186476. OLE color: 6186476.
HSL color Cylindrical-coordinate representation of color #EC655E: hue angle of 2.96º 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 #EC655E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 94 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.07 |
| HSL | 2.96º | 0.79% | 0.65% | - |
| HSV(B) | 2.96º | 0.6% | 0.93% | - |
| XYZ | 41.27 | 27.95 | 13.81 | - |
| YUV | 140.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 94 | 0 | 0.57 | 0.60 | 0.07 | 2.96 | 0.79 | 0.65 |
| Hex | EC | 65 | 5E | 0 | 39 | 3C | 7 | 3 | 4F | 41 |
| Octal | 354 | 145 | 136 | 0 | 71 | 74 | 7 | 3 | 117 | 101 |
| Binary | 11101100 | 1100101 | 1011110 | 0 | 111001 | 111100 | 111 | 11 | 1001111 | 1000001 |
Color Harmonies of #EC655E
Complementary color
Monochromatic Colors of #EC655E
Black with #EC655E
Text Example
Text Example
White with #EC655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC655E; }
p { color: rgb(236,101,94); }
H1.HeaderClassName
{
color: #EC655E;
}
.AnyTagClassName
{
color: #EC655E;
}
</style>
background-color css
<style>
a { background-color: #EC655E; }
a { background-color: rgb(236,101,94); }
div.DivClassName
{
background-color: #EC655E;
}
.BgClassName
{
background-color: #EC655E;
}
</style>
border-color css
<style>
span { border-color: #EC655E; }
span { border-color: rgb(236,101,94); }
td.TdClassName
{
border-color: #EC655E;
}
.TagClassName
{
border-color: #EC655E;
}
</style>