Shades of Terra Cotta #E1785A
Tints of Terra Cotta #E1785A
RGB
CMYK
RGB Variations
Color information
#E1785A (or 0xE1785A) is known color: Terra Cotta. HEX triplet: E1, 78 and 5A. RGB value is (225,120,90). Sum of RGB (Red+Green+Blue) = 225+120+90=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1785A is #1E87A5. Grayscale: #949494. Windows color (decimal): -2000806 or 5929185. OLE color: 5929185.
HSL color Cylindrical-coordinate representation of color #E1785A: hue angle of 13.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1785A is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 120 | 90 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.12 |
| HSL | 13.33º | 0.69% | 0.62% | - |
| HSV(B) | 13.33º | 0.6% | 0.88% | - |
| XYZ | 39.61 | 30.18 | 13.41 | - |
| YUV | 147.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 90 | 0 | 0.47 | 0.60 | 0.12 | 13.33 | 0.69 | 0.62 |
| Hex | E1 | 78 | 5A | 0 | 2F | 3C | C | D | 45 | 3E |
| Octal | 341 | 170 | 132 | 0 | 57 | 74 | 14 | 15 | 105 | 76 |
| Binary | 11100001 | 1111000 | 1011010 | 0 | 101111 | 111100 | 1100 | 1101 | 1000101 | 111110 |
Color Harmonies of #E1785A
Complementary color
Monochromatic Colors of #E1785A
Black with #E1785A
Text Example
Text Example
White with #E1785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1785A; }
p { color: rgb(225,120,90); }
H1.HeaderClassName
{
color: #E1785A;
}
.AnyTagClassName
{
color: #E1785A;
}
</style>
background-color css
<style>
a { background-color: #E1785A; }
a { background-color: rgb(225,120,90); }
div.DivClassName
{
background-color: #E1785A;
}
.BgClassName
{
background-color: #E1785A;
}
</style>
border-color css
<style>
span { border-color: #E1785A; }
span { border-color: rgb(225,120,90); }
td.TdClassName
{
border-color: #E1785A;
}
.TagClassName
{
border-color: #E1785A;
}
</style>