Shades of Terra Cotta #ED7165
Tints of Terra Cotta #ED7165
RGB
CMYK
RGB Variations
Color information
#ED7165 (or 0xED7165) is known color: Terra Cotta. HEX triplet: ED, 71 and 65. RGB value is (237,113,101). Sum of RGB (Red+Green+Blue) = 237+113+101=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7165 is #128E9A. Grayscale: #949494. Windows color (decimal): -1216155 or 6648301. OLE color: 6648301.
HSL color Cylindrical-coordinate representation of color #ED7165: hue angle of 5.29º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED7165 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 101 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.07 |
| HSL | 5.29º | 0.79% | 0.66% | - |
| HSV(B) | 5.29º | 0.57% | 0.93% | - |
| XYZ | 43.18 | 30.75 | 15.97 | - |
| YUV | 148.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 101 | 0 | 0.52 | 0.57 | 0.07 | 5.29 | 0.79 | 0.66 |
| Hex | ED | 71 | 65 | 0 | 34 | 39 | 7 | 5 | 4F | 42 |
| Octal | 355 | 161 | 145 | 0 | 64 | 71 | 7 | 5 | 117 | 102 |
| Binary | 11101101 | 1110001 | 1100101 | 0 | 110100 | 111001 | 111 | 101 | 1001111 | 1000010 |
Color Harmonies of #ED7165
Complementary color
Monochromatic Colors of #ED7165
Black with #ED7165
Text Example
Text Example
White with #ED7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7165; }
p { color: rgb(237,113,101); }
H1.HeaderClassName
{
color: #ED7165;
}
.AnyTagClassName
{
color: #ED7165;
}
</style>
background-color css
<style>
a { background-color: #ED7165; }
a { background-color: rgb(237,113,101); }
div.DivClassName
{
background-color: #ED7165;
}
.BgClassName
{
background-color: #ED7165;
}
</style>
border-color css
<style>
span { border-color: #ED7165; }
span { border-color: rgb(237,113,101); }
td.TdClassName
{
border-color: #ED7165;
}
.TagClassName
{
border-color: #ED7165;
}
</style>