Shades of Terra Cotta #ED765E
Tints of Terra Cotta #ED765E
RGB
CMYK
RGB Variations
Color information
#ED765E (or 0xED765E) is known color: Terra Cotta. HEX triplet: ED, 76 and 5E. RGB value is (237,118,94). Sum of RGB (Red+Green+Blue) = 237+118+94=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED765E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED765E is #1289A1. Grayscale: #979797. Windows color (decimal): -1214882 or 6190829. OLE color: 6190829.
HSL color Cylindrical-coordinate representation of color #ED765E: hue angle of 10.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED765E is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 94 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.07 |
| HSL | 10.07º | 0.8% | 0.65% | - |
| HSV(B) | 10.07º | 0.6% | 0.93% | - |
| XYZ | 43.42 | 31.77 | 14.43 | - |
| YUV | 150.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 94 | 0 | 0.50 | 0.60 | 0.07 | 10.07 | 0.8 | 0.65 |
| Hex | ED | 76 | 5E | 0 | 32 | 3C | 7 | A | 50 | 41 |
| Octal | 355 | 166 | 136 | 0 | 62 | 74 | 7 | 12 | 120 | 101 |
| Binary | 11101101 | 1110110 | 1011110 | 0 | 110010 | 111100 | 111 | 1010 | 1010000 | 1000001 |
Color Harmonies of #ED765E
Complementary color
Monochromatic Colors of #ED765E
Black with #ED765E
Text Example
Text Example
White with #ED765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED765E; }
p { color: rgb(237,118,94); }
H1.HeaderClassName
{
color: #ED765E;
}
.AnyTagClassName
{
color: #ED765E;
}
</style>
background-color css
<style>
a { background-color: #ED765E; }
a { background-color: rgb(237,118,94); }
div.DivClassName
{
background-color: #ED765E;
}
.BgClassName
{
background-color: #ED765E;
}
</style>
border-color css
<style>
span { border-color: #ED765E; }
span { border-color: rgb(237,118,94); }
td.TdClassName
{
border-color: #ED765E;
}
.TagClassName
{
border-color: #ED765E;
}
</style>