Shades of Terra Cotta #EF7666
Tints of Terra Cotta #EF7666
RGB
CMYK
RGB Variations
Color information
#EF7666 (or 0xEF7666) is known color: Terra Cotta. HEX triplet: EF, 76 and 66. RGB value is (239,118,102). Sum of RGB (Red+Green+Blue) = 239+118+102=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7666 is #108999. Grayscale: #989898. Windows color (decimal): -1083802 or 6715119. OLE color: 6715119.
HSL color Cylindrical-coordinate representation of color #EF7666: hue angle of 7.01º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF7666 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 102 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.06 |
| HSL | 7.01º | 0.81% | 0.67% | - |
| HSV(B) | 7.01º | 0.57% | 0.94% | - |
| XYZ | 44.47 | 32.27 | 16.45 | - |
| YUV | 152.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 102 | 0 | 0.51 | 0.57 | 0.06 | 7.01 | 0.81 | 0.67 |
| Hex | EF | 76 | 66 | 0 | 33 | 39 | 6 | 7 | 51 | 43 |
| Octal | 357 | 166 | 146 | 0 | 63 | 71 | 6 | 7 | 121 | 103 |
| Binary | 11101111 | 1110110 | 1100110 | 0 | 110011 | 111001 | 110 | 111 | 1010001 | 1000011 |
Color Harmonies of #EF7666
Complementary color
Monochromatic Colors of #EF7666
Black with #EF7666
Text Example
Text Example
White with #EF7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7666; }
p { color: rgb(239,118,102); }
H1.HeaderClassName
{
color: #EF7666;
}
.AnyTagClassName
{
color: #EF7666;
}
</style>
background-color css
<style>
a { background-color: #EF7666; }
a { background-color: rgb(239,118,102); }
div.DivClassName
{
background-color: #EF7666;
}
.BgClassName
{
background-color: #EF7666;
}
</style>
border-color css
<style>
span { border-color: #EF7666; }
span { border-color: rgb(239,118,102); }
td.TdClassName
{
border-color: #EF7666;
}
.TagClassName
{
border-color: #EF7666;
}
</style>