Shades of Terra Cotta #E07565
Tints of Terra Cotta #E07565
RGB
CMYK
RGB Variations
Color information
#E07565 (or 0xE07565) is known color: Terra Cotta. HEX triplet: E0, 75 and 65. RGB value is (224,117,101). Sum of RGB (Red+Green+Blue) = 224+117+101=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07565 is #1F8A9A. Grayscale: #939393. Windows color (decimal): -2067099 or 6649312. OLE color: 6649312.
HSL color Cylindrical-coordinate representation of color #E07565: hue angle of 7.8º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E07565 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 101 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.12 |
| HSL | 7.8º | 0.66% | 0.64% | - |
| HSV(B) | 7.8º | 0.55% | 0.88% | - |
| XYZ | 39.45 | 29.51 | 15.93 | - |
| YUV | 147.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 101 | 0 | 0.48 | 0.55 | 0.12 | 7.8 | 0.66 | 0.64 |
| Hex | E0 | 75 | 65 | 0 | 30 | 37 | C | 8 | 42 | 40 |
| Octal | 340 | 165 | 145 | 0 | 60 | 67 | 14 | 10 | 102 | 100 |
| Binary | 11100000 | 1110101 | 1100101 | 0 | 110000 | 110111 | 1100 | 1000 | 1000010 | 1000000 |
Color Harmonies of #E07565
Complementary color
Monochromatic Colors of #E07565
Black with #E07565
Text Example
Text Example
White with #E07565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07565; }
p { color: rgb(224,117,101); }
H1.HeaderClassName
{
color: #E07565;
}
.AnyTagClassName
{
color: #E07565;
}
</style>
background-color css
<style>
a { background-color: #E07565; }
a { background-color: rgb(224,117,101); }
div.DivClassName
{
background-color: #E07565;
}
.BgClassName
{
background-color: #E07565;
}
</style>
border-color css
<style>
span { border-color: #E07565; }
span { border-color: rgb(224,117,101); }
td.TdClassName
{
border-color: #E07565;
}
.TagClassName
{
border-color: #E07565;
}
</style>