Shades of Terra Cotta #E66A5D
Tints of Terra Cotta #E66A5D
RGB
CMYK
RGB Variations
Color information
#E66A5D (or 0xE66A5D) is known color: Terra Cotta. HEX triplet: E6, 6A and 5D. RGB value is (230,106,93). Sum of RGB (Red+Green+Blue) = 230+106+93=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A5D is #1995A2. Grayscale: #8D8D8D. Windows color (decimal): -1676707 or 6122214. OLE color: 6122214.
HSL color Cylindrical-coordinate representation of color #E66A5D: hue angle of 5.69º 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 #E66A5D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 93 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.10 |
| HSL | 5.69º | 0.73% | 0.63% | - |
| HSV(B) | 5.69º | 0.6% | 0.9% | - |
| XYZ | 39.76 | 27.92 | 13.65 | - |
| YUV | 141.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 93 | 0 | 0.54 | 0.60 | 0.10 | 5.69 | 0.73 | 0.63 |
| Hex | E6 | 6A | 5D | 0 | 36 | 3C | A | 6 | 49 | 3F |
| Octal | 346 | 152 | 135 | 0 | 66 | 74 | 12 | 6 | 111 | 77 |
| Binary | 11100110 | 1101010 | 1011101 | 0 | 110110 | 111100 | 1010 | 110 | 1001001 | 111111 |
Color Harmonies of #E66A5D
Complementary color
Monochromatic Colors of #E66A5D
Black with #E66A5D
Text Example
Text Example
White with #E66A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A5D; }
p { color: rgb(230,106,93); }
H1.HeaderClassName
{
color: #E66A5D;
}
.AnyTagClassName
{
color: #E66A5D;
}
</style>
background-color css
<style>
a { background-color: #E66A5D; }
a { background-color: rgb(230,106,93); }
div.DivClassName
{
background-color: #E66A5D;
}
.BgClassName
{
background-color: #E66A5D;
}
</style>
border-color css
<style>
span { border-color: #E66A5D; }
span { border-color: rgb(230,106,93); }
td.TdClassName
{
border-color: #E66A5D;
}
.TagClassName
{
border-color: #E66A5D;
}
</style>