Shades of Terra Cotta #ED7866
Tints of Terra Cotta #ED7866
RGB
CMYK
RGB Variations
Color information
#ED7866 (or 0xED7866) is known color: Terra Cotta. HEX triplet: ED, 78 and 66. RGB value is (237,120,102). Sum of RGB (Red+Green+Blue) = 237+120+102=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7866 is #128799. Grayscale: #999999. Windows color (decimal): -1214362 or 6715629. OLE color: 6715629.
HSL color Cylindrical-coordinate representation of color #ED7866: hue angle of 8º 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 #ED7866 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 102 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.07 |
| HSL | 8º | 0.79% | 0.66% | - |
| HSV(B) | 8º | 0.57% | 0.93% | - |
| XYZ | 44.04 | 32.4 | 16.5 | - |
| YUV | 152.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 102 | 0 | 0.49 | 0.57 | 0.07 | 8 | 0.79 | 0.66 |
| Hex | ED | 78 | 66 | 0 | 31 | 39 | 7 | 8 | 4F | 42 |
| Octal | 355 | 170 | 146 | 0 | 61 | 71 | 7 | 10 | 117 | 102 |
| Binary | 11101101 | 1111000 | 1100110 | 0 | 110001 | 111001 | 111 | 1000 | 1001111 | 1000010 |
Color Harmonies of #ED7866
Complementary color
Monochromatic Colors of #ED7866
Black with #ED7866
Text Example
Text Example
White with #ED7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7866; }
p { color: rgb(237,120,102); }
H1.HeaderClassName
{
color: #ED7866;
}
.AnyTagClassName
{
color: #ED7866;
}
</style>
background-color css
<style>
a { background-color: #ED7866; }
a { background-color: rgb(237,120,102); }
div.DivClassName
{
background-color: #ED7866;
}
.BgClassName
{
background-color: #ED7866;
}
</style>
border-color css
<style>
span { border-color: #ED7866; }
span { border-color: rgb(237,120,102); }
td.TdClassName
{
border-color: #ED7866;
}
.TagClassName
{
border-color: #ED7866;
}
</style>