Shades of Terra Cotta #E06E68
Tints of Terra Cotta #E06E68
RGB
CMYK
RGB Variations
Color information
#E06E68 (or 0xE06E68) is known color: Terra Cotta. HEX triplet: E0, 6E and 68. RGB value is (224,110,104). Sum of RGB (Red+Green+Blue) = 224+110+104=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E68 is #1F9197. Grayscale: #8F8F8F. Windows color (decimal): -2068888 or 6844128. OLE color: 6844128.
HSL color Cylindrical-coordinate representation of color #E06E68: hue angle of 3º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06E68 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 104 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.12 |
| HSL | 3º | 0.66% | 0.64% | - |
| HSV(B) | 3º | 0.54% | 0.88% | - |
| XYZ | 38.82 | 28 | 16.46 | - |
| YUV | 143.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 104 | 0 | 0.51 | 0.54 | 0.12 | 3 | 0.66 | 0.64 |
| Hex | E0 | 6E | 68 | 0 | 33 | 36 | C | 3 | 42 | 40 |
| Octal | 340 | 156 | 150 | 0 | 63 | 66 | 14 | 3 | 102 | 100 |
| Binary | 11100000 | 1101110 | 1101000 | 0 | 110011 | 110110 | 1100 | 11 | 1000010 | 1000000 |
Color Harmonies of #E06E68
Complementary color
Monochromatic Colors of #E06E68
Black with #E06E68
Text Example
Text Example
White with #E06E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E68; }
p { color: rgb(224,110,104); }
H1.HeaderClassName
{
color: #E06E68;
}
.AnyTagClassName
{
color: #E06E68;
}
</style>
background-color css
<style>
a { background-color: #E06E68; }
a { background-color: rgb(224,110,104); }
div.DivClassName
{
background-color: #E06E68;
}
.BgClassName
{
background-color: #E06E68;
}
</style>
border-color css
<style>
span { border-color: #E06E68; }
span { border-color: rgb(224,110,104); }
td.TdClassName
{
border-color: #E06E68;
}
.TagClassName
{
border-color: #E06E68;
}
</style>