Shades of Terra Cotta #ED715B
Tints of Terra Cotta #ED715B
RGB
CMYK
RGB Variations
Color information
#ED715B (or 0xED715B) is known color: Terra Cotta. HEX triplet: ED, 71 and 5B. RGB value is (237,113,91). Sum of RGB (Red+Green+Blue) = 237+113+91=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED715B is #128EA4. Grayscale: #939393. Windows color (decimal): -1216165 or 5992941. OLE color: 5992941.
HSL color Cylindrical-coordinate representation of color #ED715B: hue angle of 9.04º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED715B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 91 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.07 |
| HSL | 9.04º | 0.8% | 0.64% | - |
| HSV(B) | 9.04º | 0.62% | 0.93% | - |
| XYZ | 42.72 | 30.57 | 13.55 | - |
| YUV | 147.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 91 | 0 | 0.52 | 0.62 | 0.07 | 9.04 | 0.8 | 0.64 |
| Hex | ED | 71 | 5B | 0 | 34 | 3E | 7 | 9 | 50 | 40 |
| Octal | 355 | 161 | 133 | 0 | 64 | 76 | 7 | 11 | 120 | 100 |
| Binary | 11101101 | 1110001 | 1011011 | 0 | 110100 | 111110 | 111 | 1001 | 1010000 | 1000000 |
Color Harmonies of #ED715B
Complementary color
Monochromatic Colors of #ED715B
Black with #ED715B
Text Example
Text Example
White with #ED715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED715B; }
p { color: rgb(237,113,91); }
H1.HeaderClassName
{
color: #ED715B;
}
.AnyTagClassName
{
color: #ED715B;
}
</style>
background-color css
<style>
a { background-color: #ED715B; }
a { background-color: rgb(237,113,91); }
div.DivClassName
{
background-color: #ED715B;
}
.BgClassName
{
background-color: #ED715B;
}
</style>
border-color css
<style>
span { border-color: #ED715B; }
span { border-color: rgb(237,113,91); }
td.TdClassName
{
border-color: #ED715B;
}
.TagClassName
{
border-color: #ED715B;
}
</style>