Shades of Terra Cotta #ED695C
Tints of Terra Cotta #ED695C
RGB
CMYK
RGB Variations
Color information
#ED695C (or 0xED695C) is known color: Terra Cotta. HEX triplet: ED, 69 and 5C. RGB value is (237,105,92). Sum of RGB (Red+Green+Blue) = 237+105+92=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED695C is #1296A3. Grayscale: #8F8F8F. Windows color (decimal): -1218212 or 6056429. OLE color: 6056429.
HSL color Cylindrical-coordinate representation of color #ED695C: hue angle of 5.38º 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 #ED695C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 92 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 5.38º | 0.8% | 0.65% | - |
| HSV(B) | 5.38º | 0.61% | 0.93% | - |
| XYZ | 41.91 | 28.88 | 13.49 | - |
| YUV | 142.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 92 | 0 | 0.56 | 0.61 | 0.07 | 5.38 | 0.8 | 0.65 |
| Hex | ED | 69 | 5C | 0 | 38 | 3D | 7 | 5 | 50 | 41 |
| Octal | 355 | 151 | 134 | 0 | 70 | 75 | 7 | 5 | 120 | 101 |
| Binary | 11101101 | 1101001 | 1011100 | 0 | 111000 | 111101 | 111 | 101 | 1010000 | 1000001 |
Color Harmonies of #ED695C
Complementary color
Monochromatic Colors of #ED695C
Black with #ED695C
Text Example
Text Example
White with #ED695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED695C; }
p { color: rgb(237,105,92); }
H1.HeaderClassName
{
color: #ED695C;
}
.AnyTagClassName
{
color: #ED695C;
}
</style>
background-color css
<style>
a { background-color: #ED695C; }
a { background-color: rgb(237,105,92); }
div.DivClassName
{
background-color: #ED695C;
}
.BgClassName
{
background-color: #ED695C;
}
</style>
border-color css
<style>
span { border-color: #ED695C; }
span { border-color: rgb(237,105,92); }
td.TdClassName
{
border-color: #ED695C;
}
.TagClassName
{
border-color: #ED695C;
}
</style>