Shades of Terra Cotta #E47067
Tints of Terra Cotta #E47067
RGB
CMYK
RGB Variations
Color information
#E47067 (or 0xE47067) is known color: Terra Cotta. HEX triplet: E4, 70 and 67. RGB value is (228,112,103). Sum of RGB (Red+Green+Blue) = 228+112+103=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E47067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47067 is #1B8F98. Grayscale: #919191. Windows color (decimal): -1806233 or 6779108. OLE color: 6779108.
HSL color Cylindrical-coordinate representation of color #E47067: hue angle of 4.32º 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 #E47067 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 103 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.11 |
| HSL | 4.32º | 0.7% | 0.65% | - |
| HSV(B) | 4.32º | 0.55% | 0.89% | - |
| XYZ | 40.24 | 29.06 | 16.32 | - |
| YUV | 145.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 103 | 0 | 0.51 | 0.55 | 0.11 | 4.32 | 0.7 | 0.65 |
| Hex | E4 | 70 | 67 | 0 | 33 | 37 | B | 4 | 46 | 41 |
| Octal | 344 | 160 | 147 | 0 | 63 | 67 | 13 | 4 | 106 | 101 |
| Binary | 11100100 | 1110000 | 1100111 | 0 | 110011 | 110111 | 1011 | 100 | 1000110 | 1000001 |
Color Harmonies of #E47067
Complementary color
Monochromatic Colors of #E47067
Black with #E47067
Text Example
Text Example
White with #E47067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47067; }
p { color: rgb(228,112,103); }
H1.HeaderClassName
{
color: #E47067;
}
.AnyTagClassName
{
color: #E47067;
}
</style>
background-color css
<style>
a { background-color: #E47067; }
a { background-color: rgb(228,112,103); }
div.DivClassName
{
background-color: #E47067;
}
.BgClassName
{
background-color: #E47067;
}
</style>
border-color css
<style>
span { border-color: #E47067; }
span { border-color: rgb(228,112,103); }
td.TdClassName
{
border-color: #E47067;
}
.TagClassName
{
border-color: #E47067;
}
</style>