Shades of Terra Cotta #E47066
Tints of Terra Cotta #E47066
RGB
CMYK
RGB Variations
Color information
#E47066 (or 0xE47066) is known color: Terra Cotta. HEX triplet: E4, 70 and 66. RGB value is (228,112,102). Sum of RGB (Red+Green+Blue) = 228+112+102=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E47066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47066 is #1B8F99. Grayscale: #919191. Windows color (decimal): -1806234 or 6713572. OLE color: 6713572.
HSL color Cylindrical-coordinate representation of color #E47066: hue angle of 4.76º 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 #E47066 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 102 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.11 |
| HSL | 4.76º | 0.7% | 0.65% | - |
| HSV(B) | 4.76º | 0.55% | 0.89% | - |
| XYZ | 40.19 | 29.04 | 16.06 | - |
| YUV | 145.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 102 | 0 | 0.51 | 0.55 | 0.11 | 4.76 | 0.7 | 0.65 |
| Hex | E4 | 70 | 66 | 0 | 33 | 37 | B | 5 | 46 | 41 |
| Octal | 344 | 160 | 146 | 0 | 63 | 67 | 13 | 5 | 106 | 101 |
| Binary | 11100100 | 1110000 | 1100110 | 0 | 110011 | 110111 | 1011 | 101 | 1000110 | 1000001 |
Color Harmonies of #E47066
Complementary color
Monochromatic Colors of #E47066
Black with #E47066
Text Example
Text Example
White with #E47066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47066; }
p { color: rgb(228,112,102); }
H1.HeaderClassName
{
color: #E47066;
}
.AnyTagClassName
{
color: #E47066;
}
</style>
background-color css
<style>
a { background-color: #E47066; }
a { background-color: rgb(228,112,102); }
div.DivClassName
{
background-color: #E47066;
}
.BgClassName
{
background-color: #E47066;
}
</style>
border-color css
<style>
span { border-color: #E47066; }
span { border-color: rgb(228,112,102); }
td.TdClassName
{
border-color: #E47066;
}
.TagClassName
{
border-color: #E47066;
}
</style>