Shades of Terra Cotta #E07460
Tints of Terra Cotta #E07460
RGB
CMYK
RGB Variations
Color information
#E07460 (or 0xE07460) is known color: Terra Cotta. HEX triplet: E0, 74 and 60. RGB value is (224,116,96). Sum of RGB (Red+Green+Blue) = 224+116+96=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E07460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07460 is #1F8B9F. Grayscale: #929292. Windows color (decimal): -2067360 or 6321376. OLE color: 6321376.
HSL color Cylindrical-coordinate representation of color #E07460: hue angle of 9.38º 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 #E07460 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 96 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.12 |
| HSL | 9.38º | 0.67% | 0.63% | - |
| HSV(B) | 9.38º | 0.57% | 0.88% | - |
| XYZ | 39.1 | 29.18 | 14.64 | - |
| YUV | 146.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 96 | 0 | 0.48 | 0.57 | 0.12 | 9.38 | 0.67 | 0.63 |
| Hex | E0 | 74 | 60 | 0 | 30 | 39 | C | 9 | 43 | 3F |
| Octal | 340 | 164 | 140 | 0 | 60 | 71 | 14 | 11 | 103 | 77 |
| Binary | 11100000 | 1110100 | 1100000 | 0 | 110000 | 111001 | 1100 | 1001 | 1000011 | 111111 |
Color Harmonies of #E07460
Complementary color
Monochromatic Colors of #E07460
Black with #E07460
Text Example
Text Example
White with #E07460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07460; }
p { color: rgb(224,116,96); }
H1.HeaderClassName
{
color: #E07460;
}
.AnyTagClassName
{
color: #E07460;
}
</style>
background-color css
<style>
a { background-color: #E07460; }
a { background-color: rgb(224,116,96); }
div.DivClassName
{
background-color: #E07460;
}
.BgClassName
{
background-color: #E07460;
}
</style>
border-color css
<style>
span { border-color: #E07460; }
span { border-color: rgb(224,116,96); }
td.TdClassName
{
border-color: #E07460;
}
.TagClassName
{
border-color: #E07460;
}
</style>