Shades of Terra Cotta #E07D64
Tints of Terra Cotta #E07D64
RGB
CMYK
RGB Variations
Color information
#E07D64 (or 0xE07D64) is known color: Terra Cotta. HEX triplet: E0, 7D and 64. RGB value is (224,125,100). Sum of RGB (Red+Green+Blue) = 224+125+100=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D64 is #1F829B. Grayscale: #979797. Windows color (decimal): -2065052 or 6585824. OLE color: 6585824.
HSL color Cylindrical-coordinate representation of color #E07D64: hue angle of 12.1º 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 #E07D64 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 100 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.12 |
| HSL | 12.1º | 0.67% | 0.64% | - |
| HSV(B) | 12.1º | 0.55% | 0.88% | - |
| XYZ | 40.37 | 31.43 | 16 | - |
| YUV | 151.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 100 | 0 | 0.44 | 0.55 | 0.12 | 12.1 | 0.67 | 0.64 |
| Hex | E0 | 7D | 64 | 0 | 2C | 37 | C | C | 43 | 40 |
| Octal | 340 | 175 | 144 | 0 | 54 | 67 | 14 | 14 | 103 | 100 |
| Binary | 11100000 | 1111101 | 1100100 | 0 | 101100 | 110111 | 1100 | 1100 | 1000011 | 1000000 |
Color Harmonies of #E07D64
Complementary color
Monochromatic Colors of #E07D64
Black with #E07D64
Text Example
Text Example
White with #E07D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D64; }
p { color: rgb(224,125,100); }
H1.HeaderClassName
{
color: #E07D64;
}
.AnyTagClassName
{
color: #E07D64;
}
</style>
background-color css
<style>
a { background-color: #E07D64; }
a { background-color: rgb(224,125,100); }
div.DivClassName
{
background-color: #E07D64;
}
.BgClassName
{
background-color: #E07D64;
}
</style>
border-color css
<style>
span { border-color: #E07D64; }
span { border-color: rgb(224,125,100); }
td.TdClassName
{
border-color: #E07D64;
}
.TagClassName
{
border-color: #E07D64;
}
</style>