Shades of Terra Cotta #E67660
Tints of Terra Cotta #E67660
RGB
CMYK
RGB Variations
Color information
#E67660 (or 0xE67660) is known color: Terra Cotta. HEX triplet: E6, 76 and 60. RGB value is (230,118,96). Sum of RGB (Red+Green+Blue) = 230+118+96=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E67660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67660 is #19899F. Grayscale: #959595. Windows color (decimal): -1673632 or 6321894. OLE color: 6321894.
HSL color Cylindrical-coordinate representation of color #E67660: hue angle of 9.85º 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 #E67660 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 96 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.10 |
| HSL | 9.85º | 0.73% | 0.64% | - |
| HSV(B) | 9.85º | 0.58% | 0.9% | - |
| XYZ | 41.22 | 30.62 | 14.8 | - |
| YUV | 148.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 96 | 0 | 0.49 | 0.58 | 0.10 | 9.85 | 0.73 | 0.64 |
| Hex | E6 | 76 | 60 | 0 | 31 | 3A | A | A | 49 | 40 |
| Octal | 346 | 166 | 140 | 0 | 61 | 72 | 12 | 12 | 111 | 100 |
| Binary | 11100110 | 1110110 | 1100000 | 0 | 110001 | 111010 | 1010 | 1010 | 1001001 | 1000000 |
Color Harmonies of #E67660
Complementary color
Monochromatic Colors of #E67660
Black with #E67660
Text Example
Text Example
White with #E67660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67660; }
p { color: rgb(230,118,96); }
H1.HeaderClassName
{
color: #E67660;
}
.AnyTagClassName
{
color: #E67660;
}
</style>
background-color css
<style>
a { background-color: #E67660; }
a { background-color: rgb(230,118,96); }
div.DivClassName
{
background-color: #E67660;
}
.BgClassName
{
background-color: #E67660;
}
</style>
border-color css
<style>
span { border-color: #E67660; }
span { border-color: rgb(230,118,96); }
td.TdClassName
{
border-color: #E67660;
}
.TagClassName
{
border-color: #E67660;
}
</style>