Shades of Terra Cotta #E17666
Tints of Terra Cotta #E17666
RGB
CMYK
RGB Variations
Color information
#E17666 (or 0xE17666) is known color: Terra Cotta. HEX triplet: E1, 76 and 66. RGB value is (225,118,102). Sum of RGB (Red+Green+Blue) = 225+118+102=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E17666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17666 is #1E8999. Grayscale: #949494. Windows color (decimal): -2001306 or 6715105. OLE color: 6715105.
HSL color Cylindrical-coordinate representation of color #E17666: hue angle of 7.8º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E17666 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 102 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.12 |
| HSL | 7.8º | 0.67% | 0.64% | - |
| HSV(B) | 7.8º | 0.55% | 0.88% | - |
| XYZ | 39.93 | 29.92 | 16.24 | - |
| YUV | 148.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 102 | 0 | 0.48 | 0.55 | 0.12 | 7.8 | 0.67 | 0.64 |
| Hex | E1 | 76 | 66 | 0 | 30 | 37 | C | 8 | 43 | 40 |
| Octal | 341 | 166 | 146 | 0 | 60 | 67 | 14 | 10 | 103 | 100 |
| Binary | 11100001 | 1110110 | 1100110 | 0 | 110000 | 110111 | 1100 | 1000 | 1000011 | 1000000 |
Color Harmonies of #E17666
Complementary color
Monochromatic Colors of #E17666
Black with #E17666
Text Example
Text Example
White with #E17666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17666; }
p { color: rgb(225,118,102); }
H1.HeaderClassName
{
color: #E17666;
}
.AnyTagClassName
{
color: #E17666;
}
</style>
background-color css
<style>
a { background-color: #E17666; }
a { background-color: rgb(225,118,102); }
div.DivClassName
{
background-color: #E17666;
}
.BgClassName
{
background-color: #E17666;
}
</style>
border-color css
<style>
span { border-color: #E17666; }
span { border-color: rgb(225,118,102); }
td.TdClassName
{
border-color: #E17666;
}
.TagClassName
{
border-color: #E17666;
}
</style>