Shades of Terra Cotta #E26E65
Tints of Terra Cotta #E26E65
RGB
CMYK
RGB Variations
Color information
#E26E65 (or 0xE26E65) is known color: Terra Cotta. HEX triplet: E2, 6E and 65. RGB value is (226,110,101). Sum of RGB (Red+Green+Blue) = 226+110+101=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E65 is #1D919A. Grayscale: #8F8F8F. Windows color (decimal): -1937819 or 6647522. OLE color: 6647522.
HSL color Cylindrical-coordinate representation of color #E26E65: hue angle of 4.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26E65 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 101 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.11 |
| HSL | 4.32º | 0.68% | 0.64% | - |
| HSV(B) | 4.32º | 0.55% | 0.89% | - |
| XYZ | 39.29 | 28.26 | 15.7 | - |
| YUV | 143.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 101 | 0 | 0.51 | 0.55 | 0.11 | 4.32 | 0.68 | 0.64 |
| Hex | E2 | 6E | 65 | 0 | 33 | 37 | B | 4 | 44 | 40 |
| Octal | 342 | 156 | 145 | 0 | 63 | 67 | 13 | 4 | 104 | 100 |
| Binary | 11100010 | 1101110 | 1100101 | 0 | 110011 | 110111 | 1011 | 100 | 1000100 | 1000000 |
Color Harmonies of #E26E65
Complementary color
Monochromatic Colors of #E26E65
Black with #E26E65
Text Example
Text Example
White with #E26E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E65; }
p { color: rgb(226,110,101); }
H1.HeaderClassName
{
color: #E26E65;
}
.AnyTagClassName
{
color: #E26E65;
}
</style>
background-color css
<style>
a { background-color: #E26E65; }
a { background-color: rgb(226,110,101); }
div.DivClassName
{
background-color: #E26E65;
}
.BgClassName
{
background-color: #E26E65;
}
</style>
border-color css
<style>
span { border-color: #E26E65; }
span { border-color: rgb(226,110,101); }
td.TdClassName
{
border-color: #E26E65;
}
.TagClassName
{
border-color: #E26E65;
}
</style>