Shades of Terra Cotta #ED6D62
Tints of Terra Cotta #ED6D62
RGB
CMYK
RGB Variations
Color information
#ED6D62 (or 0xED6D62) is known color: Terra Cotta. HEX triplet: ED, 6D and 62. RGB value is (237,109,98). Sum of RGB (Red+Green+Blue) = 237+109+98=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6D62 is #12929D. Grayscale: #929292. Windows color (decimal): -1217182 or 6450669. OLE color: 6450669.
HSL color Cylindrical-coordinate representation of color #ED6D62: hue angle of 4.75º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6D62 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 98 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.07 |
| HSL | 4.75º | 0.79% | 0.66% | - |
| HSV(B) | 4.75º | 0.59% | 0.93% | - |
| XYZ | 42.6 | 29.82 | 15.07 | - |
| YUV | 146.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 98 | 0 | 0.54 | 0.59 | 0.07 | 4.75 | 0.79 | 0.66 |
| Hex | ED | 6D | 62 | 0 | 36 | 3B | 7 | 5 | 4F | 42 |
| Octal | 355 | 155 | 142 | 0 | 66 | 73 | 7 | 5 | 117 | 102 |
| Binary | 11101101 | 1101101 | 1100010 | 0 | 110110 | 111011 | 111 | 101 | 1001111 | 1000010 |
Color Harmonies of #ED6D62
Complementary color
Monochromatic Colors of #ED6D62
Black with #ED6D62
Text Example
Text Example
White with #ED6D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D62; }
p { color: rgb(237,109,98); }
H1.HeaderClassName
{
color: #ED6D62;
}
.AnyTagClassName
{
color: #ED6D62;
}
</style>
background-color css
<style>
a { background-color: #ED6D62; }
a { background-color: rgb(237,109,98); }
div.DivClassName
{
background-color: #ED6D62;
}
.BgClassName
{
background-color: #ED6D62;
}
</style>
border-color css
<style>
span { border-color: #ED6D62; }
span { border-color: rgb(237,109,98); }
td.TdClassName
{
border-color: #ED6D62;
}
.TagClassName
{
border-color: #ED6D62;
}
</style>