Shades of Terra Cotta #E27155
Tints of Terra Cotta #E27155
RGB
CMYK
RGB Variations
Color information
#E27155 (or 0xE27155) is known color: Terra Cotta. HEX triplet: E2, 71 and 55. RGB value is (226,113,85). Sum of RGB (Red+Green+Blue) = 226+113+85=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E27155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27155 is #1D8EAA. Grayscale: #8F8F8F. Windows color (decimal): -1937067 or 5599714. OLE color: 5599714.
HSL color Cylindrical-coordinate representation of color #E27155: hue angle of 11.91º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E27155 is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 85 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.11 |
| HSL | 11.91º | 0.71% | 0.61% | - |
| HSV(B) | 11.91º | 0.62% | 0.89% | - |
| XYZ | 38.91 | 28.63 | 12.07 | - |
| YUV | 143.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 85 | 0 | 0.5 | 0.62 | 0.11 | 11.91 | 0.71 | 0.61 |
| Hex | E2 | 71 | 55 | 0 | 32 | 3E | B | C | 47 | 3D |
| Octal | 342 | 161 | 125 | 0 | 62 | 76 | 13 | 14 | 107 | 75 |
| Binary | 11100010 | 1110001 | 1010101 | 0 | 110010 | 111110 | 1011 | 1100 | 1000111 | 111101 |
Color Harmonies of #E27155
Complementary color
Monochromatic Colors of #E27155
Black with #E27155
Text Example
Text Example
White with #E27155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27155; }
p { color: rgb(226,113,85); }
H1.HeaderClassName
{
color: #E27155;
}
.AnyTagClassName
{
color: #E27155;
}
</style>
background-color css
<style>
a { background-color: #E27155; }
a { background-color: rgb(226,113,85); }
div.DivClassName
{
background-color: #E27155;
}
.BgClassName
{
background-color: #E27155;
}
</style>
border-color css
<style>
span { border-color: #E27155; }
span { border-color: rgb(226,113,85); }
td.TdClassName
{
border-color: #E27155;
}
.TagClassName
{
border-color: #E27155;
}
</style>