Shades of Terra Cotta #E26D56
Tints of Terra Cotta #E26D56
RGB
CMYK
RGB Variations
Color information
#E26D56 (or 0xE26D56) is known color: Terra Cotta. HEX triplet: E2, 6D and 56. RGB value is (226,109,86). Sum of RGB (Red+Green+Blue) = 226+109+86=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D56 is #1D92A9. Grayscale: #8D8D8D. Windows color (decimal): -1938090 or 5664226. OLE color: 5664226.
HSL color Cylindrical-coordinate representation of color #E26D56: hue angle of 9.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E26D56 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 86 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.11 |
| HSL | 9.86º | 0.71% | 0.61% | - |
| HSV(B) | 9.86º | 0.62% | 0.89% | - |
| XYZ | 38.51 | 27.78 | 12.14 | - |
| YUV | 141.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 86 | 0 | 0.52 | 0.62 | 0.11 | 9.86 | 0.71 | 0.61 |
| Hex | E2 | 6D | 56 | 0 | 34 | 3E | B | A | 47 | 3D |
| Octal | 342 | 155 | 126 | 0 | 64 | 76 | 13 | 12 | 107 | 75 |
| Binary | 11100010 | 1101101 | 1010110 | 0 | 110100 | 111110 | 1011 | 1010 | 1000111 | 111101 |
Color Harmonies of #E26D56
Complementary color
Monochromatic Colors of #E26D56
Black with #E26D56
Text Example
Text Example
White with #E26D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D56; }
p { color: rgb(226,109,86); }
H1.HeaderClassName
{
color: #E26D56;
}
.AnyTagClassName
{
color: #E26D56;
}
</style>
background-color css
<style>
a { background-color: #E26D56; }
a { background-color: rgb(226,109,86); }
div.DivClassName
{
background-color: #E26D56;
}
.BgClassName
{
background-color: #E26D56;
}
</style>
border-color css
<style>
span { border-color: #E26D56; }
span { border-color: rgb(226,109,86); }
td.TdClassName
{
border-color: #E26D56;
}
.TagClassName
{
border-color: #E26D56;
}
</style>