Shades of Terra Cotta #E57E5D
Tints of Terra Cotta #E57E5D
RGB
CMYK
RGB Variations
Color information
#E57E5D (or 0xE57E5D) is known color: Terra Cotta. HEX triplet: E5, 7E and 5D. RGB value is (229,126,93). Sum of RGB (Red+Green+Blue) = 229+126+93=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E57E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57E5D is #1A81A2. Grayscale: #999999. Windows color (decimal): -1737123 or 6127333. OLE color: 6127333.
HSL color Cylindrical-coordinate representation of color #E57E5D: hue angle of 14.56º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E57E5D is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 93 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.10 |
| HSL | 14.56º | 0.72% | 0.63% | - |
| HSV(B) | 14.56º | 0.59% | 0.9% | - |
| XYZ | 41.75 | 32.37 | 14.4 | - |
| YUV | 153.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 93 | 0 | 0.45 | 0.59 | 0.10 | 14.56 | 0.72 | 0.63 |
| Hex | E5 | 7E | 5D | 0 | 2D | 3B | A | F | 48 | 3F |
| Octal | 345 | 176 | 135 | 0 | 55 | 73 | 12 | 17 | 110 | 77 |
| Binary | 11100101 | 1111110 | 1011101 | 0 | 101101 | 111011 | 1010 | 1111 | 1001000 | 111111 |
Color Harmonies of #E57E5D
Complementary color
Monochromatic Colors of #E57E5D
Black with #E57E5D
Text Example
Text Example
White with #E57E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57E5D; }
p { color: rgb(229,126,93); }
H1.HeaderClassName
{
color: #E57E5D;
}
.AnyTagClassName
{
color: #E57E5D;
}
</style>
background-color css
<style>
a { background-color: #E57E5D; }
a { background-color: rgb(229,126,93); }
div.DivClassName
{
background-color: #E57E5D;
}
.BgClassName
{
background-color: #E57E5D;
}
</style>
border-color css
<style>
span { border-color: #E57E5D; }
span { border-color: rgb(229,126,93); }
td.TdClassName
{
border-color: #E57E5D;
}
.TagClassName
{
border-color: #E57E5D;
}
</style>