Shades of Terra Cotta #E57466
Tints of Terra Cotta #E57466
RGB
CMYK
RGB Variations
Color information
#E57466 (or 0xE57466) is known color: Terra Cotta. HEX triplet: E5, 74 and 66. RGB value is (229,116,102). Sum of RGB (Red+Green+Blue) = 229+116+102=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E57466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57466 is #1A8B99. Grayscale: #949494. Windows color (decimal): -1739674 or 6714597. OLE color: 6714597.
HSL color Cylindrical-coordinate representation of color #E57466: hue angle of 6.61º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E57466 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 102 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.10 |
| HSL | 6.61º | 0.71% | 0.65% | - |
| HSV(B) | 6.61º | 0.55% | 0.9% | - |
| XYZ | 40.96 | 30.11 | 16.22 | - |
| YUV | 148.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 102 | 0 | 0.49 | 0.55 | 0.10 | 6.61 | 0.71 | 0.65 |
| Hex | E5 | 74 | 66 | 0 | 31 | 37 | A | 7 | 47 | 41 |
| Octal | 345 | 164 | 146 | 0 | 61 | 67 | 12 | 7 | 107 | 101 |
| Binary | 11100101 | 1110100 | 1100110 | 0 | 110001 | 110111 | 1010 | 111 | 1000111 | 1000001 |
Color Harmonies of #E57466
Complementary color
Monochromatic Colors of #E57466
Black with #E57466
Text Example
Text Example
White with #E57466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57466; }
p { color: rgb(229,116,102); }
H1.HeaderClassName
{
color: #E57466;
}
.AnyTagClassName
{
color: #E57466;
}
</style>
background-color css
<style>
a { background-color: #E57466; }
a { background-color: rgb(229,116,102); }
div.DivClassName
{
background-color: #E57466;
}
.BgClassName
{
background-color: #E57466;
}
</style>
border-color css
<style>
span { border-color: #E57466; }
span { border-color: rgb(229,116,102); }
td.TdClassName
{
border-color: #E57466;
}
.TagClassName
{
border-color: #E57466;
}
</style>