Shades of Terra Cotta #ED6A57
Tints of Terra Cotta #ED6A57
RGB
CMYK
RGB Variations
Color information
#ED6A57 (or 0xED6A57) is known color: Terra Cotta. HEX triplet: ED, 6A and 57. RGB value is (237,106,87). Sum of RGB (Red+Green+Blue) = 237+106+87=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6A57 is #1295A8. Grayscale: #8F8F8F. Windows color (decimal): -1217961 or 5729005. OLE color: 5729005.
HSL color Cylindrical-coordinate representation of color #ED6A57: hue angle of 7.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED6A57 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 87 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.07 |
| HSL | 7.6º | 0.81% | 0.64% | - |
| HSV(B) | 7.6º | 0.63% | 0.93% | - |
| XYZ | 41.8 | 29 | 12.41 | - |
| YUV | 143 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 87 | 0 | 0.55 | 0.63 | 0.07 | 7.6 | 0.81 | 0.64 |
| Hex | ED | 6A | 57 | 0 | 37 | 3F | 7 | 8 | 51 | 40 |
| Octal | 355 | 152 | 127 | 0 | 67 | 77 | 7 | 10 | 121 | 100 |
| Binary | 11101101 | 1101010 | 1010111 | 0 | 110111 | 111111 | 111 | 1000 | 1010001 | 1000000 |
Color Harmonies of #ED6A57
Complementary color
Monochromatic Colors of #ED6A57
Black with #ED6A57
Text Example
Text Example
White with #ED6A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A57; }
p { color: rgb(237,106,87); }
H1.HeaderClassName
{
color: #ED6A57;
}
.AnyTagClassName
{
color: #ED6A57;
}
</style>
background-color css
<style>
a { background-color: #ED6A57; }
a { background-color: rgb(237,106,87); }
div.DivClassName
{
background-color: #ED6A57;
}
.BgClassName
{
background-color: #ED6A57;
}
</style>
border-color css
<style>
span { border-color: #ED6A57; }
span { border-color: rgb(237,106,87); }
td.TdClassName
{
border-color: #ED6A57;
}
.TagClassName
{
border-color: #ED6A57;
}
</style>