Shades of Terra Cotta #E0785F
Tints of Terra Cotta #E0785F
RGB
CMYK
RGB Variations
Color information
#E0785F (or 0xE0785F) is known color: Terra Cotta. HEX triplet: E0, 78 and 5F. RGB value is (224,120,95). Sum of RGB (Red+Green+Blue) = 224+120+95=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0785F is #1F87A0. Grayscale: #949494. Windows color (decimal): -2066337 or 6256864. OLE color: 6256864.
HSL color Cylindrical-coordinate representation of color #E0785F: hue angle of 11.63º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0785F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 95 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.12 |
| HSL | 11.63º | 0.68% | 0.63% | - |
| HSV(B) | 11.63º | 0.58% | 0.88% | - |
| XYZ | 39.52 | 30.11 | 14.55 | - |
| YUV | 148.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 95 | 0 | 0.46 | 0.58 | 0.12 | 11.63 | 0.68 | 0.63 |
| Hex | E0 | 78 | 5F | 0 | 2E | 3A | C | C | 44 | 3F |
| Octal | 340 | 170 | 137 | 0 | 56 | 72 | 14 | 14 | 104 | 77 |
| Binary | 11100000 | 1111000 | 1011111 | 0 | 101110 | 111010 | 1100 | 1100 | 1000100 | 111111 |
Color Harmonies of #E0785F
Complementary color
Monochromatic Colors of #E0785F
Black with #E0785F
Text Example
Text Example
White with #E0785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0785F; }
p { color: rgb(224,120,95); }
H1.HeaderClassName
{
color: #E0785F;
}
.AnyTagClassName
{
color: #E0785F;
}
</style>
background-color css
<style>
a { background-color: #E0785F; }
a { background-color: rgb(224,120,95); }
div.DivClassName
{
background-color: #E0785F;
}
.BgClassName
{
background-color: #E0785F;
}
</style>
border-color css
<style>
span { border-color: #E0785F; }
span { border-color: rgb(224,120,95); }
td.TdClassName
{
border-color: #E0785F;
}
.TagClassName
{
border-color: #E0785F;
}
</style>