Shades of Terra Cotta #E66F63
Tints of Terra Cotta #E66F63
RGB
CMYK
RGB Variations
Color information
#E66F63 (or 0xE66F63) is known color: Terra Cotta. HEX triplet: E6, 6F and 63. RGB value is (230,111,99). Sum of RGB (Red+Green+Blue) = 230+111+99=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66F63 is #19909C. Grayscale: #919191. Windows color (decimal): -1675421 or 6516710. OLE color: 6516710.
HSL color Cylindrical-coordinate representation of color #E66F63: hue angle of 5.5º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66F63 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 99 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.10 |
| HSL | 5.5º | 0.72% | 0.65% | - |
| HSV(B) | 5.5º | 0.57% | 0.9% | - |
| XYZ | 40.57 | 29.09 | 15.28 | - |
| YUV | 145.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 99 | 0 | 0.52 | 0.57 | 0.10 | 5.5 | 0.72 | 0.65 |
| Hex | E6 | 6F | 63 | 0 | 34 | 39 | A | 5 | 48 | 41 |
| Octal | 346 | 157 | 143 | 0 | 64 | 71 | 12 | 5 | 110 | 101 |
| Binary | 11100110 | 1101111 | 1100011 | 0 | 110100 | 111001 | 1010 | 101 | 1001000 | 1000001 |
Color Harmonies of #E66F63
Complementary color
Monochromatic Colors of #E66F63
Black with #E66F63
Text Example
Text Example
White with #E66F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F63; }
p { color: rgb(230,111,99); }
H1.HeaderClassName
{
color: #E66F63;
}
.AnyTagClassName
{
color: #E66F63;
}
</style>
background-color css
<style>
a { background-color: #E66F63; }
a { background-color: rgb(230,111,99); }
div.DivClassName
{
background-color: #E66F63;
}
.BgClassName
{
background-color: #E66F63;
}
</style>
border-color css
<style>
span { border-color: #E66F63; }
span { border-color: rgb(230,111,99); }
td.TdClassName
{
border-color: #E66F63;
}
.TagClassName
{
border-color: #E66F63;
}
</style>