Shades of Terra Cotta #E07466
Tints of Terra Cotta #E07466
RGB
CMYK
RGB Variations
Color information
#E07466 (or 0xE07466) is known color: Terra Cotta. HEX triplet: E0, 74 and 66. RGB value is (224,116,102). Sum of RGB (Red+Green+Blue) = 224+116+102=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07466 is #1F8B99. Grayscale: #929292. Windows color (decimal): -2067354 or 6714592. OLE color: 6714592.
HSL color Cylindrical-coordinate representation of color #E07466: hue angle of 6.89º 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 #E07466 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 102 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.12 |
| HSL | 6.89º | 0.66% | 0.64% | - |
| HSV(B) | 6.89º | 0.54% | 0.88% | - |
| XYZ | 39.38 | 29.3 | 16.15 | - |
| YUV | 146.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 102 | 0 | 0.48 | 0.54 | 0.12 | 6.89 | 0.66 | 0.64 |
| Hex | E0 | 74 | 66 | 0 | 30 | 36 | C | 7 | 42 | 40 |
| Octal | 340 | 164 | 146 | 0 | 60 | 66 | 14 | 7 | 102 | 100 |
| Binary | 11100000 | 1110100 | 1100110 | 0 | 110000 | 110110 | 1100 | 111 | 1000010 | 1000000 |
Color Harmonies of #E07466
Complementary color
Monochromatic Colors of #E07466
Black with #E07466
Text Example
Text Example
White with #E07466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07466; }
p { color: rgb(224,116,102); }
H1.HeaderClassName
{
color: #E07466;
}
.AnyTagClassName
{
color: #E07466;
}
</style>
background-color css
<style>
a { background-color: #E07466; }
a { background-color: rgb(224,116,102); }
div.DivClassName
{
background-color: #E07466;
}
.BgClassName
{
background-color: #E07466;
}
</style>
border-color css
<style>
span { border-color: #E07466; }
span { border-color: rgb(224,116,102); }
td.TdClassName
{
border-color: #E07466;
}
.TagClassName
{
border-color: #E07466;
}
</style>