Shades of Terra Cotta #EC765B
Tints of Terra Cotta #EC765B
RGB
CMYK
RGB Variations
Color information
#EC765B (or 0xEC765B) is known color: Terra Cotta. HEX triplet: EC, 76 and 5B. RGB value is (236,118,91). Sum of RGB (Red+Green+Blue) = 236+118+91=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC765B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC765B is #1389A4. Grayscale: #969696. Windows color (decimal): -1280421 or 5994220. OLE color: 5994220.
HSL color Cylindrical-coordinate representation of color #EC765B: hue angle of 11.17º 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 #EC765B is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 91 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.07 |
| HSL | 11.17º | 0.79% | 0.64% | - |
| HSV(B) | 11.17º | 0.61% | 0.93% | - |
| XYZ | 42.96 | 31.55 | 13.72 | - |
| YUV | 150.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 91 | 0 | 0.5 | 0.61 | 0.07 | 11.17 | 0.79 | 0.64 |
| Hex | EC | 76 | 5B | 0 | 32 | 3D | 7 | B | 4F | 40 |
| Octal | 354 | 166 | 133 | 0 | 62 | 75 | 7 | 13 | 117 | 100 |
| Binary | 11101100 | 1110110 | 1011011 | 0 | 110010 | 111101 | 111 | 1011 | 1001111 | 1000000 |
Color Harmonies of #EC765B
Complementary color
Monochromatic Colors of #EC765B
Black with #EC765B
Text Example
Text Example
White with #EC765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC765B; }
p { color: rgb(236,118,91); }
H1.HeaderClassName
{
color: #EC765B;
}
.AnyTagClassName
{
color: #EC765B;
}
</style>
background-color css
<style>
a { background-color: #EC765B; }
a { background-color: rgb(236,118,91); }
div.DivClassName
{
background-color: #EC765B;
}
.BgClassName
{
background-color: #EC765B;
}
</style>
border-color css
<style>
span { border-color: #EC765B; }
span { border-color: rgb(236,118,91); }
td.TdClassName
{
border-color: #EC765B;
}
.TagClassName
{
border-color: #EC765B;
}
</style>