Shades of Terra Cotta #EC755B
Tints of Terra Cotta #EC755B
RGB
CMYK
RGB Variations
Color information
#EC755B (or 0xEC755B) is known color: Terra Cotta. HEX triplet: EC, 75 and 5B. RGB value is (236,117,91). Sum of RGB (Red+Green+Blue) = 236+117+91=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC755B is #138AA4. Grayscale: #959595. Windows color (decimal): -1280677 or 5993964. OLE color: 5993964.
HSL color Cylindrical-coordinate representation of color #EC755B: hue angle of 10.76º 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 #EC755B is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 91 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.07 |
| HSL | 10.76º | 0.79% | 0.64% | - |
| HSV(B) | 10.76º | 0.61% | 0.93% | - |
| XYZ | 42.84 | 31.31 | 13.68 | - |
| YUV | 149.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 91 | 0 | 0.50 | 0.61 | 0.07 | 10.76 | 0.79 | 0.64 |
| Hex | EC | 75 | 5B | 0 | 32 | 3D | 7 | B | 4F | 40 |
| Octal | 354 | 165 | 133 | 0 | 62 | 75 | 7 | 13 | 117 | 100 |
| Binary | 11101100 | 1110101 | 1011011 | 0 | 110010 | 111101 | 111 | 1011 | 1001111 | 1000000 |
Color Harmonies of #EC755B
Complementary color
Monochromatic Colors of #EC755B
Black with #EC755B
Text Example
Text Example
White with #EC755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC755B; }
p { color: rgb(236,117,91); }
H1.HeaderClassName
{
color: #EC755B;
}
.AnyTagClassName
{
color: #EC755B;
}
</style>
background-color css
<style>
a { background-color: #EC755B; }
a { background-color: rgb(236,117,91); }
div.DivClassName
{
background-color: #EC755B;
}
.BgClassName
{
background-color: #EC755B;
}
</style>
border-color css
<style>
span { border-color: #EC755B; }
span { border-color: rgb(236,117,91); }
td.TdClassName
{
border-color: #EC755B;
}
.TagClassName
{
border-color: #EC755B;
}
</style>