Shades of Terra Cotta #EB6C5B
Tints of Terra Cotta #EB6C5B
RGB
CMYK
RGB Variations
Color information
#EB6C5B (or 0xEB6C5B) is known color: Terra Cotta. HEX triplet: EB, 6C and 5B. RGB value is (235,108,91). Sum of RGB (Red+Green+Blue) = 235+108+91=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C5B is #1493A4. Grayscale: #909090. Windows color (decimal): -1348517 or 5991659. OLE color: 5991659.
HSL color Cylindrical-coordinate representation of color #EB6C5B: hue angle of 7.08º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB6C5B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 91 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.08 |
| HSL | 7.08º | 0.78% | 0.64% | - |
| HSV(B) | 7.08º | 0.61% | 0.92% | - |
| XYZ | 41.51 | 29.14 | 13.33 | - |
| YUV | 144.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 91 | 0 | 0.54 | 0.61 | 0.08 | 7.08 | 0.78 | 0.64 |
| Hex | EB | 6C | 5B | 0 | 36 | 3D | 8 | 7 | 4E | 40 |
| Octal | 353 | 154 | 133 | 0 | 66 | 75 | 10 | 7 | 116 | 100 |
| Binary | 11101011 | 1101100 | 1011011 | 0 | 110110 | 111101 | 1000 | 111 | 1001110 | 1000000 |
Color Harmonies of #EB6C5B
Complementary color
Monochromatic Colors of #EB6C5B
Black with #EB6C5B
Text Example
Text Example
White with #EB6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C5B; }
p { color: rgb(235,108,91); }
H1.HeaderClassName
{
color: #EB6C5B;
}
.AnyTagClassName
{
color: #EB6C5B;
}
</style>
background-color css
<style>
a { background-color: #EB6C5B; }
a { background-color: rgb(235,108,91); }
div.DivClassName
{
background-color: #EB6C5B;
}
.BgClassName
{
background-color: #EB6C5B;
}
</style>
border-color css
<style>
span { border-color: #EB6C5B; }
span { border-color: rgb(235,108,91); }
td.TdClassName
{
border-color: #EB6C5B;
}
.TagClassName
{
border-color: #EB6C5B;
}
</style>