Shades of Terra Cotta #ED725B
Tints of Terra Cotta #ED725B
RGB
CMYK
RGB Variations
Color information
#ED725B (or 0xED725B) is known color: Terra Cotta. HEX triplet: ED, 72 and 5B. RGB value is (237,114,91). Sum of RGB (Red+Green+Blue) = 237+114+91=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED725B is #128DA4. Grayscale: #949494. Windows color (decimal): -1215909 or 5993197. OLE color: 5993197.
HSL color Cylindrical-coordinate representation of color #ED725B: hue angle of 9.45º 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 #ED725B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 91 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.07 |
| HSL | 9.45º | 0.8% | 0.64% | - |
| HSV(B) | 9.45º | 0.62% | 0.93% | - |
| XYZ | 42.83 | 30.79 | 13.58 | - |
| YUV | 148.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 91 | 0 | 0.52 | 0.62 | 0.07 | 9.45 | 0.8 | 0.64 |
| Hex | ED | 72 | 5B | 0 | 34 | 3E | 7 | 9 | 50 | 40 |
| Octal | 355 | 162 | 133 | 0 | 64 | 76 | 7 | 11 | 120 | 100 |
| Binary | 11101101 | 1110010 | 1011011 | 0 | 110100 | 111110 | 111 | 1001 | 1010000 | 1000000 |
Color Harmonies of #ED725B
Complementary color
Monochromatic Colors of #ED725B
Black with #ED725B
Text Example
Text Example
White with #ED725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED725B; }
p { color: rgb(237,114,91); }
H1.HeaderClassName
{
color: #ED725B;
}
.AnyTagClassName
{
color: #ED725B;
}
</style>
background-color css
<style>
a { background-color: #ED725B; }
a { background-color: rgb(237,114,91); }
div.DivClassName
{
background-color: #ED725B;
}
.BgClassName
{
background-color: #ED725B;
}
</style>
border-color css
<style>
span { border-color: #ED725B; }
span { border-color: rgb(237,114,91); }
td.TdClassName
{
border-color: #ED725B;
}
.TagClassName
{
border-color: #ED725B;
}
</style>