Shades of Terra Cotta #E26F65
Tints of Terra Cotta #E26F65
RGB
CMYK
RGB Variations
Color information
#E26F65 (or 0xE26F65) is known color: Terra Cotta. HEX triplet: E2, 6F and 65. RGB value is (226,111,101). Sum of RGB (Red+Green+Blue) = 226+111+101=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F65 is #1D909A. Grayscale: #909090. Windows color (decimal): -1937563 or 6647778. OLE color: 6647778.
HSL color Cylindrical-coordinate representation of color #E26F65: hue angle of 4.8º 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 #E26F65 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 101 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.11 |
| HSL | 4.8º | 0.68% | 0.64% | - |
| HSV(B) | 4.8º | 0.55% | 0.89% | - |
| XYZ | 39.4 | 28.48 | 15.73 | - |
| YUV | 144.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 101 | 0 | 0.51 | 0.55 | 0.11 | 4.8 | 0.68 | 0.64 |
| Hex | E2 | 6F | 65 | 0 | 33 | 37 | B | 5 | 44 | 40 |
| Octal | 342 | 157 | 145 | 0 | 63 | 67 | 13 | 5 | 104 | 100 |
| Binary | 11100010 | 1101111 | 1100101 | 0 | 110011 | 110111 | 1011 | 101 | 1000100 | 1000000 |
Color Harmonies of #E26F65
Complementary color
Monochromatic Colors of #E26F65
Black with #E26F65
Text Example
Text Example
White with #E26F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F65; }
p { color: rgb(226,111,101); }
H1.HeaderClassName
{
color: #E26F65;
}
.AnyTagClassName
{
color: #E26F65;
}
</style>
background-color css
<style>
a { background-color: #E26F65; }
a { background-color: rgb(226,111,101); }
div.DivClassName
{
background-color: #E26F65;
}
.BgClassName
{
background-color: #E26F65;
}
</style>
border-color css
<style>
span { border-color: #E26F65; }
span { border-color: rgb(226,111,101); }
td.TdClassName
{
border-color: #E26F65;
}
.TagClassName
{
border-color: #E26F65;
}
</style>