Shades of Terra Cotta #E57F5E
Tints of Terra Cotta #E57F5E
RGB
CMYK
RGB Variations
Color information
#E57F5E (or 0xE57F5E) is known color: Terra Cotta. HEX triplet: E5, 7F and 5E. RGB value is (229,127,94). Sum of RGB (Red+Green+Blue) = 229+127+94=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57F5E is #1A80A1. Grayscale: #999999. Windows color (decimal): -1736866 or 6193125. OLE color: 6193125.
HSL color Cylindrical-coordinate representation of color #E57F5E: hue angle of 14.67º 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 #E57F5E is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 94 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.10 |
| HSL | 14.67º | 0.72% | 0.63% | - |
| HSV(B) | 14.67º | 0.59% | 0.9% | - |
| XYZ | 41.92 | 32.64 | 14.68 | - |
| YUV | 153.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 94 | 0 | 0.45 | 0.59 | 0.10 | 14.67 | 0.72 | 0.63 |
| Hex | E5 | 7F | 5E | 0 | 2D | 3B | A | F | 48 | 3F |
| Octal | 345 | 177 | 136 | 0 | 55 | 73 | 12 | 17 | 110 | 77 |
| Binary | 11100101 | 1111111 | 1011110 | 0 | 101101 | 111011 | 1010 | 1111 | 1001000 | 111111 |
Color Harmonies of #E57F5E
Complementary color
Monochromatic Colors of #E57F5E
Black with #E57F5E
Text Example
Text Example
White with #E57F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F5E; }
p { color: rgb(229,127,94); }
H1.HeaderClassName
{
color: #E57F5E;
}
.AnyTagClassName
{
color: #E57F5E;
}
</style>
background-color css
<style>
a { background-color: #E57F5E; }
a { background-color: rgb(229,127,94); }
div.DivClassName
{
background-color: #E57F5E;
}
.BgClassName
{
background-color: #E57F5E;
}
</style>
border-color css
<style>
span { border-color: #E57F5E; }
span { border-color: rgb(229,127,94); }
td.TdClassName
{
border-color: #E57F5E;
}
.TagClassName
{
border-color: #E57F5E;
}
</style>