Shades of Terra Cotta #E27256
Tints of Terra Cotta #E27256
RGB
CMYK
RGB Variations
Color information
#E27256 (or 0xE27256) is known color: Terra Cotta. HEX triplet: E2, 72 and 56. RGB value is (226,114,86). Sum of RGB (Red+Green+Blue) = 226+114+86=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E27256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27256 is #1D8DA9. Grayscale: #909090. Windows color (decimal): -1936810 or 5665506. OLE color: 5665506.
HSL color Cylindrical-coordinate representation of color #E27256: hue angle of 12º 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 #E27256 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 86 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.11 |
| HSL | 12º | 0.71% | 0.61% | - |
| HSV(B) | 12º | 0.62% | 0.89% | - |
| XYZ | 39.06 | 28.88 | 12.32 | - |
| YUV | 144.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 86 | 0 | 0.50 | 0.62 | 0.11 | 12 | 0.71 | 0.61 |
| Hex | E2 | 72 | 56 | 0 | 32 | 3E | B | C | 47 | 3D |
| Octal | 342 | 162 | 126 | 0 | 62 | 76 | 13 | 14 | 107 | 75 |
| Binary | 11100010 | 1110010 | 1010110 | 0 | 110010 | 111110 | 1011 | 1100 | 1000111 | 111101 |
Color Harmonies of #E27256
Complementary color
Monochromatic Colors of #E27256
Black with #E27256
Text Example
Text Example
White with #E27256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27256; }
p { color: rgb(226,114,86); }
H1.HeaderClassName
{
color: #E27256;
}
.AnyTagClassName
{
color: #E27256;
}
</style>
background-color css
<style>
a { background-color: #E27256; }
a { background-color: rgb(226,114,86); }
div.DivClassName
{
background-color: #E27256;
}
.BgClassName
{
background-color: #E27256;
}
</style>
border-color css
<style>
span { border-color: #E27256; }
span { border-color: rgb(226,114,86); }
td.TdClassName
{
border-color: #E27256;
}
.TagClassName
{
border-color: #E27256;
}
</style>