Shades of Terra Cotta #E07660
Tints of Terra Cotta #E07660
RGB
CMYK
RGB Variations
Color information
#E07660 (or 0xE07660) is known color: Terra Cotta. HEX triplet: E0, 76 and 60. RGB value is (224,118,96). Sum of RGB (Red+Green+Blue) = 224+118+96=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E07660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07660 is #1F899F. Grayscale: #939393. Windows color (decimal): -2066848 or 6321888. OLE color: 6321888.
HSL color Cylindrical-coordinate representation of color #E07660: hue angle of 10.31º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E07660 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 96 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.12 |
| HSL | 10.31º | 0.67% | 0.63% | - |
| HSV(B) | 10.31º | 0.57% | 0.88% | - |
| XYZ | 39.33 | 29.65 | 14.72 | - |
| YUV | 147.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 96 | 0 | 0.47 | 0.57 | 0.12 | 10.31 | 0.67 | 0.63 |
| Hex | E0 | 76 | 60 | 0 | 2F | 39 | C | A | 43 | 3F |
| Octal | 340 | 166 | 140 | 0 | 57 | 71 | 14 | 12 | 103 | 77 |
| Binary | 11100000 | 1110110 | 1100000 | 0 | 101111 | 111001 | 1100 | 1010 | 1000011 | 111111 |
Color Harmonies of #E07660
Complementary color
Monochromatic Colors of #E07660
Black with #E07660
Text Example
Text Example
White with #E07660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07660; }
p { color: rgb(224,118,96); }
H1.HeaderClassName
{
color: #E07660;
}
.AnyTagClassName
{
color: #E07660;
}
</style>
background-color css
<style>
a { background-color: #E07660; }
a { background-color: rgb(224,118,96); }
div.DivClassName
{
background-color: #E07660;
}
.BgClassName
{
background-color: #E07660;
}
</style>
border-color css
<style>
span { border-color: #E07660; }
span { border-color: rgb(224,118,96); }
td.TdClassName
{
border-color: #E07660;
}
.TagClassName
{
border-color: #E07660;
}
</style>