Shades of Terra Cotta #EB6C58
Tints of Terra Cotta #EB6C58
RGB
CMYK
RGB Variations
Color information
#EB6C58 (or 0xEB6C58) is known color: Terra Cotta. HEX triplet: EB, 6C and 58. RGB value is (235,108,88). Sum of RGB (Red+Green+Blue) = 235+108+88=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C58 is #1493A7. Grayscale: #8F8F8F. Windows color (decimal): -1348520 or 5795051. OLE color: 5795051.
HSL color Cylindrical-coordinate representation of color #EB6C58: hue angle of 8.16º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB6C58 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 88 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.08 |
| HSL | 8.16º | 0.79% | 0.63% | - |
| HSV(B) | 8.16º | 0.63% | 0.92% | - |
| XYZ | 41.38 | 29.09 | 12.67 | - |
| YUV | 143.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 88 | 0 | 0.54 | 0.63 | 0.08 | 8.16 | 0.79 | 0.63 |
| Hex | EB | 6C | 58 | 0 | 36 | 3F | 8 | 8 | 4F | 3F |
| Octal | 353 | 154 | 130 | 0 | 66 | 77 | 10 | 10 | 117 | 77 |
| Binary | 11101011 | 1101100 | 1011000 | 0 | 110110 | 111111 | 1000 | 1000 | 1001111 | 111111 |
Color Harmonies of #EB6C58
Complementary color
Monochromatic Colors of #EB6C58
Black with #EB6C58
Text Example
Text Example
White with #EB6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C58; }
p { color: rgb(235,108,88); }
H1.HeaderClassName
{
color: #EB6C58;
}
.AnyTagClassName
{
color: #EB6C58;
}
</style>
background-color css
<style>
a { background-color: #EB6C58; }
a { background-color: rgb(235,108,88); }
div.DivClassName
{
background-color: #EB6C58;
}
.BgClassName
{
background-color: #EB6C58;
}
</style>
border-color css
<style>
span { border-color: #EB6C58; }
span { border-color: rgb(235,108,88); }
td.TdClassName
{
border-color: #EB6C58;
}
.TagClassName
{
border-color: #EB6C58;
}
</style>