Shades of Terra Cotta #E27860
Tints of Terra Cotta #E27860
RGB
CMYK
RGB Variations
Color information
#E27860 (or 0xE27860) is known color: Terra Cotta. HEX triplet: E2, 78 and 60. RGB value is (226,120,96). Sum of RGB (Red+Green+Blue) = 226+120+96=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E27860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27860 is #1D879F. Grayscale: #959595. Windows color (decimal): -1935264 or 6322402. OLE color: 6322402.
HSL color Cylindrical-coordinate representation of color #E27860: hue angle of 11.08º 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 #E27860 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 96 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.11 |
| HSL | 11.08º | 0.69% | 0.63% | - |
| HSV(B) | 11.08º | 0.58% | 0.89% | - |
| XYZ | 40.19 | 30.45 | 14.82 | - |
| YUV | 148.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 96 | 0 | 0.47 | 0.58 | 0.11 | 11.08 | 0.69 | 0.63 |
| Hex | E2 | 78 | 60 | 0 | 2F | 3A | B | B | 45 | 3F |
| Octal | 342 | 170 | 140 | 0 | 57 | 72 | 13 | 13 | 105 | 77 |
| Binary | 11100010 | 1111000 | 1100000 | 0 | 101111 | 111010 | 1011 | 1011 | 1000101 | 111111 |
Color Harmonies of #E27860
Complementary color
Monochromatic Colors of #E27860
Black with #E27860
Text Example
Text Example
White with #E27860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27860; }
p { color: rgb(226,120,96); }
H1.HeaderClassName
{
color: #E27860;
}
.AnyTagClassName
{
color: #E27860;
}
</style>
background-color css
<style>
a { background-color: #E27860; }
a { background-color: rgb(226,120,96); }
div.DivClassName
{
background-color: #E27860;
}
.BgClassName
{
background-color: #E27860;
}
</style>
border-color css
<style>
span { border-color: #E27860; }
span { border-color: rgb(226,120,96); }
td.TdClassName
{
border-color: #E27860;
}
.TagClassName
{
border-color: #E27860;
}
</style>