Shades of Terra Cotta #E68060
Tints of Terra Cotta #E68060
RGB
CMYK
RGB Variations
Color information
#E68060 (or 0xE68060) is known color: Terra Cotta. HEX triplet: E6, 80 and 60. RGB value is (230,128,96). Sum of RGB (Red+Green+Blue) = 230+128+96=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E68060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68060 is #197F9F. Grayscale: #9B9B9B. Windows color (decimal): -1671072 or 6324454. OLE color: 6324454.
HSL color Cylindrical-coordinate representation of color #E68060: hue angle of 14.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E68060 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 96 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.10 |
| HSL | 14.33º | 0.73% | 0.64% | - |
| HSV(B) | 14.33º | 0.58% | 0.9% | - |
| XYZ | 42.46 | 33.11 | 15.22 | - |
| YUV | 154.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 96 | 0 | 0.44 | 0.58 | 0.10 | 14.33 | 0.73 | 0.64 |
| Hex | E6 | 80 | 60 | 0 | 2C | 3A | A | E | 49 | 40 |
| Octal | 346 | 200 | 140 | 0 | 54 | 72 | 12 | 16 | 111 | 100 |
| Binary | 11100110 | 10000000 | 1100000 | 0 | 101100 | 111010 | 1010 | 1110 | 1001001 | 1000000 |
Color Harmonies of #E68060
Complementary color
Monochromatic Colors of #E68060
Black with #E68060
Text Example
Text Example
White with #E68060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68060; }
p { color: rgb(230,128,96); }
H1.HeaderClassName
{
color: #E68060;
}
.AnyTagClassName
{
color: #E68060;
}
</style>
background-color css
<style>
a { background-color: #E68060; }
a { background-color: rgb(230,128,96); }
div.DivClassName
{
background-color: #E68060;
}
.BgClassName
{
background-color: #E68060;
}
</style>
border-color css
<style>
span { border-color: #E68060; }
span { border-color: rgb(230,128,96); }
td.TdClassName
{
border-color: #E68060;
}
.TagClassName
{
border-color: #E68060;
}
</style>