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