Shades of Terra Cotta #E1755C
Tints of Terra Cotta #E1755C
RGB
CMYK
RGB Variations
Color information
#E1755C (or 0xE1755C) is known color: Terra Cotta. HEX triplet: E1, 75 and 5C. RGB value is (225,117,92). Sum of RGB (Red+Green+Blue) = 225+117+92=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1755C is #1E8AA3. Grayscale: #929292. Windows color (decimal): -2001572 or 6059489. OLE color: 6059489.
HSL color Cylindrical-coordinate representation of color #E1755C: hue angle of 11.28º 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 #E1755C is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 92 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.12 |
| HSL | 11.28º | 0.69% | 0.62% | - |
| HSV(B) | 11.28º | 0.59% | 0.88% | - |
| XYZ | 39.34 | 29.5 | 13.75 | - |
| YUV | 146.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 92 | 0 | 0.48 | 0.59 | 0.12 | 11.28 | 0.69 | 0.62 |
| Hex | E1 | 75 | 5C | 0 | 30 | 3B | C | B | 45 | 3E |
| Octal | 341 | 165 | 134 | 0 | 60 | 73 | 14 | 13 | 105 | 76 |
| Binary | 11100001 | 1110101 | 1011100 | 0 | 110000 | 111011 | 1100 | 1011 | 1000101 | 111110 |
Color Harmonies of #E1755C
Complementary color
Monochromatic Colors of #E1755C
Black with #E1755C
Text Example
Text Example
White with #E1755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1755C; }
p { color: rgb(225,117,92); }
H1.HeaderClassName
{
color: #E1755C;
}
.AnyTagClassName
{
color: #E1755C;
}
</style>
background-color css
<style>
a { background-color: #E1755C; }
a { background-color: rgb(225,117,92); }
div.DivClassName
{
background-color: #E1755C;
}
.BgClassName
{
background-color: #E1755C;
}
</style>
border-color css
<style>
span { border-color: #E1755C; }
span { border-color: rgb(225,117,92); }
td.TdClassName
{
border-color: #E1755C;
}
.TagClassName
{
border-color: #E1755C;
}
</style>