Shades of Terra Cotta #E66C64
Tints of Terra Cotta #E66C64
RGB
CMYK
RGB Variations
Color information
#E66C64 (or 0xE66C64) is known color: Terra Cotta. HEX triplet: E6, 6C and 64. RGB value is (230,108,100). Sum of RGB (Red+Green+Blue) = 230+108+100=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C64 is #19939B. Grayscale: #8F8F8F. Windows color (decimal): -1676188 or 6581478. OLE color: 6581478.
HSL color Cylindrical-coordinate representation of color #E66C64: hue angle of 3.69º 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 #E66C64 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 100 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.10 |
| HSL | 3.69º | 0.72% | 0.65% | - |
| HSV(B) | 3.69º | 0.57% | 0.9% | - |
| XYZ | 40.3 | 28.47 | 15.43 | - |
| YUV | 143.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 100 | 0 | 0.53 | 0.57 | 0.10 | 3.69 | 0.72 | 0.65 |
| Hex | E6 | 6C | 64 | 0 | 35 | 39 | A | 4 | 48 | 41 |
| Octal | 346 | 154 | 144 | 0 | 65 | 71 | 12 | 4 | 110 | 101 |
| Binary | 11100110 | 1101100 | 1100100 | 0 | 110101 | 111001 | 1010 | 100 | 1001000 | 1000001 |
Color Harmonies of #E66C64
Complementary color
Monochromatic Colors of #E66C64
Black with #E66C64
Text Example
Text Example
White with #E66C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C64; }
p { color: rgb(230,108,100); }
H1.HeaderClassName
{
color: #E66C64;
}
.AnyTagClassName
{
color: #E66C64;
}
</style>
background-color css
<style>
a { background-color: #E66C64; }
a { background-color: rgb(230,108,100); }
div.DivClassName
{
background-color: #E66C64;
}
.BgClassName
{
background-color: #E66C64;
}
</style>
border-color css
<style>
span { border-color: #E66C64; }
span { border-color: rgb(230,108,100); }
td.TdClassName
{
border-color: #E66C64;
}
.TagClassName
{
border-color: #E66C64;
}
</style>