Shades of Terra Cotta #ED705A
Tints of Terra Cotta #ED705A
RGB
CMYK
RGB Variations
Color information
#ED705A (or 0xED705A) is known color: Terra Cotta. HEX triplet: ED, 70 and 5A. RGB value is (237,112,90). Sum of RGB (Red+Green+Blue) = 237+112+90=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED705A is #128FA5. Grayscale: #939393. Windows color (decimal): -1216422 or 5927149. OLE color: 5927149.
HSL color Cylindrical-coordinate representation of color #ED705A: hue angle of 8.98º 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 #ED705A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 90 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.07 |
| HSL | 8.98º | 0.8% | 0.64% | - |
| HSV(B) | 8.98º | 0.62% | 0.93% | - |
| XYZ | 42.56 | 30.33 | 13.28 | - |
| YUV | 146.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 90 | 0 | 0.53 | 0.62 | 0.07 | 8.98 | 0.8 | 0.64 |
| Hex | ED | 70 | 5A | 0 | 35 | 3E | 7 | 9 | 50 | 40 |
| Octal | 355 | 160 | 132 | 0 | 65 | 76 | 7 | 11 | 120 | 100 |
| Binary | 11101101 | 1110000 | 1011010 | 0 | 110101 | 111110 | 111 | 1001 | 1010000 | 1000000 |
Color Harmonies of #ED705A
Complementary color
Monochromatic Colors of #ED705A
Black with #ED705A
Text Example
Text Example
White with #ED705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED705A; }
p { color: rgb(237,112,90); }
H1.HeaderClassName
{
color: #ED705A;
}
.AnyTagClassName
{
color: #ED705A;
}
</style>
background-color css
<style>
a { background-color: #ED705A; }
a { background-color: rgb(237,112,90); }
div.DivClassName
{
background-color: #ED705A;
}
.BgClassName
{
background-color: #ED705A;
}
</style>
border-color css
<style>
span { border-color: #ED705A; }
span { border-color: rgb(237,112,90); }
td.TdClassName
{
border-color: #ED705A;
}
.TagClassName
{
border-color: #ED705A;
}
</style>