Shades of Terra Cotta #E67666
Tints of Terra Cotta #E67666
RGB
CMYK
RGB Variations
Color information
#E67666 (or 0xE67666) is known color: Terra Cotta. HEX triplet: E6, 76 and 66. RGB value is (230,118,102). Sum of RGB (Red+Green+Blue) = 230+118+102=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E67666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67666 is #198999. Grayscale: #959595. Windows color (decimal): -1673626 or 6715110. OLE color: 6715110.
HSL color Cylindrical-coordinate representation of color #E67666: hue angle of 7.5º 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 #E67666 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 102 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.10 |
| HSL | 7.5º | 0.72% | 0.65% | - |
| HSV(B) | 7.5º | 0.56% | 0.9% | - |
| XYZ | 41.51 | 30.74 | 16.32 | - |
| YUV | 149.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 102 | 0 | 0.49 | 0.56 | 0.10 | 7.5 | 0.72 | 0.65 |
| Hex | E6 | 76 | 66 | 0 | 31 | 38 | A | 8 | 48 | 41 |
| Octal | 346 | 166 | 146 | 0 | 61 | 70 | 12 | 10 | 110 | 101 |
| Binary | 11100110 | 1110110 | 1100110 | 0 | 110001 | 111000 | 1010 | 1000 | 1001000 | 1000001 |
Color Harmonies of #E67666
Complementary color
Monochromatic Colors of #E67666
Black with #E67666
Text Example
Text Example
White with #E67666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67666; }
p { color: rgb(230,118,102); }
H1.HeaderClassName
{
color: #E67666;
}
.AnyTagClassName
{
color: #E67666;
}
</style>
background-color css
<style>
a { background-color: #E67666; }
a { background-color: rgb(230,118,102); }
div.DivClassName
{
background-color: #E67666;
}
.BgClassName
{
background-color: #E67666;
}
</style>
border-color css
<style>
span { border-color: #E67666; }
span { border-color: rgb(230,118,102); }
td.TdClassName
{
border-color: #E67666;
}
.TagClassName
{
border-color: #E67666;
}
</style>