Shades of Terra Cotta #E07C5D
Tints of Terra Cotta #E07C5D
RGB
CMYK
RGB Variations
Color information
#E07C5D (or 0xE07C5D) is known color: Terra Cotta. HEX triplet: E0, 7C and 5D. RGB value is (224,124,93). Sum of RGB (Red+Green+Blue) = 224+124+93=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C5D is #1F83A2. Grayscale: #969696. Windows color (decimal): -2065315 or 6126816. OLE color: 6126816.
HSL color Cylindrical-coordinate representation of color #E07C5D: hue angle of 14.2º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E07C5D is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 93 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.12 |
| HSL | 14.2º | 0.68% | 0.62% | - |
| HSV(B) | 14.2º | 0.58% | 0.88% | - |
| XYZ | 39.92 | 31.05 | 14.25 | - |
| YUV | 150.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 93 | 0 | 0.45 | 0.58 | 0.12 | 14.2 | 0.68 | 0.62 |
| Hex | E0 | 7C | 5D | 0 | 2D | 3A | C | E | 44 | 3E |
| Octal | 340 | 174 | 135 | 0 | 55 | 72 | 14 | 16 | 104 | 76 |
| Binary | 11100000 | 1111100 | 1011101 | 0 | 101101 | 111010 | 1100 | 1110 | 1000100 | 111110 |
Color Harmonies of #E07C5D
Complementary color
Monochromatic Colors of #E07C5D
Black with #E07C5D
Text Example
Text Example
White with #E07C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C5D; }
p { color: rgb(224,124,93); }
H1.HeaderClassName
{
color: #E07C5D;
}
.AnyTagClassName
{
color: #E07C5D;
}
</style>
background-color css
<style>
a { background-color: #E07C5D; }
a { background-color: rgb(224,124,93); }
div.DivClassName
{
background-color: #E07C5D;
}
.BgClassName
{
background-color: #E07C5D;
}
</style>
border-color css
<style>
span { border-color: #E07C5D; }
span { border-color: rgb(224,124,93); }
td.TdClassName
{
border-color: #E07C5D;
}
.TagClassName
{
border-color: #E07C5D;
}
</style>