Shades of Terra Cotta #ED725E
Tints of Terra Cotta #ED725E
RGB
CMYK
RGB Variations
Color information
#ED725E (or 0xED725E) is known color: Terra Cotta. HEX triplet: ED, 72 and 5E. RGB value is (237,114,94). Sum of RGB (Red+Green+Blue) = 237+114+94=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED725E is #128DA1. Grayscale: #949494. Windows color (decimal): -1215906 or 6189805. OLE color: 6189805.
HSL color Cylindrical-coordinate representation of color #ED725E: hue angle of 8.39º 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 #ED725E is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 94 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.07 |
| HSL | 8.39º | 0.8% | 0.65% | - |
| HSV(B) | 8.39º | 0.6% | 0.93% | - |
| XYZ | 42.96 | 30.85 | 14.28 | - |
| YUV | 148.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 94 | 0 | 0.52 | 0.60 | 0.07 | 8.39 | 0.8 | 0.65 |
| Hex | ED | 72 | 5E | 0 | 34 | 3C | 7 | 8 | 50 | 41 |
| Octal | 355 | 162 | 136 | 0 | 64 | 74 | 7 | 10 | 120 | 101 |
| Binary | 11101101 | 1110010 | 1011110 | 0 | 110100 | 111100 | 111 | 1000 | 1010000 | 1000001 |
Color Harmonies of #ED725E
Complementary color
Monochromatic Colors of #ED725E
Black with #ED725E
Text Example
Text Example
White with #ED725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED725E; }
p { color: rgb(237,114,94); }
H1.HeaderClassName
{
color: #ED725E;
}
.AnyTagClassName
{
color: #ED725E;
}
</style>
background-color css
<style>
a { background-color: #ED725E; }
a { background-color: rgb(237,114,94); }
div.DivClassName
{
background-color: #ED725E;
}
.BgClassName
{
background-color: #ED725E;
}
</style>
border-color css
<style>
span { border-color: #ED725E; }
span { border-color: rgb(237,114,94); }
td.TdClassName
{
border-color: #ED725E;
}
.TagClassName
{
border-color: #ED725E;
}
</style>