Shades of Terra Cotta #E26E5D
Tints of Terra Cotta #E26E5D
RGB
CMYK
RGB Variations
Color information
#E26E5D (or 0xE26E5D) is known color: Terra Cotta. HEX triplet: E2, 6E and 5D. RGB value is (226,110,93). Sum of RGB (Red+Green+Blue) = 226+110+93=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E5D is #1D91A2. Grayscale: #8E8E8E. Windows color (decimal): -1937827 or 6123234. OLE color: 6123234.
HSL color Cylindrical-coordinate representation of color #E26E5D: hue angle of 7.67º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E26E5D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 93 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.11 |
| HSL | 7.67º | 0.7% | 0.63% | - |
| HSV(B) | 7.67º | 0.59% | 0.89% | - |
| XYZ | 38.92 | 28.11 | 13.73 | - |
| YUV | 142.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 93 | 0 | 0.51 | 0.59 | 0.11 | 7.67 | 0.7 | 0.63 |
| Hex | E2 | 6E | 5D | 0 | 33 | 3B | B | 8 | 46 | 3F |
| Octal | 342 | 156 | 135 | 0 | 63 | 73 | 13 | 10 | 106 | 77 |
| Binary | 11100010 | 1101110 | 1011101 | 0 | 110011 | 111011 | 1011 | 1000 | 1000110 | 111111 |
Color Harmonies of #E26E5D
Complementary color
Monochromatic Colors of #E26E5D
Black with #E26E5D
Text Example
Text Example
White with #E26E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E5D; }
p { color: rgb(226,110,93); }
H1.HeaderClassName
{
color: #E26E5D;
}
.AnyTagClassName
{
color: #E26E5D;
}
</style>
background-color css
<style>
a { background-color: #E26E5D; }
a { background-color: rgb(226,110,93); }
div.DivClassName
{
background-color: #E26E5D;
}
.BgClassName
{
background-color: #E26E5D;
}
</style>
border-color css
<style>
span { border-color: #E26E5D; }
span { border-color: rgb(226,110,93); }
td.TdClassName
{
border-color: #E26E5D;
}
.TagClassName
{
border-color: #E26E5D;
}
</style>