Shades of Terra Cotta #E17A68
Tints of Terra Cotta #E17A68
RGB
CMYK
RGB Variations
Color information
#E17A68 (or 0xE17A68) is known color: Terra Cotta. HEX triplet: E1, 7A and 68. RGB value is (225,122,104). Sum of RGB (Red+Green+Blue) = 225+122+104=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A68 is #1E8597. Grayscale: #969696. Windows color (decimal): -2000280 or 6847201. OLE color: 6847201.
HSL color Cylindrical-coordinate representation of color #E17A68: hue angle of 8.93º 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 #E17A68 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 104 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.12 |
| HSL | 8.93º | 0.67% | 0.65% | - |
| HSV(B) | 8.93º | 0.54% | 0.88% | - |
| XYZ | 40.51 | 30.93 | 16.93 | - |
| YUV | 150.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 104 | 0 | 0.46 | 0.54 | 0.12 | 8.93 | 0.67 | 0.65 |
| Hex | E1 | 7A | 68 | 0 | 2E | 36 | C | 9 | 43 | 41 |
| Octal | 341 | 172 | 150 | 0 | 56 | 66 | 14 | 11 | 103 | 101 |
| Binary | 11100001 | 1111010 | 1101000 | 0 | 101110 | 110110 | 1100 | 1001 | 1000011 | 1000001 |
Color Harmonies of #E17A68
Complementary color
Monochromatic Colors of #E17A68
Black with #E17A68
Text Example
Text Example
White with #E17A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A68; }
p { color: rgb(225,122,104); }
H1.HeaderClassName
{
color: #E17A68;
}
.AnyTagClassName
{
color: #E17A68;
}
</style>
background-color css
<style>
a { background-color: #E17A68; }
a { background-color: rgb(225,122,104); }
div.DivClassName
{
background-color: #E17A68;
}
.BgClassName
{
background-color: #E17A68;
}
</style>
border-color css
<style>
span { border-color: #E17A68; }
span { border-color: rgb(225,122,104); }
td.TdClassName
{
border-color: #E17A68;
}
.TagClassName
{
border-color: #E17A68;
}
</style>