Shades of Terra Cotta #E1775C
Tints of Terra Cotta #E1775C
RGB
CMYK
RGB Variations
Color information
#E1775C (or 0xE1775C) is known color: Terra Cotta. HEX triplet: E1, 77 and 5C. RGB value is (225,119,92). Sum of RGB (Red+Green+Blue) = 225+119+92=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1775C is #1E88A3. Grayscale: #939393. Windows color (decimal): -2001060 or 6060001. OLE color: 6060001.
HSL color Cylindrical-coordinate representation of color #E1775C: hue angle of 12.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1775C is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 92 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.12 |
| HSL | 12.18º | 0.69% | 0.62% | - |
| HSV(B) | 12.18º | 0.59% | 0.88% | - |
| XYZ | 39.58 | 29.97 | 13.82 | - |
| YUV | 147.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 92 | 0 | 0.47 | 0.59 | 0.12 | 12.18 | 0.69 | 0.62 |
| Hex | E1 | 77 | 5C | 0 | 2F | 3B | C | C | 45 | 3E |
| Octal | 341 | 167 | 134 | 0 | 57 | 73 | 14 | 14 | 105 | 76 |
| Binary | 11100001 | 1110111 | 1011100 | 0 | 101111 | 111011 | 1100 | 1100 | 1000101 | 111110 |
Color Harmonies of #E1775C
Complementary color
Monochromatic Colors of #E1775C
Black with #E1775C
Text Example
Text Example
White with #E1775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1775C; }
p { color: rgb(225,119,92); }
H1.HeaderClassName
{
color: #E1775C;
}
.AnyTagClassName
{
color: #E1775C;
}
</style>
background-color css
<style>
a { background-color: #E1775C; }
a { background-color: rgb(225,119,92); }
div.DivClassName
{
background-color: #E1775C;
}
.BgClassName
{
background-color: #E1775C;
}
</style>
border-color css
<style>
span { border-color: #E1775C; }
span { border-color: rgb(225,119,92); }
td.TdClassName
{
border-color: #E1775C;
}
.TagClassName
{
border-color: #E1775C;
}
</style>