Shades of Terra Cotta #E27C60
Tints of Terra Cotta #E27C60
RGB
CMYK
RGB Variations
Color information
#E27C60 (or 0xE27C60) is known color: Terra Cotta. HEX triplet: E2, 7C and 60. RGB value is (226,124,96). Sum of RGB (Red+Green+Blue) = 226+124+96=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C60 is #1D839F. Grayscale: #979797. Windows color (decimal): -1934240 or 6323426. OLE color: 6323426.
HSL color Cylindrical-coordinate representation of color #E27C60: hue angle of 12.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E27C60 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 96 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.11 |
| HSL | 12.92º | 0.69% | 0.63% | - |
| HSV(B) | 12.92º | 0.58% | 0.89% | - |
| XYZ | 40.68 | 31.43 | 14.99 | - |
| YUV | 151.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 96 | 0 | 0.45 | 0.58 | 0.11 | 12.92 | 0.69 | 0.63 |
| Hex | E2 | 7C | 60 | 0 | 2D | 3A | B | D | 45 | 3F |
| Octal | 342 | 174 | 140 | 0 | 55 | 72 | 13 | 15 | 105 | 77 |
| Binary | 11100010 | 1111100 | 1100000 | 0 | 101101 | 111010 | 1011 | 1101 | 1000101 | 111111 |
Color Harmonies of #E27C60
Complementary color
Monochromatic Colors of #E27C60
Black with #E27C60
Text Example
Text Example
White with #E27C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C60; }
p { color: rgb(226,124,96); }
H1.HeaderClassName
{
color: #E27C60;
}
.AnyTagClassName
{
color: #E27C60;
}
</style>
background-color css
<style>
a { background-color: #E27C60; }
a { background-color: rgb(226,124,96); }
div.DivClassName
{
background-color: #E27C60;
}
.BgClassName
{
background-color: #E27C60;
}
</style>
border-color css
<style>
span { border-color: #E27C60; }
span { border-color: rgb(226,124,96); }
td.TdClassName
{
border-color: #E27C60;
}
.TagClassName
{
border-color: #E27C60;
}
</style>