Shades of Terra Cotta #ED7E65
Tints of Terra Cotta #ED7E65
RGB
CMYK
RGB Variations
Color information
#ED7E65 (or 0xED7E65) is known color: Terra Cotta. HEX triplet: ED, 7E and 65. RGB value is (237,126,101). Sum of RGB (Red+Green+Blue) = 237+126+101=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E65 is #12819A. Grayscale: #9C9C9C. Windows color (decimal): -1212827 or 6651629. OLE color: 6651629.
HSL color Cylindrical-coordinate representation of color #ED7E65: hue angle of 11.03º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED7E65 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 101 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.07 |
| HSL | 11.03º | 0.79% | 0.66% | - |
| HSV(B) | 11.03º | 0.57% | 0.93% | - |
| XYZ | 44.73 | 33.87 | 16.49 | - |
| YUV | 156.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 101 | 0 | 0.47 | 0.57 | 0.07 | 11.03 | 0.79 | 0.66 |
| Hex | ED | 7E | 65 | 0 | 2F | 39 | 7 | B | 4F | 42 |
| Octal | 355 | 176 | 145 | 0 | 57 | 71 | 7 | 13 | 117 | 102 |
| Binary | 11101101 | 1111110 | 1100101 | 0 | 101111 | 111001 | 111 | 1011 | 1001111 | 1000010 |
Color Harmonies of #ED7E65
Complementary color
Monochromatic Colors of #ED7E65
Black with #ED7E65
Text Example
Text Example
White with #ED7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E65; }
p { color: rgb(237,126,101); }
H1.HeaderClassName
{
color: #ED7E65;
}
.AnyTagClassName
{
color: #ED7E65;
}
</style>
background-color css
<style>
a { background-color: #ED7E65; }
a { background-color: rgb(237,126,101); }
div.DivClassName
{
background-color: #ED7E65;
}
.BgClassName
{
background-color: #ED7E65;
}
</style>
border-color css
<style>
span { border-color: #ED7E65; }
span { border-color: rgb(237,126,101); }
td.TdClassName
{
border-color: #ED7E65;
}
.TagClassName
{
border-color: #ED7E65;
}
</style>