Shades of Terra Cotta #E56B68
Tints of Terra Cotta #E56B68
RGB
CMYK
RGB Variations
Color information
#E56B68 (or 0xE56B68) is known color: Terra Cotta. HEX triplet: E5, 6B and 68. RGB value is (229,107,104). Sum of RGB (Red+Green+Blue) = 229+107+104=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B68 is #1A9497. Grayscale: #8F8F8F. Windows color (decimal): -1741976 or 6843365. OLE color: 6843365.
HSL color Cylindrical-coordinate representation of color #E56B68: hue angle of 1.44º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56B68 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 104 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.10 |
| HSL | 1.44º | 0.71% | 0.65% | - |
| HSV(B) | 1.44º | 0.55% | 0.9% | - |
| XYZ | 40.07 | 28.17 | 16.42 | - |
| YUV | 143.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 104 | 0 | 0.53 | 0.55 | 0.10 | 1.44 | 0.71 | 0.65 |
| Hex | E5 | 6B | 68 | 0 | 35 | 37 | A | 1 | 47 | 41 |
| Octal | 345 | 153 | 150 | 0 | 65 | 67 | 12 | 1 | 107 | 101 |
| Binary | 11100101 | 1101011 | 1101000 | 0 | 110101 | 110111 | 1010 | 1 | 1000111 | 1000001 |
Color Harmonies of #E56B68
Complementary color
Monochromatic Colors of #E56B68
Black with #E56B68
Text Example
Text Example
White with #E56B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B68; }
p { color: rgb(229,107,104); }
H1.HeaderClassName
{
color: #E56B68;
}
.AnyTagClassName
{
color: #E56B68;
}
</style>
background-color css
<style>
a { background-color: #E56B68; }
a { background-color: rgb(229,107,104); }
div.DivClassName
{
background-color: #E56B68;
}
.BgClassName
{
background-color: #E56B68;
}
</style>
border-color css
<style>
span { border-color: #E56B68; }
span { border-color: rgb(229,107,104); }
td.TdClassName
{
border-color: #E56B68;
}
.TagClassName
{
border-color: #E56B68;
}
</style>