Shades of Terra Cotta #E47E5F
Tints of Terra Cotta #E47E5F
RGB
CMYK
RGB Variations
Color information
#E47E5F (or 0xE47E5F) is known color: Terra Cotta. HEX triplet: E4, 7E and 5F. RGB value is (228,126,95). Sum of RGB (Red+Green+Blue) = 228+126+95=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E5F is #1B81A0. Grayscale: #999999. Windows color (decimal): -1802657 or 6258404. OLE color: 6258404.
HSL color Cylindrical-coordinate representation of color #E47E5F: hue angle of 13.98º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E47E5F is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 95 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.11 |
| HSL | 13.98º | 0.71% | 0.63% | - |
| HSV(B) | 13.98º | 0.58% | 0.89% | - |
| XYZ | 41.52 | 32.24 | 14.86 | - |
| YUV | 152.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 95 | 0 | 0.45 | 0.58 | 0.11 | 13.98 | 0.71 | 0.63 |
| Hex | E4 | 7E | 5F | 0 | 2D | 3A | B | E | 47 | 3F |
| Octal | 344 | 176 | 137 | 0 | 55 | 72 | 13 | 16 | 107 | 77 |
| Binary | 11100100 | 1111110 | 1011111 | 0 | 101101 | 111010 | 1011 | 1110 | 1000111 | 111111 |
Color Harmonies of #E47E5F
Complementary color
Monochromatic Colors of #E47E5F
Black with #E47E5F
Text Example
Text Example
White with #E47E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47E5F; }
p { color: rgb(228,126,95); }
H1.HeaderClassName
{
color: #E47E5F;
}
.AnyTagClassName
{
color: #E47E5F;
}
</style>
background-color css
<style>
a { background-color: #E47E5F; }
a { background-color: rgb(228,126,95); }
div.DivClassName
{
background-color: #E47E5F;
}
.BgClassName
{
background-color: #E47E5F;
}
</style>
border-color css
<style>
span { border-color: #E47E5F; }
span { border-color: rgb(228,126,95); }
td.TdClassName
{
border-color: #E47E5F;
}
.TagClassName
{
border-color: #E47E5F;
}
</style>