Shades of Terra Cotta #E56C5A
Tints of Terra Cotta #E56C5A
RGB
CMYK
RGB Variations
Color information
#E56C5A (or 0xE56C5A) is known color: Terra Cotta. HEX triplet: E5, 6C and 5A. RGB value is (229,108,90). Sum of RGB (Red+Green+Blue) = 229+108+90=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56C5A is #1A93A5. Grayscale: #8E8E8E. Windows color (decimal): -1741734 or 5926117. OLE color: 5926117.
HSL color Cylindrical-coordinate representation of color #E56C5A: hue angle of 7.77º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E56C5A is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 90 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.10 |
| HSL | 7.77º | 0.73% | 0.63% | - |
| HSV(B) | 7.77º | 0.61% | 0.9% | - |
| XYZ | 39.52 | 28.12 | 13.02 | - |
| YUV | 142.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 90 | 0 | 0.53 | 0.61 | 0.10 | 7.77 | 0.73 | 0.63 |
| Hex | E5 | 6C | 5A | 0 | 35 | 3D | A | 8 | 49 | 3F |
| Octal | 345 | 154 | 132 | 0 | 65 | 75 | 12 | 10 | 111 | 77 |
| Binary | 11100101 | 1101100 | 1011010 | 0 | 110101 | 111101 | 1010 | 1000 | 1001001 | 111111 |
Color Harmonies of #E56C5A
Complementary color
Monochromatic Colors of #E56C5A
Black with #E56C5A
Text Example
Text Example
White with #E56C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C5A; }
p { color: rgb(229,108,90); }
H1.HeaderClassName
{
color: #E56C5A;
}
.AnyTagClassName
{
color: #E56C5A;
}
</style>
background-color css
<style>
a { background-color: #E56C5A; }
a { background-color: rgb(229,108,90); }
div.DivClassName
{
background-color: #E56C5A;
}
.BgClassName
{
background-color: #E56C5A;
}
</style>
border-color css
<style>
span { border-color: #E56C5A; }
span { border-color: rgb(229,108,90); }
td.TdClassName
{
border-color: #E56C5A;
}
.TagClassName
{
border-color: #E56C5A;
}
</style>