Shades of Terra Cotta #E27461
Tints of Terra Cotta #E27461
RGB
CMYK
RGB Variations
Color information
#E27461 (or 0xE27461) is known color: Terra Cotta. HEX triplet: E2, 74 and 61. RGB value is (226,116,97). Sum of RGB (Red+Green+Blue) = 226+116+97=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E27461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27461 is #1D8B9E. Grayscale: #929292. Windows color (decimal): -1936287 or 6386914. OLE color: 6386914.
HSL color Cylindrical-coordinate representation of color #E27461: hue angle of 8.84º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E27461 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 97 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.11 |
| HSL | 8.84º | 0.69% | 0.63% | - |
| HSV(B) | 8.84º | 0.57% | 0.89% | - |
| XYZ | 39.77 | 29.52 | 14.91 | - |
| YUV | 146.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 97 | 0 | 0.49 | 0.57 | 0.11 | 8.84 | 0.69 | 0.63 |
| Hex | E2 | 74 | 61 | 0 | 31 | 39 | B | 9 | 45 | 3F |
| Octal | 342 | 164 | 141 | 0 | 61 | 71 | 13 | 11 | 105 | 77 |
| Binary | 11100010 | 1110100 | 1100001 | 0 | 110001 | 111001 | 1011 | 1001 | 1000101 | 111111 |
Color Harmonies of #E27461
Complementary color
Monochromatic Colors of #E27461
Black with #E27461
Text Example
Text Example
White with #E27461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27461; }
p { color: rgb(226,116,97); }
H1.HeaderClassName
{
color: #E27461;
}
.AnyTagClassName
{
color: #E27461;
}
</style>
background-color css
<style>
a { background-color: #E27461; }
a { background-color: rgb(226,116,97); }
div.DivClassName
{
background-color: #E27461;
}
.BgClassName
{
background-color: #E27461;
}
</style>
border-color css
<style>
span { border-color: #E27461; }
span { border-color: rgb(226,116,97); }
td.TdClassName
{
border-color: #E27461;
}
.TagClassName
{
border-color: #E27461;
}
</style>