Shades of Terra Cotta #E17464
Tints of Terra Cotta #E17464
RGB
CMYK
RGB Variations
Color information
#E17464 (or 0xE17464) is known color: Terra Cotta. HEX triplet: E1, 74 and 64. RGB value is (225,116,100). Sum of RGB (Red+Green+Blue) = 225+116+100=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E17464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17464 is #1E8B9B. Grayscale: #929292. Windows color (decimal): -2001820 or 6583521. OLE color: 6583521.
HSL color Cylindrical-coordinate representation of color #E17464: hue angle of 7.68º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E17464 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 100 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.12 |
| HSL | 7.68º | 0.68% | 0.64% | - |
| HSV(B) | 7.68º | 0.56% | 0.88% | - |
| XYZ | 39.6 | 29.42 | 15.65 | - |
| YUV | 146.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 100 | 0 | 0.48 | 0.56 | 0.12 | 7.68 | 0.68 | 0.64 |
| Hex | E1 | 74 | 64 | 0 | 30 | 38 | C | 8 | 44 | 40 |
| Octal | 341 | 164 | 144 | 0 | 60 | 70 | 14 | 10 | 104 | 100 |
| Binary | 11100001 | 1110100 | 1100100 | 0 | 110000 | 111000 | 1100 | 1000 | 1000100 | 1000000 |
Color Harmonies of #E17464
Complementary color
Monochromatic Colors of #E17464
Black with #E17464
Text Example
Text Example
White with #E17464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17464; }
p { color: rgb(225,116,100); }
H1.HeaderClassName
{
color: #E17464;
}
.AnyTagClassName
{
color: #E17464;
}
</style>
background-color css
<style>
a { background-color: #E17464; }
a { background-color: rgb(225,116,100); }
div.DivClassName
{
background-color: #E17464;
}
.BgClassName
{
background-color: #E17464;
}
</style>
border-color css
<style>
span { border-color: #E17464; }
span { border-color: rgb(225,116,100); }
td.TdClassName
{
border-color: #E17464;
}
.TagClassName
{
border-color: #E17464;
}
</style>