Shades of Terra Cotta #EB7565
Tints of Terra Cotta #EB7565
RGB
CMYK
RGB Variations
Color information
#EB7565 (or 0xEB7565) is known color: Terra Cotta. HEX triplet: EB, 75 and 65. RGB value is (235,117,101). Sum of RGB (Red+Green+Blue) = 235+117+101=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7565 is #148A9A. Grayscale: #969696. Windows color (decimal): -1346203 or 6649323. OLE color: 6649323.
HSL color Cylindrical-coordinate representation of color #EB7565: hue angle of 7.16º 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 #EB7565 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 117 | 101 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.08 |
| HSL | 7.16º | 0.77% | 0.66% | - |
| HSV(B) | 7.16º | 0.57% | 0.92% | - |
| XYZ | 42.97 | 31.32 | 16.09 | - |
| YUV | 150.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 117 | 101 | 0 | 0.50 | 0.57 | 0.08 | 7.16 | 0.77 | 0.66 |
| Hex | EB | 75 | 65 | 0 | 32 | 39 | 8 | 7 | 4D | 42 |
| Octal | 353 | 165 | 145 | 0 | 62 | 71 | 10 | 7 | 115 | 102 |
| Binary | 11101011 | 1110101 | 1100101 | 0 | 110010 | 111001 | 1000 | 111 | 1001101 | 1000010 |
Color Harmonies of #EB7565
Complementary color
Monochromatic Colors of #EB7565
Black with #EB7565
Text Example
Text Example
White with #EB7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7565; }
p { color: rgb(235,117,101); }
H1.HeaderClassName
{
color: #EB7565;
}
.AnyTagClassName
{
color: #EB7565;
}
</style>
background-color css
<style>
a { background-color: #EB7565; }
a { background-color: rgb(235,117,101); }
div.DivClassName
{
background-color: #EB7565;
}
.BgClassName
{
background-color: #EB7565;
}
</style>
border-color css
<style>
span { border-color: #EB7565; }
span { border-color: rgb(235,117,101); }
td.TdClassName
{
border-color: #EB7565;
}
.TagClassName
{
border-color: #EB7565;
}
</style>