Shades of Terra Cotta #E07666
Tints of Terra Cotta #E07666
RGB
CMYK
RGB Variations
Color information
#E07666 (or 0xE07666) is known color: Terra Cotta. HEX triplet: E0, 76 and 66. RGB value is (224,118,102). Sum of RGB (Red+Green+Blue) = 224+118+102=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E07666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07666 is #1F8999. Grayscale: #949494. Windows color (decimal): -2066842 or 6715104. OLE color: 6715104.
HSL color Cylindrical-coordinate representation of color #E07666: hue angle of 7.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07666 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 102 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.12 |
| HSL | 7.87º | 0.66% | 0.64% | - |
| HSV(B) | 7.87º | 0.54% | 0.88% | - |
| XYZ | 39.62 | 29.76 | 16.23 | - |
| YUV | 147.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 102 | 0 | 0.47 | 0.54 | 0.12 | 7.87 | 0.66 | 0.64 |
| Hex | E0 | 76 | 66 | 0 | 2F | 36 | C | 8 | 42 | 40 |
| Octal | 340 | 166 | 146 | 0 | 57 | 66 | 14 | 10 | 102 | 100 |
| Binary | 11100000 | 1110110 | 1100110 | 0 | 101111 | 110110 | 1100 | 1000 | 1000010 | 1000000 |
Color Harmonies of #E07666
Complementary color
Monochromatic Colors of #E07666
Black with #E07666
Text Example
Text Example
White with #E07666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07666; }
p { color: rgb(224,118,102); }
H1.HeaderClassName
{
color: #E07666;
}
.AnyTagClassName
{
color: #E07666;
}
</style>
background-color css
<style>
a { background-color: #E07666; }
a { background-color: rgb(224,118,102); }
div.DivClassName
{
background-color: #E07666;
}
.BgClassName
{
background-color: #E07666;
}
</style>
border-color css
<style>
span { border-color: #E07666; }
span { border-color: rgb(224,118,102); }
td.TdClassName
{
border-color: #E07666;
}
.TagClassName
{
border-color: #E07666;
}
</style>