Shades of Terra Cotta #ED655E
Tints of Terra Cotta #ED655E
RGB
CMYK
RGB Variations
Color information
#ED655E (or 0xED655E) is known color: Terra Cotta. HEX triplet: ED, 65 and 5E. RGB value is (237,101,94). Sum of RGB (Red+Green+Blue) = 237+101+94=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED655E is #129AA1. Grayscale: #8D8D8D. Windows color (decimal): -1219234 or 6186477. OLE color: 6186477.
HSL color Cylindrical-coordinate representation of color #ED655E: hue angle of 2.94º 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 #ED655E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 94 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.07 |
| HSL | 2.94º | 0.8% | 0.65% | - |
| HSV(B) | 2.94º | 0.6% | 0.93% | - |
| XYZ | 41.6 | 28.12 | 13.82 | - |
| YUV | 140.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 94 | 0 | 0.57 | 0.60 | 0.07 | 2.94 | 0.8 | 0.65 |
| Hex | ED | 65 | 5E | 0 | 39 | 3C | 7 | 3 | 50 | 41 |
| Octal | 355 | 145 | 136 | 0 | 71 | 74 | 7 | 3 | 120 | 101 |
| Binary | 11101101 | 1100101 | 1011110 | 0 | 111001 | 111100 | 111 | 11 | 1010000 | 1000001 |
Color Harmonies of #ED655E
Complementary color
Monochromatic Colors of #ED655E
Black with #ED655E
Text Example
Text Example
White with #ED655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED655E; }
p { color: rgb(237,101,94); }
H1.HeaderClassName
{
color: #ED655E;
}
.AnyTagClassName
{
color: #ED655E;
}
</style>
background-color css
<style>
a { background-color: #ED655E; }
a { background-color: rgb(237,101,94); }
div.DivClassName
{
background-color: #ED655E;
}
.BgClassName
{
background-color: #ED655E;
}
</style>
border-color css
<style>
span { border-color: #ED655E; }
span { border-color: rgb(237,101,94); }
td.TdClassName
{
border-color: #ED655E;
}
.TagClassName
{
border-color: #ED655E;
}
</style>