Shades of Terra Cotta #E27A65
Tints of Terra Cotta #E27A65
RGB
CMYK
RGB Variations
Color information
#E27A65 (or 0xE27A65) is known color: Terra Cotta. HEX triplet: E2, 7A and 65. RGB value is (226,122,101). Sum of RGB (Red+Green+Blue) = 226+122+101=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A65 is #1D859A. Grayscale: #969696. Windows color (decimal): -1934747 or 6650594. OLE color: 6650594.
HSL color Cylindrical-coordinate representation of color #E27A65: hue angle of 10.08º 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 #E27A65 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 101 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.11 |
| HSL | 10.08º | 0.68% | 0.64% | - |
| HSV(B) | 10.08º | 0.55% | 0.89% | - |
| XYZ | 40.67 | 31.03 | 16.16 | - |
| YUV | 150.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 101 | 0 | 0.46 | 0.55 | 0.11 | 10.08 | 0.68 | 0.64 |
| Hex | E2 | 7A | 65 | 0 | 2E | 37 | B | A | 44 | 40 |
| Octal | 342 | 172 | 145 | 0 | 56 | 67 | 13 | 12 | 104 | 100 |
| Binary | 11100010 | 1111010 | 1100101 | 0 | 101110 | 110111 | 1011 | 1010 | 1000100 | 1000000 |
Color Harmonies of #E27A65
Complementary color
Monochromatic Colors of #E27A65
Black with #E27A65
Text Example
Text Example
White with #E27A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A65; }
p { color: rgb(226,122,101); }
H1.HeaderClassName
{
color: #E27A65;
}
.AnyTagClassName
{
color: #E27A65;
}
</style>
background-color css
<style>
a { background-color: #E27A65; }
a { background-color: rgb(226,122,101); }
div.DivClassName
{
background-color: #E27A65;
}
.BgClassName
{
background-color: #E27A65;
}
</style>
border-color css
<style>
span { border-color: #E27A65; }
span { border-color: rgb(226,122,101); }
td.TdClassName
{
border-color: #E27A65;
}
.TagClassName
{
border-color: #E27A65;
}
</style>