Shades of Terra Cotta #E66F68
Tints of Terra Cotta #E66F68
RGB
CMYK
RGB Variations
Color information
#E66F68 (or 0xE66F68) is known color: Terra Cotta. HEX triplet: E6, 6F and 68. RGB value is (230,111,104). Sum of RGB (Red+Green+Blue) = 230+111+104=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66F68 is #199097. Grayscale: #919191. Windows color (decimal): -1675416 or 6844390. OLE color: 6844390.
HSL color Cylindrical-coordinate representation of color #E66F68: hue angle of 3.33º 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 #E66F68 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 104 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.10 |
| HSL | 3.33º | 0.72% | 0.65% | - |
| HSV(B) | 3.33º | 0.55% | 0.9% | - |
| XYZ | 40.82 | 29.19 | 16.58 | - |
| YUV | 145.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 104 | 0 | 0.52 | 0.55 | 0.10 | 3.33 | 0.72 | 0.65 |
| Hex | E6 | 6F | 68 | 0 | 34 | 37 | A | 3 | 48 | 41 |
| Octal | 346 | 157 | 150 | 0 | 64 | 67 | 12 | 3 | 110 | 101 |
| Binary | 11100110 | 1101111 | 1101000 | 0 | 110100 | 110111 | 1010 | 11 | 1001000 | 1000001 |
Color Harmonies of #E66F68
Complementary color
Monochromatic Colors of #E66F68
Black with #E66F68
Text Example
Text Example
White with #E66F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F68; }
p { color: rgb(230,111,104); }
H1.HeaderClassName
{
color: #E66F68;
}
.AnyTagClassName
{
color: #E66F68;
}
</style>
background-color css
<style>
a { background-color: #E66F68; }
a { background-color: rgb(230,111,104); }
div.DivClassName
{
background-color: #E66F68;
}
.BgClassName
{
background-color: #E66F68;
}
</style>
border-color css
<style>
span { border-color: #E66F68; }
span { border-color: rgb(230,111,104); }
td.TdClassName
{
border-color: #E66F68;
}
.TagClassName
{
border-color: #E66F68;
}
</style>