Shades of Terra Cotta #E47361
Tints of Terra Cotta #E47361
RGB
CMYK
RGB Variations
Color information
#E47361 (or 0xE47361) is known color: Terra Cotta. HEX triplet: E4, 73 and 61. RGB value is (228,115,97). Sum of RGB (Red+Green+Blue) = 228+115+97=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E47361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47361 is #1B8C9E. Grayscale: #929292. Windows color (decimal): -1805471 or 6386660. OLE color: 6386660.
HSL color Cylindrical-coordinate representation of color #E47361: hue angle of 8.24º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E47361 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 97 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.11 |
| HSL | 8.24º | 0.71% | 0.64% | - |
| HSV(B) | 8.24º | 0.57% | 0.89% | - |
| XYZ | 40.28 | 29.62 | 14.9 | - |
| YUV | 146.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 97 | 0 | 0.50 | 0.57 | 0.11 | 8.24 | 0.71 | 0.64 |
| Hex | E4 | 73 | 61 | 0 | 32 | 39 | B | 8 | 47 | 40 |
| Octal | 344 | 163 | 141 | 0 | 62 | 71 | 13 | 10 | 107 | 100 |
| Binary | 11100100 | 1110011 | 1100001 | 0 | 110010 | 111001 | 1011 | 1000 | 1000111 | 1000000 |
Color Harmonies of #E47361
Complementary color
Monochromatic Colors of #E47361
Black with #E47361
Text Example
Text Example
White with #E47361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47361; }
p { color: rgb(228,115,97); }
H1.HeaderClassName
{
color: #E47361;
}
.AnyTagClassName
{
color: #E47361;
}
</style>
background-color css
<style>
a { background-color: #E47361; }
a { background-color: rgb(228,115,97); }
div.DivClassName
{
background-color: #E47361;
}
.BgClassName
{
background-color: #E47361;
}
</style>
border-color css
<style>
span { border-color: #E47361; }
span { border-color: rgb(228,115,97); }
td.TdClassName
{
border-color: #E47361;
}
.TagClassName
{
border-color: #E47361;
}
</style>