Shades of Terra Cotta #EB6C5D
Tints of Terra Cotta #EB6C5D
RGB
CMYK
RGB Variations
Color information
#EB6C5D (or 0xEB6C5D) is known color: Terra Cotta. HEX triplet: EB, 6C and 5D. RGB value is (235,108,93). Sum of RGB (Red+Green+Blue) = 235+108+93=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C5D is #1493A2. Grayscale: #909090. Windows color (decimal): -1348515 or 6122731. OLE color: 6122731.
HSL color Cylindrical-coordinate representation of color #EB6C5D: hue angle of 6.34º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB6C5D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 93 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.08 |
| HSL | 6.34º | 0.78% | 0.64% | - |
| HSV(B) | 6.34º | 0.6% | 0.92% | - |
| XYZ | 41.6 | 29.18 | 13.8 | - |
| YUV | 144.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 93 | 0 | 0.54 | 0.60 | 0.08 | 6.34 | 0.78 | 0.64 |
| Hex | EB | 6C | 5D | 0 | 36 | 3C | 8 | 6 | 4E | 40 |
| Octal | 353 | 154 | 135 | 0 | 66 | 74 | 10 | 6 | 116 | 100 |
| Binary | 11101011 | 1101100 | 1011101 | 0 | 110110 | 111100 | 1000 | 110 | 1001110 | 1000000 |
Color Harmonies of #EB6C5D
Complementary color
Monochromatic Colors of #EB6C5D
Black with #EB6C5D
Text Example
Text Example
White with #EB6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C5D; }
p { color: rgb(235,108,93); }
H1.HeaderClassName
{
color: #EB6C5D;
}
.AnyTagClassName
{
color: #EB6C5D;
}
</style>
background-color css
<style>
a { background-color: #EB6C5D; }
a { background-color: rgb(235,108,93); }
div.DivClassName
{
background-color: #EB6C5D;
}
.BgClassName
{
background-color: #EB6C5D;
}
</style>
border-color css
<style>
span { border-color: #EB6C5D; }
span { border-color: rgb(235,108,93); }
td.TdClassName
{
border-color: #EB6C5D;
}
.TagClassName
{
border-color: #EB6C5D;
}
</style>