Shades of Terra Cotta #ED6760
Tints of Terra Cotta #ED6760
RGB
CMYK
RGB Variations
Color information
#ED6760 (or 0xED6760) is known color: Terra Cotta. HEX triplet: ED, 67 and 60. RGB value is (237,103,96). Sum of RGB (Red+Green+Blue) = 237+103+96=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6760 is #12989F. Grayscale: #8E8E8E. Windows color (decimal): -1218720 or 6318061. OLE color: 6318061.
HSL color Cylindrical-coordinate representation of color #ED6760: hue angle of 2.98º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6760 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 96 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.07 |
| HSL | 2.98º | 0.8% | 0.65% | - |
| HSV(B) | 2.98º | 0.59% | 0.93% | - |
| XYZ | 41.89 | 28.55 | 14.37 | - |
| YUV | 142.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 96 | 0 | 0.57 | 0.59 | 0.07 | 2.98 | 0.8 | 0.65 |
| Hex | ED | 67 | 60 | 0 | 39 | 3B | 7 | 3 | 50 | 41 |
| Octal | 355 | 147 | 140 | 0 | 71 | 73 | 7 | 3 | 120 | 101 |
| Binary | 11101101 | 1100111 | 1100000 | 0 | 111001 | 111011 | 111 | 11 | 1010000 | 1000001 |
Color Harmonies of #ED6760
Complementary color
Monochromatic Colors of #ED6760
Black with #ED6760
Text Example
Text Example
White with #ED6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6760; }
p { color: rgb(237,103,96); }
H1.HeaderClassName
{
color: #ED6760;
}
.AnyTagClassName
{
color: #ED6760;
}
</style>
background-color css
<style>
a { background-color: #ED6760; }
a { background-color: rgb(237,103,96); }
div.DivClassName
{
background-color: #ED6760;
}
.BgClassName
{
background-color: #ED6760;
}
</style>
border-color css
<style>
span { border-color: #ED6760; }
span { border-color: rgb(237,103,96); }
td.TdClassName
{
border-color: #ED6760;
}
.TagClassName
{
border-color: #ED6760;
}
</style>