Shades of Terra Cotta #EC675B
Tints of Terra Cotta #EC675B
RGB
CMYK
RGB Variations
Color information
#EC675B (or 0xEC675B) is known color: Terra Cotta. HEX triplet: EC, 67 and 5B. RGB value is (236,103,91). Sum of RGB (Red+Green+Blue) = 236+103+91=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC675B is #1398A4. Grayscale: #8D8D8D. Windows color (decimal): -1284261 or 5990380. OLE color: 5990380.
HSL color Cylindrical-coordinate representation of color #EC675B: hue angle of 4.97º 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 #EC675B is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 91 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 4.97º | 0.79% | 0.64% | - |
| HSV(B) | 4.97º | 0.61% | 0.93% | - |
| XYZ | 41.33 | 28.29 | 13.18 | - |
| YUV | 141.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 91 | 0 | 0.56 | 0.61 | 0.07 | 4.97 | 0.79 | 0.64 |
| Hex | EC | 67 | 5B | 0 | 38 | 3D | 7 | 5 | 4F | 40 |
| Octal | 354 | 147 | 133 | 0 | 70 | 75 | 7 | 5 | 117 | 100 |
| Binary | 11101100 | 1100111 | 1011011 | 0 | 111000 | 111101 | 111 | 101 | 1001111 | 1000000 |
Color Harmonies of #EC675B
Complementary color
Monochromatic Colors of #EC675B
Black with #EC675B
Text Example
Text Example
White with #EC675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC675B; }
p { color: rgb(236,103,91); }
H1.HeaderClassName
{
color: #EC675B;
}
.AnyTagClassName
{
color: #EC675B;
}
</style>
background-color css
<style>
a { background-color: #EC675B; }
a { background-color: rgb(236,103,91); }
div.DivClassName
{
background-color: #EC675B;
}
.BgClassName
{
background-color: #EC675B;
}
</style>
border-color css
<style>
span { border-color: #EC675B; }
span { border-color: rgb(236,103,91); }
td.TdClassName
{
border-color: #EC675B;
}
.TagClassName
{
border-color: #EC675B;
}
</style>