Shades of Terra Cotta #E66C68
Tints of Terra Cotta #E66C68
RGB
CMYK
RGB Variations
Color information
#E66C68 (or 0xE66C68) is known color: Terra Cotta. HEX triplet: E6, 6C and 68. RGB value is (230,108,104). Sum of RGB (Red+Green+Blue) = 230+108+104=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C68 is #199397. Grayscale: #909090. Windows color (decimal): -1676184 or 6843622. OLE color: 6843622.
HSL color Cylindrical-coordinate representation of color #E66C68: hue angle of 1.9º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66C68 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 104 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.10 |
| HSL | 1.9º | 0.72% | 0.65% | - |
| HSV(B) | 1.9º | 0.55% | 0.9% | - |
| XYZ | 40.49 | 28.55 | 16.47 | - |
| YUV | 144.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 104 | 0 | 0.53 | 0.55 | 0.10 | 1.9 | 0.72 | 0.65 |
| Hex | E6 | 6C | 68 | 0 | 35 | 37 | A | 2 | 48 | 41 |
| Octal | 346 | 154 | 150 | 0 | 65 | 67 | 12 | 2 | 110 | 101 |
| Binary | 11100110 | 1101100 | 1101000 | 0 | 110101 | 110111 | 1010 | 10 | 1001000 | 1000001 |
Color Harmonies of #E66C68
Complementary color
Monochromatic Colors of #E66C68
Black with #E66C68
Text Example
Text Example
White with #E66C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C68; }
p { color: rgb(230,108,104); }
H1.HeaderClassName
{
color: #E66C68;
}
.AnyTagClassName
{
color: #E66C68;
}
</style>
background-color css
<style>
a { background-color: #E66C68; }
a { background-color: rgb(230,108,104); }
div.DivClassName
{
background-color: #E66C68;
}
.BgClassName
{
background-color: #E66C68;
}
</style>
border-color css
<style>
span { border-color: #E66C68; }
span { border-color: rgb(230,108,104); }
td.TdClassName
{
border-color: #E66C68;
}
.TagClassName
{
border-color: #E66C68;
}
</style>