Shades of Terra Cotta #E07066
Tints of Terra Cotta #E07066
RGB
CMYK
RGB Variations
Color information
#E07066 (or 0xE07066) is known color: Terra Cotta. HEX triplet: E0, 70 and 66. RGB value is (224,112,102). Sum of RGB (Red+Green+Blue) = 224+112+102=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E07066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07066 is #1F8F99. Grayscale: #909090. Windows color (decimal): -2068378 or 6713568. OLE color: 6713568.
HSL color Cylindrical-coordinate representation of color #E07066: hue angle of 4.92º 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 #E07066 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 102 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.12 |
| HSL | 4.92º | 0.66% | 0.64% | - |
| HSV(B) | 4.92º | 0.54% | 0.88% | - |
| XYZ | 38.93 | 28.39 | 16 | - |
| YUV | 144.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 102 | 0 | 0.50 | 0.54 | 0.12 | 4.92 | 0.66 | 0.64 |
| Hex | E0 | 70 | 66 | 0 | 32 | 36 | C | 5 | 42 | 40 |
| Octal | 340 | 160 | 146 | 0 | 62 | 66 | 14 | 5 | 102 | 100 |
| Binary | 11100000 | 1110000 | 1100110 | 0 | 110010 | 110110 | 1100 | 101 | 1000010 | 1000000 |
Color Harmonies of #E07066
Complementary color
Monochromatic Colors of #E07066
Black with #E07066
Text Example
Text Example
White with #E07066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07066; }
p { color: rgb(224,112,102); }
H1.HeaderClassName
{
color: #E07066;
}
.AnyTagClassName
{
color: #E07066;
}
</style>
background-color css
<style>
a { background-color: #E07066; }
a { background-color: rgb(224,112,102); }
div.DivClassName
{
background-color: #E07066;
}
.BgClassName
{
background-color: #E07066;
}
</style>
border-color css
<style>
span { border-color: #E07066; }
span { border-color: rgb(224,112,102); }
td.TdClassName
{
border-color: #E07066;
}
.TagClassName
{
border-color: #E07066;
}
</style>