Shades of Terra Cotta #E07359
Tints of Terra Cotta #E07359
RGB
CMYK
RGB Variations
Color information
#E07359 (or 0xE07359) is known color: Terra Cotta. HEX triplet: E0, 73 and 59. RGB value is (224,115,89). Sum of RGB (Red+Green+Blue) = 224+115+89=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E07359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07359 is #1F8CA6. Grayscale: #909090. Windows color (decimal): -2067623 or 5862368. OLE color: 5862368.
HSL color Cylindrical-coordinate representation of color #E07359: hue angle of 11.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E07359 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 89 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.12 |
| HSL | 11.56º | 0.69% | 0.61% | - |
| HSV(B) | 11.56º | 0.6% | 0.88% | - |
| XYZ | 38.67 | 28.83 | 12.98 | - |
| YUV | 144.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 89 | 0 | 0.49 | 0.60 | 0.12 | 11.56 | 0.69 | 0.61 |
| Hex | E0 | 73 | 59 | 0 | 31 | 3C | C | C | 45 | 3D |
| Octal | 340 | 163 | 131 | 0 | 61 | 74 | 14 | 14 | 105 | 75 |
| Binary | 11100000 | 1110011 | 1011001 | 0 | 110001 | 111100 | 1100 | 1100 | 1000101 | 111101 |
Color Harmonies of #E07359
Complementary color
Monochromatic Colors of #E07359
Black with #E07359
Text Example
Text Example
White with #E07359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07359; }
p { color: rgb(224,115,89); }
H1.HeaderClassName
{
color: #E07359;
}
.AnyTagClassName
{
color: #E07359;
}
</style>
background-color css
<style>
a { background-color: #E07359; }
a { background-color: rgb(224,115,89); }
div.DivClassName
{
background-color: #E07359;
}
.BgClassName
{
background-color: #E07359;
}
</style>
border-color css
<style>
span { border-color: #E07359; }
span { border-color: rgb(224,115,89); }
td.TdClassName
{
border-color: #E07359;
}
.TagClassName
{
border-color: #E07359;
}
</style>