Shades of Terra Cotta #E66C65
Tints of Terra Cotta #E66C65
RGB
CMYK
RGB Variations
Color information
#E66C65 (or 0xE66C65) is known color: Terra Cotta. HEX triplet: E6, 6C and 65. RGB value is (230,108,101). Sum of RGB (Red+Green+Blue) = 230+108+101=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C65 is #19939A. Grayscale: #8F8F8F. Windows color (decimal): -1676187 or 6647014. OLE color: 6647014.
HSL color Cylindrical-coordinate representation of color #E66C65: hue angle of 3.26º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66C65 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 101 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.10 |
| HSL | 3.26º | 0.72% | 0.65% | - |
| HSV(B) | 3.26º | 0.56% | 0.9% | - |
| XYZ | 40.34 | 28.49 | 15.68 | - |
| YUV | 143.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 101 | 0 | 0.53 | 0.56 | 0.10 | 3.26 | 0.72 | 0.65 |
| Hex | E6 | 6C | 65 | 0 | 35 | 38 | A | 3 | 48 | 41 |
| Octal | 346 | 154 | 145 | 0 | 65 | 70 | 12 | 3 | 110 | 101 |
| Binary | 11100110 | 1101100 | 1100101 | 0 | 110101 | 111000 | 1010 | 11 | 1001000 | 1000001 |
Color Harmonies of #E66C65
Complementary color
Monochromatic Colors of #E66C65
Black with #E66C65
Text Example
Text Example
White with #E66C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C65; }
p { color: rgb(230,108,101); }
H1.HeaderClassName
{
color: #E66C65;
}
.AnyTagClassName
{
color: #E66C65;
}
</style>
background-color css
<style>
a { background-color: #E66C65; }
a { background-color: rgb(230,108,101); }
div.DivClassName
{
background-color: #E66C65;
}
.BgClassName
{
background-color: #E66C65;
}
</style>
border-color css
<style>
span { border-color: #E66C65; }
span { border-color: rgb(230,108,101); }
td.TdClassName
{
border-color: #E66C65;
}
.TagClassName
{
border-color: #E66C65;
}
</style>