Shades of Terra Cotta #E27065
Tints of Terra Cotta #E27065
RGB
CMYK
RGB Variations
Color information
#E27065 (or 0xE27065) is known color: Terra Cotta. HEX triplet: E2, 70 and 65. RGB value is (226,112,101). Sum of RGB (Red+Green+Blue) = 226+112+101=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E27065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27065 is #1D8F9A. Grayscale: #909090. Windows color (decimal): -1937307 or 6648034. OLE color: 6648034.
HSL color Cylindrical-coordinate representation of color #E27065: hue angle of 5.28º 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 #E27065 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 101 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.11 |
| HSL | 5.28º | 0.68% | 0.64% | - |
| HSV(B) | 5.28º | 0.55% | 0.89% | - |
| XYZ | 39.51 | 28.7 | 15.77 | - |
| YUV | 144.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 101 | 0 | 0.50 | 0.55 | 0.11 | 5.28 | 0.68 | 0.64 |
| Hex | E2 | 70 | 65 | 0 | 32 | 37 | B | 5 | 44 | 40 |
| Octal | 342 | 160 | 145 | 0 | 62 | 67 | 13 | 5 | 104 | 100 |
| Binary | 11100010 | 1110000 | 1100101 | 0 | 110010 | 110111 | 1011 | 101 | 1000100 | 1000000 |
Color Harmonies of #E27065
Complementary color
Monochromatic Colors of #E27065
Black with #E27065
Text Example
Text Example
White with #E27065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27065; }
p { color: rgb(226,112,101); }
H1.HeaderClassName
{
color: #E27065;
}
.AnyTagClassName
{
color: #E27065;
}
</style>
background-color css
<style>
a { background-color: #E27065; }
a { background-color: rgb(226,112,101); }
div.DivClassName
{
background-color: #E27065;
}
.BgClassName
{
background-color: #E27065;
}
</style>
border-color css
<style>
span { border-color: #E27065; }
span { border-color: rgb(226,112,101); }
td.TdClassName
{
border-color: #E27065;
}
.TagClassName
{
border-color: #E27065;
}
</style>