Shades of Terra Cotta #ED7766
Tints of Terra Cotta #ED7766
RGB
CMYK
RGB Variations
Color information
#ED7766 (or 0xED7766) is known color: Terra Cotta. HEX triplet: ED, 77 and 66. RGB value is (237,119,102). Sum of RGB (Red+Green+Blue) = 237+119+102=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7766 is #128899. Grayscale: #989898. Windows color (decimal): -1214618 or 6715373. OLE color: 6715373.
HSL color Cylindrical-coordinate representation of color #ED7766: hue angle of 7.56º 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 #ED7766 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 102 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.07 |
| HSL | 7.56º | 0.79% | 0.66% | - |
| HSV(B) | 7.56º | 0.57% | 0.93% | - |
| XYZ | 43.92 | 32.16 | 16.46 | - |
| YUV | 152.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 102 | 0 | 0.50 | 0.57 | 0.07 | 7.56 | 0.79 | 0.66 |
| Hex | ED | 77 | 66 | 0 | 32 | 39 | 7 | 8 | 4F | 42 |
| Octal | 355 | 167 | 146 | 0 | 62 | 71 | 7 | 10 | 117 | 102 |
| Binary | 11101101 | 1110111 | 1100110 | 0 | 110010 | 111001 | 111 | 1000 | 1001111 | 1000010 |
Color Harmonies of #ED7766
Complementary color
Monochromatic Colors of #ED7766
Black with #ED7766
Text Example
Text Example
White with #ED7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7766; }
p { color: rgb(237,119,102); }
H1.HeaderClassName
{
color: #ED7766;
}
.AnyTagClassName
{
color: #ED7766;
}
</style>
background-color css
<style>
a { background-color: #ED7766; }
a { background-color: rgb(237,119,102); }
div.DivClassName
{
background-color: #ED7766;
}
.BgClassName
{
background-color: #ED7766;
}
</style>
border-color css
<style>
span { border-color: #ED7766; }
span { border-color: rgb(237,119,102); }
td.TdClassName
{
border-color: #ED7766;
}
.TagClassName
{
border-color: #ED7766;
}
</style>