Shades of Terra Cotta #EC685E
Tints of Terra Cotta #EC685E
RGB
CMYK
RGB Variations
Color information
#EC685E (or 0xEC685E) is known color: Terra Cotta. HEX triplet: EC, 68 and 5E. RGB value is (236,104,94). Sum of RGB (Red+Green+Blue) = 236+104+94=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC685E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC685E is #1397A1. Grayscale: #8E8E8E. Windows color (decimal): -1284002 or 6187244. OLE color: 6187244.
HSL color Cylindrical-coordinate representation of color #EC685E: hue angle of 4.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC685E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 94 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.07 |
| HSL | 4.23º | 0.79% | 0.65% | - |
| HSV(B) | 4.23º | 0.6% | 0.93% | - |
| XYZ | 41.56 | 28.54 | 13.91 | - |
| YUV | 142.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 94 | 0 | 0.56 | 0.60 | 0.07 | 4.23 | 0.79 | 0.65 |
| Hex | EC | 68 | 5E | 0 | 38 | 3C | 7 | 4 | 4F | 41 |
| Octal | 354 | 150 | 136 | 0 | 70 | 74 | 7 | 4 | 117 | 101 |
| Binary | 11101100 | 1101000 | 1011110 | 0 | 111000 | 111100 | 111 | 100 | 1001111 | 1000001 |
Color Harmonies of #EC685E
Complementary color
Monochromatic Colors of #EC685E
Black with #EC685E
Text Example
Text Example
White with #EC685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC685E; }
p { color: rgb(236,104,94); }
H1.HeaderClassName
{
color: #EC685E;
}
.AnyTagClassName
{
color: #EC685E;
}
</style>
background-color css
<style>
a { background-color: #EC685E; }
a { background-color: rgb(236,104,94); }
div.DivClassName
{
background-color: #EC685E;
}
.BgClassName
{
background-color: #EC685E;
}
</style>
border-color css
<style>
span { border-color: #EC685E; }
span { border-color: rgb(236,104,94); }
td.TdClassName
{
border-color: #EC685E;
}
.TagClassName
{
border-color: #EC685E;
}
</style>