Shades of Terra Cotta #E1775E
Tints of Terra Cotta #E1775E
RGB
CMYK
RGB Variations
Color information
#E1775E (or 0xE1775E) is known color: Terra Cotta. HEX triplet: E1, 77 and 5E. RGB value is (225,119,94). Sum of RGB (Red+Green+Blue) = 225+119+94=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1775E is #1E88A1. Grayscale: #949494. Windows color (decimal): -2001058 or 6191073. OLE color: 6191073.
HSL color Cylindrical-coordinate representation of color #E1775E: hue angle of 11.45º degrees, saturation: 0.69, 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 #E1775E is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 94 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.12 |
| HSL | 11.45º | 0.69% | 0.63% | - |
| HSV(B) | 11.45º | 0.58% | 0.88% | - |
| XYZ | 39.67 | 30.01 | 14.29 | - |
| YUV | 147.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 94 | 0 | 0.47 | 0.58 | 0.12 | 11.45 | 0.69 | 0.63 |
| Hex | E1 | 77 | 5E | 0 | 2F | 3A | C | B | 45 | 3F |
| Octal | 341 | 167 | 136 | 0 | 57 | 72 | 14 | 13 | 105 | 77 |
| Binary | 11100001 | 1110111 | 1011110 | 0 | 101111 | 111010 | 1100 | 1011 | 1000101 | 111111 |
Color Harmonies of #E1775E
Complementary color
Monochromatic Colors of #E1775E
Black with #E1775E
Text Example
Text Example
White with #E1775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1775E; }
p { color: rgb(225,119,94); }
H1.HeaderClassName
{
color: #E1775E;
}
.AnyTagClassName
{
color: #E1775E;
}
</style>
background-color css
<style>
a { background-color: #E1775E; }
a { background-color: rgb(225,119,94); }
div.DivClassName
{
background-color: #E1775E;
}
.BgClassName
{
background-color: #E1775E;
}
</style>
border-color css
<style>
span { border-color: #E1775E; }
span { border-color: rgb(225,119,94); }
td.TdClassName
{
border-color: #E1775E;
}
.TagClassName
{
border-color: #E1775E;
}
</style>