Shades of Terra Cotta #E56D5B
Tints of Terra Cotta #E56D5B
RGB
CMYK
RGB Variations
Color information
#E56D5B (or 0xE56D5B) is known color: Terra Cotta. HEX triplet: E5, 6D and 5B. RGB value is (229,109,91). Sum of RGB (Red+Green+Blue) = 229+109+91=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56D5B is #1A92A4. Grayscale: #8F8F8F. Windows color (decimal): -1741477 or 5991909. OLE color: 5991909.
HSL color Cylindrical-coordinate representation of color #E56D5B: hue angle of 7.83º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E56D5B is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 91 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.10 |
| HSL | 7.83º | 0.73% | 0.63% | - |
| HSV(B) | 7.83º | 0.6% | 0.9% | - |
| XYZ | 39.67 | 28.35 | 13.28 | - |
| YUV | 142.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 91 | 0 | 0.52 | 0.60 | 0.10 | 7.83 | 0.73 | 0.63 |
| Hex | E5 | 6D | 5B | 0 | 34 | 3C | A | 8 | 49 | 3F |
| Octal | 345 | 155 | 133 | 0 | 64 | 74 | 12 | 10 | 111 | 77 |
| Binary | 11100101 | 1101101 | 1011011 | 0 | 110100 | 111100 | 1010 | 1000 | 1001001 | 111111 |
Color Harmonies of #E56D5B
Complementary color
Monochromatic Colors of #E56D5B
Black with #E56D5B
Text Example
Text Example
White with #E56D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D5B; }
p { color: rgb(229,109,91); }
H1.HeaderClassName
{
color: #E56D5B;
}
.AnyTagClassName
{
color: #E56D5B;
}
</style>
background-color css
<style>
a { background-color: #E56D5B; }
a { background-color: rgb(229,109,91); }
div.DivClassName
{
background-color: #E56D5B;
}
.BgClassName
{
background-color: #E56D5B;
}
</style>
border-color css
<style>
span { border-color: #E56D5B; }
span { border-color: rgb(229,109,91); }
td.TdClassName
{
border-color: #E56D5B;
}
.TagClassName
{
border-color: #E56D5B;
}
</style>