Shades of Terra Cotta #EC695B
Tints of Terra Cotta #EC695B
RGB
CMYK
RGB Variations
Color information
#EC695B (or 0xEC695B) is known color: Terra Cotta. HEX triplet: EC, 69 and 5B. RGB value is (236,105,91). Sum of RGB (Red+Green+Blue) = 236+105+91=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC695B is #1396A4. Grayscale: #8E8E8E. Windows color (decimal): -1283749 or 5990892. OLE color: 5990892.
HSL color Cylindrical-coordinate representation of color #EC695B: hue angle of 5.79º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC695B is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 91 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 5.79º | 0.79% | 0.64% | - |
| HSV(B) | 5.79º | 0.61% | 0.93% | - |
| XYZ | 41.53 | 28.69 | 13.25 | - |
| YUV | 142.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 91 | 0 | 0.56 | 0.61 | 0.07 | 5.79 | 0.79 | 0.64 |
| Hex | EC | 69 | 5B | 0 | 38 | 3D | 7 | 6 | 4F | 40 |
| Octal | 354 | 151 | 133 | 0 | 70 | 75 | 7 | 6 | 117 | 100 |
| Binary | 11101100 | 1101001 | 1011011 | 0 | 111000 | 111101 | 111 | 110 | 1001111 | 1000000 |
Color Harmonies of #EC695B
Complementary color
Monochromatic Colors of #EC695B
Black with #EC695B
Text Example
Text Example
White with #EC695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC695B; }
p { color: rgb(236,105,91); }
H1.HeaderClassName
{
color: #EC695B;
}
.AnyTagClassName
{
color: #EC695B;
}
</style>
background-color css
<style>
a { background-color: #EC695B; }
a { background-color: rgb(236,105,91); }
div.DivClassName
{
background-color: #EC695B;
}
.BgClassName
{
background-color: #EC695B;
}
</style>
border-color css
<style>
span { border-color: #EC695B; }
span { border-color: rgb(236,105,91); }
td.TdClassName
{
border-color: #EC695B;
}
.TagClassName
{
border-color: #EC695B;
}
</style>