Shades of Terra Cotta #ED765D
Tints of Terra Cotta #ED765D
RGB
CMYK
RGB Variations
Color information
#ED765D (or 0xED765D) is known color: Terra Cotta. HEX triplet: ED, 76 and 5D. RGB value is (237,118,93). Sum of RGB (Red+Green+Blue) = 237+118+93=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED765D is #1289A2. Grayscale: #969696. Windows color (decimal): -1214883 or 6125293. OLE color: 6125293.
HSL color Cylindrical-coordinate representation of color #ED765D: hue angle of 10.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED765D is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 93 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.07 |
| HSL | 10.42º | 0.8% | 0.65% | - |
| HSV(B) | 10.42º | 0.61% | 0.93% | - |
| XYZ | 43.38 | 31.75 | 14.2 | - |
| YUV | 150.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 93 | 0 | 0.50 | 0.61 | 0.07 | 10.42 | 0.8 | 0.65 |
| Hex | ED | 76 | 5D | 0 | 32 | 3D | 7 | A | 50 | 41 |
| Octal | 355 | 166 | 135 | 0 | 62 | 75 | 7 | 12 | 120 | 101 |
| Binary | 11101101 | 1110110 | 1011101 | 0 | 110010 | 111101 | 111 | 1010 | 1010000 | 1000001 |
Color Harmonies of #ED765D
Complementary color
Monochromatic Colors of #ED765D
Black with #ED765D
Text Example
Text Example
White with #ED765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED765D; }
p { color: rgb(237,118,93); }
H1.HeaderClassName
{
color: #ED765D;
}
.AnyTagClassName
{
color: #ED765D;
}
</style>
background-color css
<style>
a { background-color: #ED765D; }
a { background-color: rgb(237,118,93); }
div.DivClassName
{
background-color: #ED765D;
}
.BgClassName
{
background-color: #ED765D;
}
</style>
border-color css
<style>
span { border-color: #ED765D; }
span { border-color: rgb(237,118,93); }
td.TdClassName
{
border-color: #ED765D;
}
.TagClassName
{
border-color: #ED765D;
}
</style>