Shades of Terra Cotta #E1775F
Tints of Terra Cotta #E1775F
RGB
CMYK
RGB Variations
Color information
#E1775F (or 0xE1775F) is known color: Terra Cotta. HEX triplet: E1, 77 and 5F. RGB value is (225,119,95). Sum of RGB (Red+Green+Blue) = 225+119+95=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1775F is #1E88A0. Grayscale: #949494. Windows color (decimal): -2001057 or 6256609. OLE color: 6256609.
HSL color Cylindrical-coordinate representation of color #E1775F: hue angle of 11.08º degrees, saturation: 0.68, 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 #E1775F is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 95 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.12 |
| HSL | 11.08º | 0.68% | 0.63% | - |
| HSV(B) | 11.08º | 0.58% | 0.88% | - |
| XYZ | 39.71 | 30.03 | 14.53 | - |
| YUV | 147.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 95 | 0 | 0.47 | 0.58 | 0.12 | 11.08 | 0.68 | 0.63 |
| Hex | E1 | 77 | 5F | 0 | 2F | 3A | C | B | 44 | 3F |
| Octal | 341 | 167 | 137 | 0 | 57 | 72 | 14 | 13 | 104 | 77 |
| Binary | 11100001 | 1110111 | 1011111 | 0 | 101111 | 111010 | 1100 | 1011 | 1000100 | 111111 |
Color Harmonies of #E1775F
Complementary color
Monochromatic Colors of #E1775F
Black with #E1775F
Text Example
Text Example
White with #E1775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1775F; }
p { color: rgb(225,119,95); }
H1.HeaderClassName
{
color: #E1775F;
}
.AnyTagClassName
{
color: #E1775F;
}
</style>
background-color css
<style>
a { background-color: #E1775F; }
a { background-color: rgb(225,119,95); }
div.DivClassName
{
background-color: #E1775F;
}
.BgClassName
{
background-color: #E1775F;
}
</style>
border-color css
<style>
span { border-color: #E1775F; }
span { border-color: rgb(225,119,95); }
td.TdClassName
{
border-color: #E1775F;
}
.TagClassName
{
border-color: #E1775F;
}
</style>