Shades of Terra Cotta #E26C57
Tints of Terra Cotta #E26C57
RGB
CMYK
RGB Variations
Color information
#E26C57 (or 0xE26C57) is known color: Terra Cotta. HEX triplet: E2, 6C and 57. RGB value is (226,108,87). Sum of RGB (Red+Green+Blue) = 226+108+87=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C57 is #1D93A8. Grayscale: #8D8D8D. Windows color (decimal): -1938345 or 5729506. OLE color: 5729506.
HSL color Cylindrical-coordinate representation of color #E26C57: hue angle of 9.06º 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 #E26C57 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 87 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.11 |
| HSL | 9.06º | 0.71% | 0.61% | - |
| HSV(B) | 9.06º | 0.62% | 0.89% | - |
| XYZ | 38.45 | 27.58 | 12.31 | - |
| YUV | 140.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 87 | 0 | 0.52 | 0.62 | 0.11 | 9.06 | 0.71 | 0.61 |
| Hex | E2 | 6C | 57 | 0 | 34 | 3E | B | 9 | 47 | 3D |
| Octal | 342 | 154 | 127 | 0 | 64 | 76 | 13 | 11 | 107 | 75 |
| Binary | 11100010 | 1101100 | 1010111 | 0 | 110100 | 111110 | 1011 | 1001 | 1000111 | 111101 |
Color Harmonies of #E26C57
Complementary color
Monochromatic Colors of #E26C57
Black with #E26C57
Text Example
Text Example
White with #E26C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C57; }
p { color: rgb(226,108,87); }
H1.HeaderClassName
{
color: #E26C57;
}
.AnyTagClassName
{
color: #E26C57;
}
</style>
background-color css
<style>
a { background-color: #E26C57; }
a { background-color: rgb(226,108,87); }
div.DivClassName
{
background-color: #E26C57;
}
.BgClassName
{
background-color: #E26C57;
}
</style>
border-color css
<style>
span { border-color: #E26C57; }
span { border-color: rgb(226,108,87); }
td.TdClassName
{
border-color: #E26C57;
}
.TagClassName
{
border-color: #E26C57;
}
</style>