Shades of Terra Cotta #E26859
Tints of Terra Cotta #E26859
RGB
CMYK
RGB Variations
Color information
#E26859 (or 0xE26859) is known color: Terra Cotta. HEX triplet: E2, 68 and 59. RGB value is (226,104,89). Sum of RGB (Red+Green+Blue) = 226+104+89=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E26859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26859 is #1D97A6. Grayscale: #8A8A8A. Windows color (decimal): -1939367 or 5859554. OLE color: 5859554.
HSL color Cylindrical-coordinate representation of color #E26859: hue angle of 6.57º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E26859 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 89 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.11 |
| HSL | 6.57º | 0.7% | 0.62% | - |
| HSV(B) | 6.57º | 0.61% | 0.89% | - |
| XYZ | 38.12 | 26.79 | 12.61 | - |
| YUV | 138.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 89 | 0 | 0.54 | 0.61 | 0.11 | 6.57 | 0.7 | 0.62 |
| Hex | E2 | 68 | 59 | 0 | 36 | 3D | B | 7 | 46 | 3E |
| Octal | 342 | 150 | 131 | 0 | 66 | 75 | 13 | 7 | 106 | 76 |
| Binary | 11100010 | 1101000 | 1011001 | 0 | 110110 | 111101 | 1011 | 111 | 1000110 | 111110 |
Color Harmonies of #E26859
Complementary color
Monochromatic Colors of #E26859
Black with #E26859
Text Example
Text Example
White with #E26859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26859; }
p { color: rgb(226,104,89); }
H1.HeaderClassName
{
color: #E26859;
}
.AnyTagClassName
{
color: #E26859;
}
</style>
background-color css
<style>
a { background-color: #E26859; }
a { background-color: rgb(226,104,89); }
div.DivClassName
{
background-color: #E26859;
}
.BgClassName
{
background-color: #E26859;
}
</style>
border-color css
<style>
span { border-color: #E26859; }
span { border-color: rgb(226,104,89); }
td.TdClassName
{
border-color: #E26859;
}
.TagClassName
{
border-color: #E26859;
}
</style>