Shades of Terra Cotta #E66E5C
Tints of Terra Cotta #E66E5C
RGB
CMYK
RGB Variations
Color information
#E66E5C (or 0xE66E5C) is known color: Terra Cotta. HEX triplet: E6, 6E and 5C. RGB value is (230,110,92). Sum of RGB (Red+Green+Blue) = 230+110+92=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E5C is #1991A3. Grayscale: #909090. Windows color (decimal): -1675684 or 6057702. OLE color: 6057702.
HSL color Cylindrical-coordinate representation of color #E66E5C: hue angle of 7.83º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E66E5C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 92 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.10 |
| HSL | 7.83º | 0.73% | 0.63% | - |
| HSV(B) | 7.83º | 0.6% | 0.9% | - |
| XYZ | 40.14 | 28.75 | 13.56 | - |
| YUV | 143.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 92 | 0 | 0.52 | 0.60 | 0.10 | 7.83 | 0.73 | 0.63 |
| Hex | E6 | 6E | 5C | 0 | 34 | 3C | A | 8 | 49 | 3F |
| Octal | 346 | 156 | 134 | 0 | 64 | 74 | 12 | 10 | 111 | 77 |
| Binary | 11100110 | 1101110 | 1011100 | 0 | 110100 | 111100 | 1010 | 1000 | 1001001 | 111111 |
Color Harmonies of #E66E5C
Complementary color
Monochromatic Colors of #E66E5C
Black with #E66E5C
Text Example
Text Example
White with #E66E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E5C; }
p { color: rgb(230,110,92); }
H1.HeaderClassName
{
color: #E66E5C;
}
.AnyTagClassName
{
color: #E66E5C;
}
</style>
background-color css
<style>
a { background-color: #E66E5C; }
a { background-color: rgb(230,110,92); }
div.DivClassName
{
background-color: #E66E5C;
}
.BgClassName
{
background-color: #E66E5C;
}
</style>
border-color css
<style>
span { border-color: #E66E5C; }
span { border-color: rgb(230,110,92); }
td.TdClassName
{
border-color: #E66E5C;
}
.TagClassName
{
border-color: #E66E5C;
}
</style>