Shades of Terra Cotta #E06C65
Tints of Terra Cotta #E06C65
RGB
CMYK
RGB Variations
Color information
#E06C65 (or 0xE06C65) is known color: Terra Cotta. HEX triplet: E0, 6C and 65. RGB value is (224,108,101). Sum of RGB (Red+Green+Blue) = 224+108+101=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C65 is #1F939A. Grayscale: #8E8E8E. Windows color (decimal): -2069403 or 6647008. OLE color: 6647008.
HSL color Cylindrical-coordinate representation of color #E06C65: hue angle of 3.41º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06C65 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 101 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.12 |
| HSL | 3.41º | 0.66% | 0.64% | - |
| HSV(B) | 3.41º | 0.55% | 0.88% | - |
| XYZ | 38.45 | 27.51 | 15.6 | - |
| YUV | 141.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 101 | 0 | 0.52 | 0.55 | 0.12 | 3.41 | 0.66 | 0.64 |
| Hex | E0 | 6C | 65 | 0 | 34 | 37 | C | 3 | 42 | 40 |
| Octal | 340 | 154 | 145 | 0 | 64 | 67 | 14 | 3 | 102 | 100 |
| Binary | 11100000 | 1101100 | 1100101 | 0 | 110100 | 110111 | 1100 | 11 | 1000010 | 1000000 |
Color Harmonies of #E06C65
Complementary color
Monochromatic Colors of #E06C65
Black with #E06C65
Text Example
Text Example
White with #E06C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C65; }
p { color: rgb(224,108,101); }
H1.HeaderClassName
{
color: #E06C65;
}
.AnyTagClassName
{
color: #E06C65;
}
</style>
background-color css
<style>
a { background-color: #E06C65; }
a { background-color: rgb(224,108,101); }
div.DivClassName
{
background-color: #E06C65;
}
.BgClassName
{
background-color: #E06C65;
}
</style>
border-color css
<style>
span { border-color: #E06C65; }
span { border-color: rgb(224,108,101); }
td.TdClassName
{
border-color: #E06C65;
}
.TagClassName
{
border-color: #E06C65;
}
</style>