Shades of Terra Cotta #E07366
Tints of Terra Cotta #E07366
RGB
CMYK
RGB Variations
Color information
#E07366 (or 0xE07366) is known color: Terra Cotta. HEX triplet: E0, 73 and 66. RGB value is (224,115,102). Sum of RGB (Red+Green+Blue) = 224+115+102=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07366 is #1F8C99. Grayscale: #929292. Windows color (decimal): -2067610 or 6714336. OLE color: 6714336.
HSL color Cylindrical-coordinate representation of color #E07366: hue angle of 6.39º 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 #E07366 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 102 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.12 |
| HSL | 6.39º | 0.66% | 0.64% | - |
| HSV(B) | 6.39º | 0.54% | 0.88% | - |
| XYZ | 39.27 | 29.07 | 16.11 | - |
| YUV | 146.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 102 | 0 | 0.49 | 0.54 | 0.12 | 6.39 | 0.66 | 0.64 |
| Hex | E0 | 73 | 66 | 0 | 31 | 36 | C | 6 | 42 | 40 |
| Octal | 340 | 163 | 146 | 0 | 61 | 66 | 14 | 6 | 102 | 100 |
| Binary | 11100000 | 1110011 | 1100110 | 0 | 110001 | 110110 | 1100 | 110 | 1000010 | 1000000 |
Color Harmonies of #E07366
Complementary color
Monochromatic Colors of #E07366
Black with #E07366
Text Example
Text Example
White with #E07366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07366; }
p { color: rgb(224,115,102); }
H1.HeaderClassName
{
color: #E07366;
}
.AnyTagClassName
{
color: #E07366;
}
</style>
background-color css
<style>
a { background-color: #E07366; }
a { background-color: rgb(224,115,102); }
div.DivClassName
{
background-color: #E07366;
}
.BgClassName
{
background-color: #E07366;
}
</style>
border-color css
<style>
span { border-color: #E07366; }
span { border-color: rgb(224,115,102); }
td.TdClassName
{
border-color: #E07366;
}
.TagClassName
{
border-color: #E07366;
}
</style>