Shades of Terra Cotta #E17566
Tints of Terra Cotta #E17566
RGB
CMYK
RGB Variations
Color information
#E17566 (or 0xE17566) is known color: Terra Cotta. HEX triplet: E1, 75 and 66. RGB value is (225,117,102). Sum of RGB (Red+Green+Blue) = 225+117+102=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E17566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17566 is #1E8A99. Grayscale: #939393. Windows color (decimal): -2001562 or 6714849. OLE color: 6714849.
HSL color Cylindrical-coordinate representation of color #E17566: hue angle of 7.32º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E17566 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 102 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.12 |
| HSL | 7.32º | 0.67% | 0.64% | - |
| HSV(B) | 7.32º | 0.55% | 0.88% | - |
| XYZ | 39.81 | 29.69 | 16.2 | - |
| YUV | 147.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 102 | 0 | 0.48 | 0.55 | 0.12 | 7.32 | 0.67 | 0.64 |
| Hex | E1 | 75 | 66 | 0 | 30 | 37 | C | 7 | 43 | 40 |
| Octal | 341 | 165 | 146 | 0 | 60 | 67 | 14 | 7 | 103 | 100 |
| Binary | 11100001 | 1110101 | 1100110 | 0 | 110000 | 110111 | 1100 | 111 | 1000011 | 1000000 |
Color Harmonies of #E17566
Complementary color
Monochromatic Colors of #E17566
Black with #E17566
Text Example
Text Example
White with #E17566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17566; }
p { color: rgb(225,117,102); }
H1.HeaderClassName
{
color: #E17566;
}
.AnyTagClassName
{
color: #E17566;
}
</style>
background-color css
<style>
a { background-color: #E17566; }
a { background-color: rgb(225,117,102); }
div.DivClassName
{
background-color: #E17566;
}
.BgClassName
{
background-color: #E17566;
}
</style>
border-color css
<style>
span { border-color: #E17566; }
span { border-color: rgb(225,117,102); }
td.TdClassName
{
border-color: #E17566;
}
.TagClassName
{
border-color: #E17566;
}
</style>