Shades of Terra Cotta #E66D68
Tints of Terra Cotta #E66D68
RGB
CMYK
RGB Variations
Color information
#E66D68 (or 0xE66D68) is known color: Terra Cotta. HEX triplet: E6, 6D and 68. RGB value is (230,109,104). Sum of RGB (Red+Green+Blue) = 230+109+104=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D68 is #199297. Grayscale: #909090. Windows color (decimal): -1675928 or 6843878. OLE color: 6843878.
HSL color Cylindrical-coordinate representation of color #E66D68: hue angle of 2.38º 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 #E66D68 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 104 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.10 |
| HSL | 2.38º | 0.72% | 0.65% | - |
| HSV(B) | 2.38º | 0.55% | 0.9% | - |
| XYZ | 40.6 | 28.76 | 16.51 | - |
| YUV | 144.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 104 | 0 | 0.53 | 0.55 | 0.10 | 2.38 | 0.72 | 0.65 |
| Hex | E6 | 6D | 68 | 0 | 35 | 37 | A | 2 | 48 | 41 |
| Octal | 346 | 155 | 150 | 0 | 65 | 67 | 12 | 2 | 110 | 101 |
| Binary | 11100110 | 1101101 | 1101000 | 0 | 110101 | 110111 | 1010 | 10 | 1001000 | 1000001 |
Color Harmonies of #E66D68
Complementary color
Monochromatic Colors of #E66D68
Black with #E66D68
Text Example
Text Example
White with #E66D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D68; }
p { color: rgb(230,109,104); }
H1.HeaderClassName
{
color: #E66D68;
}
.AnyTagClassName
{
color: #E66D68;
}
</style>
background-color css
<style>
a { background-color: #E66D68; }
a { background-color: rgb(230,109,104); }
div.DivClassName
{
background-color: #E66D68;
}
.BgClassName
{
background-color: #E66D68;
}
</style>
border-color css
<style>
span { border-color: #E66D68; }
span { border-color: rgb(230,109,104); }
td.TdClassName
{
border-color: #E66D68;
}
.TagClassName
{
border-color: #E66D68;
}
</style>