Shades of Terra Cotta #E06C66
Tints of Terra Cotta #E06C66
RGB
CMYK
RGB Variations
Color information
#E06C66 (or 0xE06C66) is known color: Terra Cotta. HEX triplet: E0, 6C and 66. RGB value is (224,108,102). Sum of RGB (Red+Green+Blue) = 224+108+102=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C66 is #1F9399. Grayscale: #8E8E8E. Windows color (decimal): -2069402 or 6712544. OLE color: 6712544.
HSL color Cylindrical-coordinate representation of color #E06C66: hue angle of 2.95º 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 #E06C66 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 102 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.12 |
| HSL | 2.95º | 0.66% | 0.64% | - |
| HSV(B) | 2.95º | 0.54% | 0.88% | - |
| XYZ | 38.5 | 27.53 | 15.86 | - |
| YUV | 142 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 102 | 0 | 0.52 | 0.54 | 0.12 | 2.95 | 0.66 | 0.64 |
| Hex | E0 | 6C | 66 | 0 | 34 | 36 | C | 3 | 42 | 40 |
| Octal | 340 | 154 | 146 | 0 | 64 | 66 | 14 | 3 | 102 | 100 |
| Binary | 11100000 | 1101100 | 1100110 | 0 | 110100 | 110110 | 1100 | 11 | 1000010 | 1000000 |
Color Harmonies of #E06C66
Complementary color
Monochromatic Colors of #E06C66
Black with #E06C66
Text Example
Text Example
White with #E06C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C66; }
p { color: rgb(224,108,102); }
H1.HeaderClassName
{
color: #E06C66;
}
.AnyTagClassName
{
color: #E06C66;
}
</style>
background-color css
<style>
a { background-color: #E06C66; }
a { background-color: rgb(224,108,102); }
div.DivClassName
{
background-color: #E06C66;
}
.BgClassName
{
background-color: #E06C66;
}
</style>
border-color css
<style>
span { border-color: #E06C66; }
span { border-color: rgb(224,108,102); }
td.TdClassName
{
border-color: #E06C66;
}
.TagClassName
{
border-color: #E06C66;
}
</style>