Shades of Terra Cotta #E26C65
Tints of Terra Cotta #E26C65
RGB
CMYK
RGB Variations
Color information
#E26C65 (or 0xE26C65) is known color: Terra Cotta. HEX triplet: E2, 6C and 65. RGB value is (226,108,101). Sum of RGB (Red+Green+Blue) = 226+108+101=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C65 is #1D939A. Grayscale: #8E8E8E. Windows color (decimal): -1938331 or 6647010. OLE color: 6647010.
HSL color Cylindrical-coordinate representation of color #E26C65: hue angle of 3.36º 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 #E26C65 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 101 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.11 |
| HSL | 3.36º | 0.68% | 0.64% | - |
| HSV(B) | 3.36º | 0.55% | 0.89% | - |
| XYZ | 39.08 | 27.83 | 15.62 | - |
| YUV | 142.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 101 | 0 | 0.52 | 0.55 | 0.11 | 3.36 | 0.68 | 0.64 |
| Hex | E2 | 6C | 65 | 0 | 34 | 37 | B | 3 | 44 | 40 |
| Octal | 342 | 154 | 145 | 0 | 64 | 67 | 13 | 3 | 104 | 100 |
| Binary | 11100010 | 1101100 | 1100101 | 0 | 110100 | 110111 | 1011 | 11 | 1000100 | 1000000 |
Color Harmonies of #E26C65
Complementary color
Monochromatic Colors of #E26C65
Black with #E26C65
Text Example
Text Example
White with #E26C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C65; }
p { color: rgb(226,108,101); }
H1.HeaderClassName
{
color: #E26C65;
}
.AnyTagClassName
{
color: #E26C65;
}
</style>
background-color css
<style>
a { background-color: #E26C65; }
a { background-color: rgb(226,108,101); }
div.DivClassName
{
background-color: #E26C65;
}
.BgClassName
{
background-color: #E26C65;
}
</style>
border-color css
<style>
span { border-color: #E26C65; }
span { border-color: rgb(226,108,101); }
td.TdClassName
{
border-color: #E26C65;
}
.TagClassName
{
border-color: #E26C65;
}
</style>