Shades of Terra Cotta #E07866
Tints of Terra Cotta #E07866
RGB
CMYK
RGB Variations
Color information
#E07866 (or 0xE07866) is known color: Terra Cotta. HEX triplet: E0, 78 and 66. RGB value is (224,120,102). Sum of RGB (Red+Green+Blue) = 224+120+102=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E07866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07866 is #1F8799. Grayscale: #959595. Windows color (decimal): -2066330 or 6715616. OLE color: 6715616.
HSL color Cylindrical-coordinate representation of color #E07866: hue angle of 8.85º 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 #E07866 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 102 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.12 |
| HSL | 8.85º | 0.66% | 0.64% | - |
| HSV(B) | 8.85º | 0.54% | 0.88% | - |
| XYZ | 39.86 | 30.24 | 16.31 | - |
| YUV | 149.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 102 | 0 | 0.46 | 0.54 | 0.12 | 8.85 | 0.66 | 0.64 |
| Hex | E0 | 78 | 66 | 0 | 2E | 36 | C | 9 | 42 | 40 |
| Octal | 340 | 170 | 146 | 0 | 56 | 66 | 14 | 11 | 102 | 100 |
| Binary | 11100000 | 1111000 | 1100110 | 0 | 101110 | 110110 | 1100 | 1001 | 1000010 | 1000000 |
Color Harmonies of #E07866
Complementary color
Monochromatic Colors of #E07866
Black with #E07866
Text Example
Text Example
White with #E07866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07866; }
p { color: rgb(224,120,102); }
H1.HeaderClassName
{
color: #E07866;
}
.AnyTagClassName
{
color: #E07866;
}
</style>
background-color css
<style>
a { background-color: #E07866; }
a { background-color: rgb(224,120,102); }
div.DivClassName
{
background-color: #E07866;
}
.BgClassName
{
background-color: #E07866;
}
</style>
border-color css
<style>
span { border-color: #E07866; }
span { border-color: rgb(224,120,102); }
td.TdClassName
{
border-color: #E07866;
}
.TagClassName
{
border-color: #E07866;
}
</style>