Shades of Terra Cotta #E47766
Tints of Terra Cotta #E47766
RGB
CMYK
RGB Variations
Color information
#E47766 (or 0xE47766) is known color: Terra Cotta. HEX triplet: E4, 77 and 66. RGB value is (228,119,102). Sum of RGB (Red+Green+Blue) = 228+119+102=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E47766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47766 is #1B8899. Grayscale: #959595. Windows color (decimal): -1804442 or 6715364. OLE color: 6715364.
HSL color Cylindrical-coordinate representation of color #E47766: hue angle of 8.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E47766 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 102 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.11 |
| HSL | 8.1º | 0.7% | 0.65% | - |
| HSV(B) | 8.1º | 0.55% | 0.89% | - |
| XYZ | 40.99 | 30.65 | 16.33 | - |
| YUV | 149.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 102 | 0 | 0.48 | 0.55 | 0.11 | 8.1 | 0.7 | 0.65 |
| Hex | E4 | 77 | 66 | 0 | 30 | 37 | B | 8 | 46 | 41 |
| Octal | 344 | 167 | 146 | 0 | 60 | 67 | 13 | 10 | 106 | 101 |
| Binary | 11100100 | 1110111 | 1100110 | 0 | 110000 | 110111 | 1011 | 1000 | 1000110 | 1000001 |
Color Harmonies of #E47766
Complementary color
Monochromatic Colors of #E47766
Black with #E47766
Text Example
Text Example
White with #E47766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47766; }
p { color: rgb(228,119,102); }
H1.HeaderClassName
{
color: #E47766;
}
.AnyTagClassName
{
color: #E47766;
}
</style>
background-color css
<style>
a { background-color: #E47766; }
a { background-color: rgb(228,119,102); }
div.DivClassName
{
background-color: #E47766;
}
.BgClassName
{
background-color: #E47766;
}
</style>
border-color css
<style>
span { border-color: #E47766; }
span { border-color: rgb(228,119,102); }
td.TdClassName
{
border-color: #E47766;
}
.TagClassName
{
border-color: #E47766;
}
</style>