Shades of Terra Cotta #ED765F
Tints of Terra Cotta #ED765F
RGB
CMYK
RGB Variations
Color information
#ED765F (or 0xED765F) is known color: Terra Cotta. HEX triplet: ED, 76 and 5F. RGB value is (237,118,95). Sum of RGB (Red+Green+Blue) = 237+118+95=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED765F is #1289A0. Grayscale: #979797. Windows color (decimal): -1214881 or 6256365. OLE color: 6256365.
HSL color Cylindrical-coordinate representation of color #ED765F: hue angle of 9.72º 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 #ED765F is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 95 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.07 |
| HSL | 9.72º | 0.8% | 0.65% | - |
| HSV(B) | 9.72º | 0.6% | 0.93% | - |
| XYZ | 43.47 | 31.79 | 14.67 | - |
| YUV | 150.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 95 | 0 | 0.50 | 0.60 | 0.07 | 9.72 | 0.8 | 0.65 |
| Hex | ED | 76 | 5F | 0 | 32 | 3C | 7 | A | 50 | 41 |
| Octal | 355 | 166 | 137 | 0 | 62 | 74 | 7 | 12 | 120 | 101 |
| Binary | 11101101 | 1110110 | 1011111 | 0 | 110010 | 111100 | 111 | 1010 | 1010000 | 1000001 |
Color Harmonies of #ED765F
Complementary color
Monochromatic Colors of #ED765F
Black with #ED765F
Text Example
Text Example
White with #ED765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED765F; }
p { color: rgb(237,118,95); }
H1.HeaderClassName
{
color: #ED765F;
}
.AnyTagClassName
{
color: #ED765F;
}
</style>
background-color css
<style>
a { background-color: #ED765F; }
a { background-color: rgb(237,118,95); }
div.DivClassName
{
background-color: #ED765F;
}
.BgClassName
{
background-color: #ED765F;
}
</style>
border-color css
<style>
span { border-color: #ED765F; }
span { border-color: rgb(237,118,95); }
td.TdClassName
{
border-color: #ED765F;
}
.TagClassName
{
border-color: #ED765F;
}
</style>