Shades of Terra Cotta #E66D64
Tints of Terra Cotta #E66D64
RGB
CMYK
RGB Variations
Color information
#E66D64 (or 0xE66D64) is known color: Terra Cotta. HEX triplet: E6, 6D and 64. RGB value is (230,109,100). Sum of RGB (Red+Green+Blue) = 230+109+100=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D64 is #19929B. Grayscale: #909090. Windows color (decimal): -1675932 or 6581734. OLE color: 6581734.
HSL color Cylindrical-coordinate representation of color #E66D64: hue angle of 4.15º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66D64 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 100 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.10 |
| HSL | 4.15º | 0.72% | 0.65% | - |
| HSV(B) | 4.15º | 0.57% | 0.9% | - |
| XYZ | 40.4 | 28.68 | 15.46 | - |
| YUV | 144.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 100 | 0 | 0.53 | 0.57 | 0.10 | 4.15 | 0.72 | 0.65 |
| Hex | E6 | 6D | 64 | 0 | 35 | 39 | A | 4 | 48 | 41 |
| Octal | 346 | 155 | 144 | 0 | 65 | 71 | 12 | 4 | 110 | 101 |
| Binary | 11100110 | 1101101 | 1100100 | 0 | 110101 | 111001 | 1010 | 100 | 1001000 | 1000001 |
Color Harmonies of #E66D64
Complementary color
Monochromatic Colors of #E66D64
Black with #E66D64
Text Example
Text Example
White with #E66D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D64; }
p { color: rgb(230,109,100); }
H1.HeaderClassName
{
color: #E66D64;
}
.AnyTagClassName
{
color: #E66D64;
}
</style>
background-color css
<style>
a { background-color: #E66D64; }
a { background-color: rgb(230,109,100); }
div.DivClassName
{
background-color: #E66D64;
}
.BgClassName
{
background-color: #E66D64;
}
</style>
border-color css
<style>
span { border-color: #E66D64; }
span { border-color: rgb(230,109,100); }
td.TdClassName
{
border-color: #E66D64;
}
.TagClassName
{
border-color: #E66D64;
}
</style>