Shades of Terra Cotta #E66C5D
Tints of Terra Cotta #E66C5D
RGB
CMYK
RGB Variations
Color information
#E66C5D (or 0xE66C5D) is known color: Terra Cotta. HEX triplet: E6, 6C and 5D. RGB value is (230,108,93). Sum of RGB (Red+Green+Blue) = 230+108+93=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C5D is #1993A2. Grayscale: #8E8E8E. Windows color (decimal): -1676195 or 6122726. OLE color: 6122726.
HSL color Cylindrical-coordinate representation of color #E66C5D: hue angle of 6.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E66C5D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 93 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.10 |
| HSL | 6.57º | 0.73% | 0.63% | - |
| HSV(B) | 6.57º | 0.6% | 0.9% | - |
| XYZ | 39.97 | 28.34 | 13.72 | - |
| YUV | 142.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 93 | 0 | 0.53 | 0.60 | 0.10 | 6.57 | 0.73 | 0.63 |
| Hex | E6 | 6C | 5D | 0 | 35 | 3C | A | 7 | 49 | 3F |
| Octal | 346 | 154 | 135 | 0 | 65 | 74 | 12 | 7 | 111 | 77 |
| Binary | 11100110 | 1101100 | 1011101 | 0 | 110101 | 111100 | 1010 | 111 | 1001001 | 111111 |
Color Harmonies of #E66C5D
Complementary color
Monochromatic Colors of #E66C5D
Black with #E66C5D
Text Example
Text Example
White with #E66C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C5D; }
p { color: rgb(230,108,93); }
H1.HeaderClassName
{
color: #E66C5D;
}
.AnyTagClassName
{
color: #E66C5D;
}
</style>
background-color css
<style>
a { background-color: #E66C5D; }
a { background-color: rgb(230,108,93); }
div.DivClassName
{
background-color: #E66C5D;
}
.BgClassName
{
background-color: #E66C5D;
}
</style>
border-color css
<style>
span { border-color: #E66C5D; }
span { border-color: rgb(230,108,93); }
td.TdClassName
{
border-color: #E66C5D;
}
.TagClassName
{
border-color: #E66C5D;
}
</style>