Shades of Terra Cotta #E47860
Tints of Terra Cotta #E47860
RGB
CMYK
RGB Variations
Color information
#E47860 (or 0xE47860) is known color: Terra Cotta. HEX triplet: E4, 78 and 60. RGB value is (228,120,96). Sum of RGB (Red+Green+Blue) = 228+120+96=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E47860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47860 is #1B879F. Grayscale: #959595. Windows color (decimal): -1804192 or 6322404. OLE color: 6322404.
HSL color Cylindrical-coordinate representation of color #E47860: hue angle of 10.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E47860 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 96 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.11 |
| HSL | 10.91º | 0.71% | 0.64% | - |
| HSV(B) | 10.91º | 0.58% | 0.89% | - |
| XYZ | 40.82 | 30.77 | 14.85 | - |
| YUV | 149.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 96 | 0 | 0.47 | 0.58 | 0.11 | 10.91 | 0.71 | 0.64 |
| Hex | E4 | 78 | 60 | 0 | 2F | 3A | B | B | 47 | 40 |
| Octal | 344 | 170 | 140 | 0 | 57 | 72 | 13 | 13 | 107 | 100 |
| Binary | 11100100 | 1111000 | 1100000 | 0 | 101111 | 111010 | 1011 | 1011 | 1000111 | 1000000 |
Color Harmonies of #E47860
Complementary color
Monochromatic Colors of #E47860
Black with #E47860
Text Example
Text Example
White with #E47860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47860; }
p { color: rgb(228,120,96); }
H1.HeaderClassName
{
color: #E47860;
}
.AnyTagClassName
{
color: #E47860;
}
</style>
background-color css
<style>
a { background-color: #E47860; }
a { background-color: rgb(228,120,96); }
div.DivClassName
{
background-color: #E47860;
}
.BgClassName
{
background-color: #E47860;
}
</style>
border-color css
<style>
span { border-color: #E47860; }
span { border-color: rgb(228,120,96); }
td.TdClassName
{
border-color: #E47860;
}
.TagClassName
{
border-color: #E47860;
}
</style>