Shades of Terra Cotta #EB6E59
Tints of Terra Cotta #EB6E59
RGB
CMYK
RGB Variations
Color information
#EB6E59 (or 0xEB6E59) is known color: Terra Cotta. HEX triplet: EB, 6E and 59. RGB value is (235,110,89). Sum of RGB (Red+Green+Blue) = 235+110+89=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E59 is #1491A6. Grayscale: #919191. Windows color (decimal): -1348007 or 5861099. OLE color: 5861099.
HSL color Cylindrical-coordinate representation of color #EB6E59: hue angle of 8.63º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB6E59 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 89 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.08 |
| HSL | 8.63º | 0.78% | 0.64% | - |
| HSV(B) | 8.63º | 0.62% | 0.92% | - |
| XYZ | 41.64 | 29.54 | 12.96 | - |
| YUV | 144.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 89 | 0 | 0.53 | 0.62 | 0.08 | 8.63 | 0.78 | 0.64 |
| Hex | EB | 6E | 59 | 0 | 35 | 3E | 8 | 9 | 4E | 40 |
| Octal | 353 | 156 | 131 | 0 | 65 | 76 | 10 | 11 | 116 | 100 |
| Binary | 11101011 | 1101110 | 1011001 | 0 | 110101 | 111110 | 1000 | 1001 | 1001110 | 1000000 |
Color Harmonies of #EB6E59
Complementary color
Monochromatic Colors of #EB6E59
Black with #EB6E59
Text Example
Text Example
White with #EB6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E59; }
p { color: rgb(235,110,89); }
H1.HeaderClassName
{
color: #EB6E59;
}
.AnyTagClassName
{
color: #EB6E59;
}
</style>
background-color css
<style>
a { background-color: #EB6E59; }
a { background-color: rgb(235,110,89); }
div.DivClassName
{
background-color: #EB6E59;
}
.BgClassName
{
background-color: #EB6E59;
}
</style>
border-color css
<style>
span { border-color: #EB6E59; }
span { border-color: rgb(235,110,89); }
td.TdClassName
{
border-color: #EB6E59;
}
.TagClassName
{
border-color: #EB6E59;
}
</style>