Shades of Terra Cotta #E2785E
Tints of Terra Cotta #E2785E
RGB
CMYK
RGB Variations
Color information
#E2785E (or 0xE2785E) is known color: Terra Cotta. HEX triplet: E2, 78 and 5E. RGB value is (226,120,94). Sum of RGB (Red+Green+Blue) = 226+120+94=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2785E is #1D87A1. Grayscale: #949494. Windows color (decimal): -1935266 or 6191330. OLE color: 6191330.
HSL color Cylindrical-coordinate representation of color #E2785E: hue angle of 11.82º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2785E is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 94 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.11 |
| HSL | 11.82º | 0.69% | 0.63% | - |
| HSV(B) | 11.82º | 0.58% | 0.89% | - |
| XYZ | 40.1 | 30.41 | 14.35 | - |
| YUV | 148.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 94 | 0 | 0.47 | 0.58 | 0.11 | 11.82 | 0.69 | 0.63 |
| Hex | E2 | 78 | 5E | 0 | 2F | 3A | B | C | 45 | 3F |
| Octal | 342 | 170 | 136 | 0 | 57 | 72 | 13 | 14 | 105 | 77 |
| Binary | 11100010 | 1111000 | 1011110 | 0 | 101111 | 111010 | 1011 | 1100 | 1000101 | 111111 |
Color Harmonies of #E2785E
Complementary color
Monochromatic Colors of #E2785E
Black with #E2785E
Text Example
Text Example
White with #E2785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2785E; }
p { color: rgb(226,120,94); }
H1.HeaderClassName
{
color: #E2785E;
}
.AnyTagClassName
{
color: #E2785E;
}
</style>
background-color css
<style>
a { background-color: #E2785E; }
a { background-color: rgb(226,120,94); }
div.DivClassName
{
background-color: #E2785E;
}
.BgClassName
{
background-color: #E2785E;
}
</style>
border-color css
<style>
span { border-color: #E2785E; }
span { border-color: rgb(226,120,94); }
td.TdClassName
{
border-color: #E2785E;
}
.TagClassName
{
border-color: #E2785E;
}
</style>