Shades of Terra Cotta #E26D65
Tints of Terra Cotta #E26D65
RGB
CMYK
RGB Variations
Color information
#E26D65 (or 0xE26D65) is known color: Terra Cotta. HEX triplet: E2, 6D and 65. RGB value is (226,109,101). Sum of RGB (Red+Green+Blue) = 226+109+101=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D65 is #1D929A. Grayscale: #8F8F8F. Windows color (decimal): -1938075 or 6647266. OLE color: 6647266.
HSL color Cylindrical-coordinate representation of color #E26D65: hue angle of 3.84º 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 #E26D65 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 101 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.11 |
| HSL | 3.84º | 0.68% | 0.64% | - |
| HSV(B) | 3.84º | 0.55% | 0.89% | - |
| XYZ | 39.18 | 28.05 | 15.66 | - |
| YUV | 143.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 101 | 0 | 0.52 | 0.55 | 0.11 | 3.84 | 0.68 | 0.64 |
| Hex | E2 | 6D | 65 | 0 | 34 | 37 | B | 4 | 44 | 40 |
| Octal | 342 | 155 | 145 | 0 | 64 | 67 | 13 | 4 | 104 | 100 |
| Binary | 11100010 | 1101101 | 1100101 | 0 | 110100 | 110111 | 1011 | 100 | 1000100 | 1000000 |
Color Harmonies of #E26D65
Complementary color
Monochromatic Colors of #E26D65
Black with #E26D65
Text Example
Text Example
White with #E26D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D65; }
p { color: rgb(226,109,101); }
H1.HeaderClassName
{
color: #E26D65;
}
.AnyTagClassName
{
color: #E26D65;
}
</style>
background-color css
<style>
a { background-color: #E26D65; }
a { background-color: rgb(226,109,101); }
div.DivClassName
{
background-color: #E26D65;
}
.BgClassName
{
background-color: #E26D65;
}
</style>
border-color css
<style>
span { border-color: #E26D65; }
span { border-color: rgb(226,109,101); }
td.TdClassName
{
border-color: #E26D65;
}
.TagClassName
{
border-color: #E26D65;
}
</style>