Shades of Terra Cotta #E56F56
Tints of Terra Cotta #E56F56
RGB
CMYK
RGB Variations
Color information
#E56F56 (or 0xE56F56) is known color: Terra Cotta. HEX triplet: E5, 6F and 56. RGB value is (229,111,86). Sum of RGB (Red+Green+Blue) = 229+111+86=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F56 is #1A90A9. Grayscale: #8F8F8F. Windows color (decimal): -1740970 or 5664741. OLE color: 5664741.
HSL color Cylindrical-coordinate representation of color #E56F56: hue angle of 10.49º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E56F56 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 86 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.10 |
| HSL | 10.49º | 0.73% | 0.62% | - |
| HSV(B) | 10.49º | 0.62% | 0.9% | - |
| XYZ | 39.68 | 28.7 | 12.25 | - |
| YUV | 143.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 86 | 0 | 0.52 | 0.62 | 0.10 | 10.49 | 0.73 | 0.62 |
| Hex | E5 | 6F | 56 | 0 | 34 | 3E | A | A | 49 | 3E |
| Octal | 345 | 157 | 126 | 0 | 64 | 76 | 12 | 12 | 111 | 76 |
| Binary | 11100101 | 1101111 | 1010110 | 0 | 110100 | 111110 | 1010 | 1010 | 1001001 | 111110 |
Color Harmonies of #E56F56
Complementary color
Monochromatic Colors of #E56F56
Black with #E56F56
Text Example
Text Example
White with #E56F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F56; }
p { color: rgb(229,111,86); }
H1.HeaderClassName
{
color: #E56F56;
}
.AnyTagClassName
{
color: #E56F56;
}
</style>
background-color css
<style>
a { background-color: #E56F56; }
a { background-color: rgb(229,111,86); }
div.DivClassName
{
background-color: #E56F56;
}
.BgClassName
{
background-color: #E56F56;
}
</style>
border-color css
<style>
span { border-color: #E56F56; }
span { border-color: rgb(229,111,86); }
td.TdClassName
{
border-color: #E56F56;
}
.TagClassName
{
border-color: #E56F56;
}
</style>