Shades of Terra Cotta #ED7F64
Tints of Terra Cotta #ED7F64
RGB
CMYK
RGB Variations
Color information
#ED7F64 (or 0xED7F64) is known color: Terra Cotta. HEX triplet: ED, 7F and 64. RGB value is (237,127,100). Sum of RGB (Red+Green+Blue) = 237+127+100=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F64 is #12809B. Grayscale: #9D9D9D. Windows color (decimal): -1212572 or 6586349. OLE color: 6586349.
HSL color Cylindrical-coordinate representation of color #ED7F64: hue angle of 11.82º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED7F64 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 100 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.07 |
| HSL | 11.82º | 0.79% | 0.66% | - |
| HSV(B) | 11.82º | 0.58% | 0.93% | - |
| XYZ | 44.81 | 34.1 | 16.28 | - |
| YUV | 156.81 | 95.94 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 100 | 0 | 0.46 | 0.58 | 0.07 | 11.82 | 0.79 | 0.66 |
| Hex | ED | 7F | 64 | 0 | 2E | 3A | 7 | C | 4F | 42 |
| Octal | 355 | 177 | 144 | 0 | 56 | 72 | 7 | 14 | 117 | 102 |
| Binary | 11101101 | 1111111 | 1100100 | 0 | 101110 | 111010 | 111 | 1100 | 1001111 | 1000010 |
Color Harmonies of #ED7F64
Complementary color
Monochromatic Colors of #ED7F64
Black with #ED7F64
Text Example
Text Example
White with #ED7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F64; }
p { color: rgb(237,127,100); }
H1.HeaderClassName
{
color: #ED7F64;
}
.AnyTagClassName
{
color: #ED7F64;
}
</style>
background-color css
<style>
a { background-color: #ED7F64; }
a { background-color: rgb(237,127,100); }
div.DivClassName
{
background-color: #ED7F64;
}
.BgClassName
{
background-color: #ED7F64;
}
</style>
border-color css
<style>
span { border-color: #ED7F64; }
span { border-color: rgb(237,127,100); }
td.TdClassName
{
border-color: #ED7F64;
}
.TagClassName
{
border-color: #ED7F64;
}
</style>