Shades of Terra Cotta #E07557
Tints of Terra Cotta #E07557
RGB
CMYK
RGB Variations
Color information
#E07557 (or 0xE07557) is known color: Terra Cotta. HEX triplet: E0, 75 and 57. RGB value is (224,117,87). Sum of RGB (Red+Green+Blue) = 224+117+87=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E07557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07557 is #1F8AA8. Grayscale: #919191. Windows color (decimal): -2067113 or 5731808. OLE color: 5731808.
HSL color Cylindrical-coordinate representation of color #E07557: hue angle of 13.14º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E07557 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 87 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.12 |
| HSL | 13.14º | 0.69% | 0.61% | - |
| HSV(B) | 13.14º | 0.61% | 0.88% | - |
| XYZ | 38.82 | 29.26 | 12.62 | - |
| YUV | 145.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 87 | 0 | 0.48 | 0.61 | 0.12 | 13.14 | 0.69 | 0.61 |
| Hex | E0 | 75 | 57 | 0 | 30 | 3D | C | D | 45 | 3D |
| Octal | 340 | 165 | 127 | 0 | 60 | 75 | 14 | 15 | 105 | 75 |
| Binary | 11100000 | 1110101 | 1010111 | 0 | 110000 | 111101 | 1100 | 1101 | 1000101 | 111101 |
Color Harmonies of #E07557
Complementary color
Monochromatic Colors of #E07557
Black with #E07557
Text Example
Text Example
White with #E07557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07557; }
p { color: rgb(224,117,87); }
H1.HeaderClassName
{
color: #E07557;
}
.AnyTagClassName
{
color: #E07557;
}
</style>
background-color css
<style>
a { background-color: #E07557; }
a { background-color: rgb(224,117,87); }
div.DivClassName
{
background-color: #E07557;
}
.BgClassName
{
background-color: #E07557;
}
</style>
border-color css
<style>
span { border-color: #E07557; }
span { border-color: rgb(224,117,87); }
td.TdClassName
{
border-color: #E07557;
}
.TagClassName
{
border-color: #E07557;
}
</style>