Shades of Terra Cotta #E2785C
Tints of Terra Cotta #E2785C
RGB
CMYK
RGB Variations
Color information
#E2785C (or 0xE2785C) is known color: Terra Cotta. HEX triplet: E2, 78 and 5C. RGB value is (226,120,92). Sum of RGB (Red+Green+Blue) = 226+120+92=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2785C is #1D87A3. Grayscale: #949494. Windows color (decimal): -1935268 or 6060258. OLE color: 6060258.
HSL color Cylindrical-coordinate representation of color #E2785C: hue angle of 12.54º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2785C is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 92 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.11 |
| HSL | 12.54º | 0.7% | 0.62% | - |
| HSV(B) | 12.54º | 0.59% | 0.89% | - |
| XYZ | 40.01 | 30.37 | 13.88 | - |
| YUV | 148.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 92 | 0 | 0.47 | 0.59 | 0.11 | 12.54 | 0.7 | 0.62 |
| Hex | E2 | 78 | 5C | 0 | 2F | 3B | B | D | 46 | 3E |
| Octal | 342 | 170 | 134 | 0 | 57 | 73 | 13 | 15 | 106 | 76 |
| Binary | 11100010 | 1111000 | 1011100 | 0 | 101111 | 111011 | 1011 | 1101 | 1000110 | 111110 |
Color Harmonies of #E2785C
Complementary color
Monochromatic Colors of #E2785C
Black with #E2785C
Text Example
Text Example
White with #E2785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2785C; }
p { color: rgb(226,120,92); }
H1.HeaderClassName
{
color: #E2785C;
}
.AnyTagClassName
{
color: #E2785C;
}
</style>
background-color css
<style>
a { background-color: #E2785C; }
a { background-color: rgb(226,120,92); }
div.DivClassName
{
background-color: #E2785C;
}
.BgClassName
{
background-color: #E2785C;
}
</style>
border-color css
<style>
span { border-color: #E2785C; }
span { border-color: rgb(226,120,92); }
td.TdClassName
{
border-color: #E2785C;
}
.TagClassName
{
border-color: #E2785C;
}
</style>