Shades of Terra Cotta #E66E5D
Tints of Terra Cotta #E66E5D
RGB
CMYK
RGB Variations
Color information
#E66E5D (or 0xE66E5D) is known color: Terra Cotta. HEX triplet: E6, 6E and 5D. RGB value is (230,110,93). Sum of RGB (Red+Green+Blue) = 230+110+93=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E5D is #1991A2. Grayscale: #909090. Windows color (decimal): -1675683 or 6123238. OLE color: 6123238.
HSL color Cylindrical-coordinate representation of color #E66E5D: hue angle of 7.45º 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 #E66E5D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 93 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.10 |
| HSL | 7.45º | 0.73% | 0.63% | - |
| HSV(B) | 7.45º | 0.6% | 0.9% | - |
| XYZ | 40.18 | 28.77 | 13.79 | - |
| YUV | 143.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 93 | 0 | 0.52 | 0.60 | 0.10 | 7.45 | 0.73 | 0.63 |
| Hex | E6 | 6E | 5D | 0 | 34 | 3C | A | 7 | 49 | 3F |
| Octal | 346 | 156 | 135 | 0 | 64 | 74 | 12 | 7 | 111 | 77 |
| Binary | 11100110 | 1101110 | 1011101 | 0 | 110100 | 111100 | 1010 | 111 | 1001001 | 111111 |
Color Harmonies of #E66E5D
Complementary color
Monochromatic Colors of #E66E5D
Black with #E66E5D
Text Example
Text Example
White with #E66E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E5D; }
p { color: rgb(230,110,93); }
H1.HeaderClassName
{
color: #E66E5D;
}
.AnyTagClassName
{
color: #E66E5D;
}
</style>
background-color css
<style>
a { background-color: #E66E5D; }
a { background-color: rgb(230,110,93); }
div.DivClassName
{
background-color: #E66E5D;
}
.BgClassName
{
background-color: #E66E5D;
}
</style>
border-color css
<style>
span { border-color: #E66E5D; }
span { border-color: rgb(230,110,93); }
td.TdClassName
{
border-color: #E66E5D;
}
.TagClassName
{
border-color: #E66E5D;
}
</style>