Shades of Terra Cotta #ED7966
Tints of Terra Cotta #ED7966
RGB
CMYK
RGB Variations
Color information
#ED7966 (or 0xED7966) is known color: Terra Cotta. HEX triplet: ED, 79 and 66. RGB value is (237,121,102). Sum of RGB (Red+Green+Blue) = 237+121+102=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7966 is #128699. Grayscale: #999999. Windows color (decimal): -1214106 or 6715885. OLE color: 6715885.
HSL color Cylindrical-coordinate representation of color #ED7966: hue angle of 8.44º 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 #ED7966 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 102 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.07 |
| HSL | 8.44º | 0.79% | 0.66% | - |
| HSV(B) | 8.44º | 0.57% | 0.93% | - |
| XYZ | 44.16 | 32.64 | 16.54 | - |
| YUV | 153.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 102 | 0 | 0.49 | 0.57 | 0.07 | 8.44 | 0.79 | 0.66 |
| Hex | ED | 79 | 66 | 0 | 31 | 39 | 7 | 8 | 4F | 42 |
| Octal | 355 | 171 | 146 | 0 | 61 | 71 | 7 | 10 | 117 | 102 |
| Binary | 11101101 | 1111001 | 1100110 | 0 | 110001 | 111001 | 111 | 1000 | 1001111 | 1000010 |
Color Harmonies of #ED7966
Complementary color
Monochromatic Colors of #ED7966
Black with #ED7966
Text Example
Text Example
White with #ED7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7966; }
p { color: rgb(237,121,102); }
H1.HeaderClassName
{
color: #ED7966;
}
.AnyTagClassName
{
color: #ED7966;
}
</style>
background-color css
<style>
a { background-color: #ED7966; }
a { background-color: rgb(237,121,102); }
div.DivClassName
{
background-color: #ED7966;
}
.BgClassName
{
background-color: #ED7966;
}
</style>
border-color css
<style>
span { border-color: #ED7966; }
span { border-color: rgb(237,121,102); }
td.TdClassName
{
border-color: #ED7966;
}
.TagClassName
{
border-color: #ED7966;
}
</style>