Shades of Terra Cotta #E17555
Tints of Terra Cotta #E17555
RGB
CMYK
RGB Variations
Color information
#E17555 (or 0xE17555) is known color: Terra Cotta. HEX triplet: E1, 75 and 55. RGB value is (225,117,85). Sum of RGB (Red+Green+Blue) = 225+117+85=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E17555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17555 is #1E8AAA. Grayscale: #919191. Windows color (decimal): -2001579 or 5600737. OLE color: 5600737.
HSL color Cylindrical-coordinate representation of color #E17555: hue angle of 13.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E17555 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 85 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.12 |
| HSL | 13.71º | 0.7% | 0.61% | - |
| HSV(B) | 13.71º | 0.62% | 0.88% | - |
| XYZ | 39.05 | 29.39 | 12.21 | - |
| YUV | 145.64 | 93.78 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 85 | 0 | 0.48 | 0.62 | 0.12 | 13.71 | 0.7 | 0.61 |
| Hex | E1 | 75 | 55 | 0 | 30 | 3E | C | E | 46 | 3D |
| Octal | 341 | 165 | 125 | 0 | 60 | 76 | 14 | 16 | 106 | 75 |
| Binary | 11100001 | 1110101 | 1010101 | 0 | 110000 | 111110 | 1100 | 1110 | 1000110 | 111101 |
Color Harmonies of #E17555
Complementary color
Monochromatic Colors of #E17555
Black with #E17555
Text Example
Text Example
White with #E17555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17555; }
p { color: rgb(225,117,85); }
H1.HeaderClassName
{
color: #E17555;
}
.AnyTagClassName
{
color: #E17555;
}
</style>
background-color css
<style>
a { background-color: #E17555; }
a { background-color: rgb(225,117,85); }
div.DivClassName
{
background-color: #E17555;
}
.BgClassName
{
background-color: #E17555;
}
</style>
border-color css
<style>
span { border-color: #E17555; }
span { border-color: rgb(225,117,85); }
td.TdClassName
{
border-color: #E17555;
}
.TagClassName
{
border-color: #E17555;
}
</style>