Shades of Terra Cotta #E66966
Tints of Terra Cotta #E66966
RGB
CMYK
RGB Variations
Color information
#E66966 (or 0xE66966) is known color: Terra Cotta. HEX triplet: E6, 69 and 66. RGB value is (230,105,102). Sum of RGB (Red+Green+Blue) = 230+105+102=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E66966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66966 is #199699. Grayscale: #8E8E8E. Windows color (decimal): -1676954 or 6711782. OLE color: 6711782.
HSL color Cylindrical-coordinate representation of color #E66966: hue angle of 1.41º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66966 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 102 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.10 |
| HSL | 1.41º | 0.72% | 0.65% | - |
| HSV(B) | 1.41º | 0.56% | 0.9% | - |
| XYZ | 40.08 | 27.89 | 15.84 | - |
| YUV | 142.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 102 | 0 | 0.54 | 0.56 | 0.10 | 1.41 | 0.72 | 0.65 |
| Hex | E6 | 69 | 66 | 0 | 36 | 38 | A | 1 | 48 | 41 |
| Octal | 346 | 151 | 146 | 0 | 66 | 70 | 12 | 1 | 110 | 101 |
| Binary | 11100110 | 1101001 | 1100110 | 0 | 110110 | 111000 | 1010 | 1 | 1001000 | 1000001 |
Color Harmonies of #E66966
Complementary color
Monochromatic Colors of #E66966
Black with #E66966
Text Example
Text Example
White with #E66966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66966; }
p { color: rgb(230,105,102); }
H1.HeaderClassName
{
color: #E66966;
}
.AnyTagClassName
{
color: #E66966;
}
</style>
background-color css
<style>
a { background-color: #E66966; }
a { background-color: rgb(230,105,102); }
div.DivClassName
{
background-color: #E66966;
}
.BgClassName
{
background-color: #E66966;
}
</style>
border-color css
<style>
span { border-color: #E66966; }
span { border-color: rgb(230,105,102); }
td.TdClassName
{
border-color: #E66966;
}
.TagClassName
{
border-color: #E66966;
}
</style>