Shades of Terra Cotta #EC685B
Tints of Terra Cotta #EC685B
RGB
CMYK
RGB Variations
Color information
#EC685B (or 0xEC685B) is known color: Terra Cotta. HEX triplet: EC, 68 and 5B. RGB value is (236,104,91). Sum of RGB (Red+Green+Blue) = 236+104+91=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC685B is #1397A4. Grayscale: #8E8E8E. Windows color (decimal): -1284005 or 5990636. OLE color: 5990636.
HSL color Cylindrical-coordinate representation of color #EC685B: hue angle of 5.38º 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 #EC685B is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 91 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 5.38º | 0.79% | 0.64% | - |
| HSV(B) | 5.38º | 0.61% | 0.93% | - |
| XYZ | 41.43 | 28.49 | 13.21 | - |
| YUV | 141.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 91 | 0 | 0.56 | 0.61 | 0.07 | 5.38 | 0.79 | 0.64 |
| Hex | EC | 68 | 5B | 0 | 38 | 3D | 7 | 5 | 4F | 40 |
| Octal | 354 | 150 | 133 | 0 | 70 | 75 | 7 | 5 | 117 | 100 |
| Binary | 11101100 | 1101000 | 1011011 | 0 | 111000 | 111101 | 111 | 101 | 1001111 | 1000000 |
Color Harmonies of #EC685B
Complementary color
Monochromatic Colors of #EC685B
Black with #EC685B
Text Example
Text Example
White with #EC685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC685B; }
p { color: rgb(236,104,91); }
H1.HeaderClassName
{
color: #EC685B;
}
.AnyTagClassName
{
color: #EC685B;
}
</style>
background-color css
<style>
a { background-color: #EC685B; }
a { background-color: rgb(236,104,91); }
div.DivClassName
{
background-color: #EC685B;
}
.BgClassName
{
background-color: #EC685B;
}
</style>
border-color css
<style>
span { border-color: #EC685B; }
span { border-color: rgb(236,104,91); }
td.TdClassName
{
border-color: #EC685B;
}
.TagClassName
{
border-color: #EC685B;
}
</style>