Shades of Terra Cotta #EB6866
Tints of Terra Cotta #EB6866
RGB
CMYK
RGB Variations
Color information
#EB6866 (or 0xEB6866) is known color: Terra Cotta. HEX triplet: EB, 68 and 66. RGB value is (235,104,102). Sum of RGB (Red+Green+Blue) = 235+104+102=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6866 is #149799. Grayscale: #8F8F8F. Windows color (decimal): -1349530 or 6711531. OLE color: 6711531.
HSL color Cylindrical-coordinate representation of color #EB6866: hue angle of 0.9º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB6866 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 102 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.08 |
| HSL | 0.9º | 0.77% | 0.66% | - |
| HSV(B) | 0.9º | 0.57% | 0.92% | - |
| XYZ | 41.61 | 28.52 | 15.88 | - |
| YUV | 142.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 102 | 0 | 0.56 | 0.57 | 0.08 | 0.9 | 0.77 | 0.66 |
| Hex | EB | 68 | 66 | 0 | 38 | 39 | 8 | 1 | 4D | 42 |
| Octal | 353 | 150 | 146 | 0 | 70 | 71 | 10 | 1 | 115 | 102 |
| Binary | 11101011 | 1101000 | 1100110 | 0 | 111000 | 111001 | 1000 | 1 | 1001101 | 1000010 |
Color Harmonies of #EB6866
Complementary color
Monochromatic Colors of #EB6866
Black with #EB6866
Text Example
Text Example
White with #EB6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6866; }
p { color: rgb(235,104,102); }
H1.HeaderClassName
{
color: #EB6866;
}
.AnyTagClassName
{
color: #EB6866;
}
</style>
background-color css
<style>
a { background-color: #EB6866; }
a { background-color: rgb(235,104,102); }
div.DivClassName
{
background-color: #EB6866;
}
.BgClassName
{
background-color: #EB6866;
}
</style>
border-color css
<style>
span { border-color: #EB6866; }
span { border-color: rgb(235,104,102); }
td.TdClassName
{
border-color: #EB6866;
}
.TagClassName
{
border-color: #EB6866;
}
</style>