Shades of Terra Cotta #EC735B
Tints of Terra Cotta #EC735B
RGB
CMYK
RGB Variations
Color information
#EC735B (or 0xEC735B) is known color: Terra Cotta. HEX triplet: EC, 73 and 5B. RGB value is (236,115,91). Sum of RGB (Red+Green+Blue) = 236+115+91=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC735B is #138CA4. Grayscale: #949494. Windows color (decimal): -1281189 or 5993452. OLE color: 5993452.
HSL color Cylindrical-coordinate representation of color #EC735B: hue angle of 9.93º 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 #EC735B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 91 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.07 |
| HSL | 9.93º | 0.79% | 0.64% | - |
| HSV(B) | 9.93º | 0.61% | 0.93% | - |
| XYZ | 42.61 | 30.85 | 13.61 | - |
| YUV | 148.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 91 | 0 | 0.51 | 0.61 | 0.07 | 9.93 | 0.79 | 0.64 |
| Hex | EC | 73 | 5B | 0 | 33 | 3D | 7 | A | 4F | 40 |
| Octal | 354 | 163 | 133 | 0 | 63 | 75 | 7 | 12 | 117 | 100 |
| Binary | 11101100 | 1110011 | 1011011 | 0 | 110011 | 111101 | 111 | 1010 | 1001111 | 1000000 |
Color Harmonies of #EC735B
Complementary color
Monochromatic Colors of #EC735B
Black with #EC735B
Text Example
Text Example
White with #EC735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC735B; }
p { color: rgb(236,115,91); }
H1.HeaderClassName
{
color: #EC735B;
}
.AnyTagClassName
{
color: #EC735B;
}
</style>
background-color css
<style>
a { background-color: #EC735B; }
a { background-color: rgb(236,115,91); }
div.DivClassName
{
background-color: #EC735B;
}
.BgClassName
{
background-color: #EC735B;
}
</style>
border-color css
<style>
span { border-color: #EC735B; }
span { border-color: rgb(236,115,91); }
td.TdClassName
{
border-color: #EC735B;
}
.TagClassName
{
border-color: #EC735B;
}
</style>