Shades of Terra Cotta #ED735C
Tints of Terra Cotta #ED735C
RGB
CMYK
RGB Variations
Color information
#ED735C (or 0xED735C) is known color: Terra Cotta. HEX triplet: ED, 73 and 5C. RGB value is (237,115,92). Sum of RGB (Red+Green+Blue) = 237+115+92=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED735C is #128CA3. Grayscale: #959595. Windows color (decimal): -1215652 or 6058989. OLE color: 6058989.
HSL color Cylindrical-coordinate representation of color #ED735C: hue angle of 9.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED735C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 92 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.07 |
| HSL | 9.52º | 0.8% | 0.65% | - |
| HSV(B) | 9.52º | 0.61% | 0.93% | - |
| XYZ | 42.99 | 31.04 | 13.85 | - |
| YUV | 148.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 92 | 0 | 0.51 | 0.61 | 0.07 | 9.52 | 0.8 | 0.65 |
| Hex | ED | 73 | 5C | 0 | 33 | 3D | 7 | A | 50 | 41 |
| Octal | 355 | 163 | 134 | 0 | 63 | 75 | 7 | 12 | 120 | 101 |
| Binary | 11101101 | 1110011 | 1011100 | 0 | 110011 | 111101 | 111 | 1010 | 1010000 | 1000001 |
Color Harmonies of #ED735C
Complementary color
Monochromatic Colors of #ED735C
Black with #ED735C
Text Example
Text Example
White with #ED735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED735C; }
p { color: rgb(237,115,92); }
H1.HeaderClassName
{
color: #ED735C;
}
.AnyTagClassName
{
color: #ED735C;
}
</style>
background-color css
<style>
a { background-color: #ED735C; }
a { background-color: rgb(237,115,92); }
div.DivClassName
{
background-color: #ED735C;
}
.BgClassName
{
background-color: #ED735C;
}
</style>
border-color css
<style>
span { border-color: #ED735C; }
span { border-color: rgb(237,115,92); }
td.TdClassName
{
border-color: #ED735C;
}
.TagClassName
{
border-color: #ED735C;
}
</style>