Shades of Terra Cotta #ED695B
Tints of Terra Cotta #ED695B
RGB
CMYK
RGB Variations
Color information
#ED695B (or 0xED695B) is known color: Terra Cotta. HEX triplet: ED, 69 and 5B. RGB value is (237,105,91). Sum of RGB (Red+Green+Blue) = 237+105+91=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED695B is #1296A4. Grayscale: #8F8F8F. Windows color (decimal): -1218213 or 5990893. OLE color: 5990893.
HSL color Cylindrical-coordinate representation of color #ED695B: hue angle of 5.75º 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 #ED695B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 91 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.07 |
| HSL | 5.75º | 0.8% | 0.64% | - |
| HSV(B) | 5.75º | 0.62% | 0.93% | - |
| XYZ | 41.86 | 28.86 | 13.26 | - |
| YUV | 142.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 91 | 0 | 0.56 | 0.62 | 0.07 | 5.75 | 0.8 | 0.64 |
| Hex | ED | 69 | 5B | 0 | 38 | 3E | 7 | 6 | 50 | 40 |
| Octal | 355 | 151 | 133 | 0 | 70 | 76 | 7 | 6 | 120 | 100 |
| Binary | 11101101 | 1101001 | 1011011 | 0 | 111000 | 111110 | 111 | 110 | 1010000 | 1000000 |
Color Harmonies of #ED695B
Complementary color
Monochromatic Colors of #ED695B
Black with #ED695B
Text Example
Text Example
White with #ED695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED695B; }
p { color: rgb(237,105,91); }
H1.HeaderClassName
{
color: #ED695B;
}
.AnyTagClassName
{
color: #ED695B;
}
</style>
background-color css
<style>
a { background-color: #ED695B; }
a { background-color: rgb(237,105,91); }
div.DivClassName
{
background-color: #ED695B;
}
.BgClassName
{
background-color: #ED695B;
}
</style>
border-color css
<style>
span { border-color: #ED695B; }
span { border-color: rgb(237,105,91); }
td.TdClassName
{
border-color: #ED695B;
}
.TagClassName
{
border-color: #ED695B;
}
</style>