Shades of Terra Cotta #E47868
Tints of Terra Cotta #E47868
RGB
CMYK
RGB Variations
Color information
#E47868 (or 0xE47868) is known color: Terra Cotta. HEX triplet: E4, 78 and 68. RGB value is (228,120,104). Sum of RGB (Red+Green+Blue) = 228+120+104=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E47868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47868 is #1B8797. Grayscale: #969696. Windows color (decimal): -1804184 or 6846692. OLE color: 6846692.
HSL color Cylindrical-coordinate representation of color #E47868: hue angle of 7.74º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E47868 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 104 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.11 |
| HSL | 7.74º | 0.7% | 0.65% | - |
| HSV(B) | 7.74º | 0.54% | 0.89% | - |
| XYZ | 41.21 | 30.93 | 16.89 | - |
| YUV | 150.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 104 | 0 | 0.47 | 0.54 | 0.11 | 7.74 | 0.7 | 0.65 |
| Hex | E4 | 78 | 68 | 0 | 2F | 36 | B | 8 | 46 | 41 |
| Octal | 344 | 170 | 150 | 0 | 57 | 66 | 13 | 10 | 106 | 101 |
| Binary | 11100100 | 1111000 | 1101000 | 0 | 101111 | 110110 | 1011 | 1000 | 1000110 | 1000001 |
Color Harmonies of #E47868
Complementary color
Monochromatic Colors of #E47868
Black with #E47868
Text Example
Text Example
White with #E47868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47868; }
p { color: rgb(228,120,104); }
H1.HeaderClassName
{
color: #E47868;
}
.AnyTagClassName
{
color: #E47868;
}
</style>
background-color css
<style>
a { background-color: #E47868; }
a { background-color: rgb(228,120,104); }
div.DivClassName
{
background-color: #E47868;
}
.BgClassName
{
background-color: #E47868;
}
</style>
border-color css
<style>
span { border-color: #E47868; }
span { border-color: rgb(228,120,104); }
td.TdClassName
{
border-color: #E47868;
}
.TagClassName
{
border-color: #E47868;
}
</style>