Shades of Terra Cotta #ED7A5E
Tints of Terra Cotta #ED7A5E
RGB
CMYK
RGB Variations
Color information
#ED7A5E (or 0xED7A5E) is known color: Terra Cotta. HEX triplet: ED, 7A and 5E. RGB value is (237,122,94). Sum of RGB (Red+Green+Blue) = 237+122+94=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A5E is #1285A1. Grayscale: #999999. Windows color (decimal): -1213858 or 6191853. OLE color: 6191853.
HSL color Cylindrical-coordinate representation of color #ED7A5E: hue angle of 11.75º 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 #ED7A5E is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 94 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.07 |
| HSL | 11.75º | 0.8% | 0.65% | - |
| HSV(B) | 11.75º | 0.6% | 0.93% | - |
| XYZ | 43.9 | 32.73 | 14.59 | - |
| YUV | 153.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 94 | 0 | 0.49 | 0.60 | 0.07 | 11.75 | 0.8 | 0.65 |
| Hex | ED | 7A | 5E | 0 | 31 | 3C | 7 | C | 50 | 41 |
| Octal | 355 | 172 | 136 | 0 | 61 | 74 | 7 | 14 | 120 | 101 |
| Binary | 11101101 | 1111010 | 1011110 | 0 | 110001 | 111100 | 111 | 1100 | 1010000 | 1000001 |
Color Harmonies of #ED7A5E
Complementary color
Monochromatic Colors of #ED7A5E
Black with #ED7A5E
Text Example
Text Example
White with #ED7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A5E; }
p { color: rgb(237,122,94); }
H1.HeaderClassName
{
color: #ED7A5E;
}
.AnyTagClassName
{
color: #ED7A5E;
}
</style>
background-color css
<style>
a { background-color: #ED7A5E; }
a { background-color: rgb(237,122,94); }
div.DivClassName
{
background-color: #ED7A5E;
}
.BgClassName
{
background-color: #ED7A5E;
}
</style>
border-color css
<style>
span { border-color: #ED7A5E; }
span { border-color: rgb(237,122,94); }
td.TdClassName
{
border-color: #ED7A5E;
}
.TagClassName
{
border-color: #ED7A5E;
}
</style>