Shades of Terra Cotta #E06F60
Tints of Terra Cotta #E06F60
RGB
CMYK
RGB Variations
Color information
#E06F60 (or 0xE06F60) is known color: Terra Cotta. HEX triplet: E0, 6F and 60. RGB value is (224,111,96). Sum of RGB (Red+Green+Blue) = 224+111+96=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F60 is #1F909F. Grayscale: #8F8F8F. Windows color (decimal): -2068640 or 6320096. OLE color: 6320096.
HSL color Cylindrical-coordinate representation of color #E06F60: hue angle of 7.03º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06F60 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 96 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.12 |
| HSL | 7.03º | 0.67% | 0.63% | - |
| HSV(B) | 7.03º | 0.57% | 0.88% | - |
| XYZ | 38.54 | 28.06 | 14.45 | - |
| YUV | 143.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 96 | 0 | 0.50 | 0.57 | 0.12 | 7.03 | 0.67 | 0.63 |
| Hex | E0 | 6F | 60 | 0 | 32 | 39 | C | 7 | 43 | 3F |
| Octal | 340 | 157 | 140 | 0 | 62 | 71 | 14 | 7 | 103 | 77 |
| Binary | 11100000 | 1101111 | 1100000 | 0 | 110010 | 111001 | 1100 | 111 | 1000011 | 111111 |
Color Harmonies of #E06F60
Complementary color
Monochromatic Colors of #E06F60
Black with #E06F60
Text Example
Text Example
White with #E06F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F60; }
p { color: rgb(224,111,96); }
H1.HeaderClassName
{
color: #E06F60;
}
.AnyTagClassName
{
color: #E06F60;
}
</style>
background-color css
<style>
a { background-color: #E06F60; }
a { background-color: rgb(224,111,96); }
div.DivClassName
{
background-color: #E06F60;
}
.BgClassName
{
background-color: #E06F60;
}
</style>
border-color css
<style>
span { border-color: #E06F60; }
span { border-color: rgb(224,111,96); }
td.TdClassName
{
border-color: #E06F60;
}
.TagClassName
{
border-color: #E06F60;
}
</style>