Shades of Terra Cotta #E07F5D
Tints of Terra Cotta #E07F5D
RGB
CMYK
RGB Variations
Color information
#E07F5D (or 0xE07F5D) is known color: Terra Cotta. HEX triplet: E0, 7F and 5D. RGB value is (224,127,93). Sum of RGB (Red+Green+Blue) = 224+127+93=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F5D is #1F80A2. Grayscale: #989898. Windows color (decimal): -2064547 or 6127584. OLE color: 6127584.
HSL color Cylindrical-coordinate representation of color #E07F5D: hue angle of 15.57º 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 #E07F5D is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 93 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.12 |
| HSL | 15.57º | 0.68% | 0.62% | - |
| HSV(B) | 15.57º | 0.58% | 0.88% | - |
| XYZ | 40.31 | 31.82 | 14.37 | - |
| YUV | 152.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 93 | 0 | 0.43 | 0.58 | 0.12 | 15.57 | 0.68 | 0.62 |
| Hex | E0 | 7F | 5D | 0 | 2B | 3A | C | 10 | 44 | 3E |
| Octal | 340 | 177 | 135 | 0 | 53 | 72 | 14 | 20 | 104 | 76 |
| Binary | 11100000 | 1111111 | 1011101 | 0 | 101011 | 111010 | 1100 | 10000 | 1000100 | 111110 |
Color Harmonies of #E07F5D
Complementary color
Monochromatic Colors of #E07F5D
Black with #E07F5D
Text Example
Text Example
White with #E07F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F5D; }
p { color: rgb(224,127,93); }
H1.HeaderClassName
{
color: #E07F5D;
}
.AnyTagClassName
{
color: #E07F5D;
}
</style>
background-color css
<style>
a { background-color: #E07F5D; }
a { background-color: rgb(224,127,93); }
div.DivClassName
{
background-color: #E07F5D;
}
.BgClassName
{
background-color: #E07F5D;
}
</style>
border-color css
<style>
span { border-color: #E07F5D; }
span { border-color: rgb(224,127,93); }
td.TdClassName
{
border-color: #E07F5D;
}
.TagClassName
{
border-color: #E07F5D;
}
</style>