Shades of Terra Cotta #ED7B62
Tints of Terra Cotta #ED7B62
RGB
CMYK
RGB Variations
Color information
#ED7B62 (or 0xED7B62) is known color: Terra Cotta. HEX triplet: ED, 7B and 62. RGB value is (237,123,98). Sum of RGB (Red+Green+Blue) = 237+123+98=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B62 is #12849D. Grayscale: #9A9A9A. Windows color (decimal): -1213598 or 6454253. OLE color: 6454253.
HSL color Cylindrical-coordinate representation of color #ED7B62: hue angle of 10.79º 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 #ED7B62 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 98 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.07 |
| HSL | 10.79º | 0.79% | 0.66% | - |
| HSV(B) | 10.79º | 0.59% | 0.93% | - |
| XYZ | 44.21 | 33.05 | 15.6 | - |
| YUV | 154.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 98 | 0 | 0.48 | 0.59 | 0.07 | 10.79 | 0.79 | 0.66 |
| Hex | ED | 7B | 62 | 0 | 30 | 3B | 7 | B | 4F | 42 |
| Octal | 355 | 173 | 142 | 0 | 60 | 73 | 7 | 13 | 117 | 102 |
| Binary | 11101101 | 1111011 | 1100010 | 0 | 110000 | 111011 | 111 | 1011 | 1001111 | 1000010 |
Color Harmonies of #ED7B62
Complementary color
Monochromatic Colors of #ED7B62
Black with #ED7B62
Text Example
Text Example
White with #ED7B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B62; }
p { color: rgb(237,123,98); }
H1.HeaderClassName
{
color: #ED7B62;
}
.AnyTagClassName
{
color: #ED7B62;
}
</style>
background-color css
<style>
a { background-color: #ED7B62; }
a { background-color: rgb(237,123,98); }
div.DivClassName
{
background-color: #ED7B62;
}
.BgClassName
{
background-color: #ED7B62;
}
</style>
border-color css
<style>
span { border-color: #ED7B62; }
span { border-color: rgb(237,123,98); }
td.TdClassName
{
border-color: #ED7B62;
}
.TagClassName
{
border-color: #ED7B62;
}
</style>