Shades of Terra Cotta #E07664
Tints of Terra Cotta #E07664
RGB
CMYK
RGB Variations
Color information
#E07664 (or 0xE07664) is known color: Terra Cotta. HEX triplet: E0, 76 and 64. RGB value is (224,118,100). Sum of RGB (Red+Green+Blue) = 224+118+100=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07664 is #1F899B. Grayscale: #939393. Windows color (decimal): -2066844 or 6584032. OLE color: 6584032.
HSL color Cylindrical-coordinate representation of color #E07664: hue angle of 8.71º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E07664 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 100 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.12 |
| HSL | 8.71º | 0.67% | 0.64% | - |
| HSV(B) | 8.71º | 0.55% | 0.88% | - |
| XYZ | 39.52 | 29.72 | 15.71 | - |
| YUV | 147.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 100 | 0 | 0.47 | 0.55 | 0.12 | 8.71 | 0.67 | 0.64 |
| Hex | E0 | 76 | 64 | 0 | 2F | 37 | C | 9 | 43 | 40 |
| Octal | 340 | 166 | 144 | 0 | 57 | 67 | 14 | 11 | 103 | 100 |
| Binary | 11100000 | 1110110 | 1100100 | 0 | 101111 | 110111 | 1100 | 1001 | 1000011 | 1000000 |
Color Harmonies of #E07664
Complementary color
Monochromatic Colors of #E07664
Black with #E07664
Text Example
Text Example
White with #E07664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07664; }
p { color: rgb(224,118,100); }
H1.HeaderClassName
{
color: #E07664;
}
.AnyTagClassName
{
color: #E07664;
}
</style>
background-color css
<style>
a { background-color: #E07664; }
a { background-color: rgb(224,118,100); }
div.DivClassName
{
background-color: #E07664;
}
.BgClassName
{
background-color: #E07664;
}
</style>
border-color css
<style>
span { border-color: #E07664; }
span { border-color: rgb(224,118,100); }
td.TdClassName
{
border-color: #E07664;
}
.TagClassName
{
border-color: #E07664;
}
</style>