Shades of Terra Cotta #ED7666
Tints of Terra Cotta #ED7666
RGB
CMYK
RGB Variations
Color information
#ED7666 (or 0xED7666) is known color: Terra Cotta. HEX triplet: ED, 76 and 66. RGB value is (237,118,102). Sum of RGB (Red+Green+Blue) = 237+118+102=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7666 is #128999. Grayscale: #979797. Windows color (decimal): -1214874 or 6715117. OLE color: 6715117.
HSL color Cylindrical-coordinate representation of color #ED7666: hue angle of 7.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED7666 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 102 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.07 |
| HSL | 7.11º | 0.79% | 0.66% | - |
| HSV(B) | 7.11º | 0.57% | 0.93% | - |
| XYZ | 43.8 | 31.92 | 16.42 | - |
| YUV | 151.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 102 | 0 | 0.50 | 0.57 | 0.07 | 7.11 | 0.79 | 0.66 |
| Hex | ED | 76 | 66 | 0 | 32 | 39 | 7 | 7 | 4F | 42 |
| Octal | 355 | 166 | 146 | 0 | 62 | 71 | 7 | 7 | 117 | 102 |
| Binary | 11101101 | 1110110 | 1100110 | 0 | 110010 | 111001 | 111 | 111 | 1001111 | 1000010 |
Color Harmonies of #ED7666
Complementary color
Monochromatic Colors of #ED7666
Black with #ED7666
Text Example
Text Example
White with #ED7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7666; }
p { color: rgb(237,118,102); }
H1.HeaderClassName
{
color: #ED7666;
}
.AnyTagClassName
{
color: #ED7666;
}
</style>
background-color css
<style>
a { background-color: #ED7666; }
a { background-color: rgb(237,118,102); }
div.DivClassName
{
background-color: #ED7666;
}
.BgClassName
{
background-color: #ED7666;
}
</style>
border-color css
<style>
span { border-color: #ED7666; }
span { border-color: rgb(237,118,102); }
td.TdClassName
{
border-color: #ED7666;
}
.TagClassName
{
border-color: #ED7666;
}
</style>