Shades of Terra Cotta #E56B5A
Tints of Terra Cotta #E56B5A
RGB
CMYK
RGB Variations
Color information
#E56B5A (or 0xE56B5A) is known color: Terra Cotta. HEX triplet: E5, 6B and 5A. RGB value is (229,107,90). Sum of RGB (Red+Green+Blue) = 229+107+90=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B5A is #1A94A5. Grayscale: #8D8D8D. Windows color (decimal): -1741990 or 5925861. OLE color: 5925861.
HSL color Cylindrical-coordinate representation of color #E56B5A: hue angle of 7.34º 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 #E56B5A is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 90 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.10 |
| HSL | 7.34º | 0.73% | 0.63% | - |
| HSV(B) | 7.34º | 0.61% | 0.9% | - |
| XYZ | 39.42 | 27.91 | 12.98 | - |
| YUV | 141.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 90 | 0 | 0.53 | 0.61 | 0.10 | 7.34 | 0.73 | 0.63 |
| Hex | E5 | 6B | 5A | 0 | 35 | 3D | A | 7 | 49 | 3F |
| Octal | 345 | 153 | 132 | 0 | 65 | 75 | 12 | 7 | 111 | 77 |
| Binary | 11100101 | 1101011 | 1011010 | 0 | 110101 | 111101 | 1010 | 111 | 1001001 | 111111 |
Color Harmonies of #E56B5A
Complementary color
Monochromatic Colors of #E56B5A
Black with #E56B5A
Text Example
Text Example
White with #E56B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B5A; }
p { color: rgb(229,107,90); }
H1.HeaderClassName
{
color: #E56B5A;
}
.AnyTagClassName
{
color: #E56B5A;
}
</style>
background-color css
<style>
a { background-color: #E56B5A; }
a { background-color: rgb(229,107,90); }
div.DivClassName
{
background-color: #E56B5A;
}
.BgClassName
{
background-color: #E56B5A;
}
</style>
border-color css
<style>
span { border-color: #E56B5A; }
span { border-color: rgb(229,107,90); }
td.TdClassName
{
border-color: #E56B5A;
}
.TagClassName
{
border-color: #E56B5A;
}
</style>