Shades of Terra Cotta #E17468
Tints of Terra Cotta #E17468
RGB
CMYK
RGB Variations
Color information
#E17468 (or 0xE17468) is known color: Terra Cotta. HEX triplet: E1, 74 and 68. RGB value is (225,116,104). Sum of RGB (Red+Green+Blue) = 225+116+104=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E17468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17468 is #1E8B97. Grayscale: #939393. Windows color (decimal): -2001816 or 6845665. OLE color: 6845665.
HSL color Cylindrical-coordinate representation of color #E17468: hue angle of 5.95º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E17468 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 104 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.12 |
| HSL | 5.95º | 0.67% | 0.65% | - |
| HSV(B) | 5.95º | 0.54% | 0.88% | - |
| XYZ | 39.8 | 29.5 | 16.69 | - |
| YUV | 147.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 104 | 0 | 0.48 | 0.54 | 0.12 | 5.95 | 0.67 | 0.65 |
| Hex | E1 | 74 | 68 | 0 | 30 | 36 | C | 6 | 43 | 41 |
| Octal | 341 | 164 | 150 | 0 | 60 | 66 | 14 | 6 | 103 | 101 |
| Binary | 11100001 | 1110100 | 1101000 | 0 | 110000 | 110110 | 1100 | 110 | 1000011 | 1000001 |
Color Harmonies of #E17468
Complementary color
Monochromatic Colors of #E17468
Black with #E17468
Text Example
Text Example
White with #E17468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17468; }
p { color: rgb(225,116,104); }
H1.HeaderClassName
{
color: #E17468;
}
.AnyTagClassName
{
color: #E17468;
}
</style>
background-color css
<style>
a { background-color: #E17468; }
a { background-color: rgb(225,116,104); }
div.DivClassName
{
background-color: #E17468;
}
.BgClassName
{
background-color: #E17468;
}
</style>
border-color css
<style>
span { border-color: #E17468; }
span { border-color: rgb(225,116,104); }
td.TdClassName
{
border-color: #E17468;
}
.TagClassName
{
border-color: #E17468;
}
</style>