Shades of Terra Cotta #E26A5E
Tints of Terra Cotta #E26A5E
RGB
CMYK
RGB Variations
Color information
#E26A5E (or 0xE26A5E) is known color: Terra Cotta. HEX triplet: E2, 6A and 5E. RGB value is (226,106,94). Sum of RGB (Red+Green+Blue) = 226+106+94=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A5E is #1D95A1. Grayscale: #8C8C8C. Windows color (decimal): -1938850 or 6187746. OLE color: 6187746.
HSL color Cylindrical-coordinate representation of color #E26A5E: hue angle of 5.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26A5E is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 94 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.11 |
| HSL | 5.45º | 0.69% | 0.63% | - |
| HSV(B) | 5.45º | 0.58% | 0.89% | - |
| XYZ | 38.54 | 27.28 | 13.83 | - |
| YUV | 140.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 94 | 0 | 0.53 | 0.58 | 0.11 | 5.45 | 0.69 | 0.63 |
| Hex | E2 | 6A | 5E | 0 | 35 | 3A | B | 5 | 45 | 3F |
| Octal | 342 | 152 | 136 | 0 | 65 | 72 | 13 | 5 | 105 | 77 |
| Binary | 11100010 | 1101010 | 1011110 | 0 | 110101 | 111010 | 1011 | 101 | 1000101 | 111111 |
Color Harmonies of #E26A5E
Complementary color
Monochromatic Colors of #E26A5E
Black with #E26A5E
Text Example
Text Example
White with #E26A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A5E; }
p { color: rgb(226,106,94); }
H1.HeaderClassName
{
color: #E26A5E;
}
.AnyTagClassName
{
color: #E26A5E;
}
</style>
background-color css
<style>
a { background-color: #E26A5E; }
a { background-color: rgb(226,106,94); }
div.DivClassName
{
background-color: #E26A5E;
}
.BgClassName
{
background-color: #E26A5E;
}
</style>
border-color css
<style>
span { border-color: #E26A5E; }
span { border-color: rgb(226,106,94); }
td.TdClassName
{
border-color: #E26A5E;
}
.TagClassName
{
border-color: #E26A5E;
}
</style>