Shades of Terra Cotta #E27866
Tints of Terra Cotta #E27866
RGB
CMYK
RGB Variations
Color information
#E27866 (or 0xE27866) is known color: Terra Cotta. HEX triplet: E2, 78 and 66. RGB value is (226,120,102). Sum of RGB (Red+Green+Blue) = 226+120+102=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E27866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27866 is #1D8799. Grayscale: #959595. Windows color (decimal): -1935258 or 6715618. OLE color: 6715618.
HSL color Cylindrical-coordinate representation of color #E27866: hue angle of 8.71º 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 #E27866 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 102 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.11 |
| HSL | 8.71º | 0.68% | 0.64% | - |
| HSV(B) | 8.71º | 0.55% | 0.89% | - |
| XYZ | 40.48 | 30.56 | 16.34 | - |
| YUV | 149.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 102 | 0 | 0.47 | 0.55 | 0.11 | 8.71 | 0.68 | 0.64 |
| Hex | E2 | 78 | 66 | 0 | 2F | 37 | B | 9 | 44 | 40 |
| Octal | 342 | 170 | 146 | 0 | 57 | 67 | 13 | 11 | 104 | 100 |
| Binary | 11100010 | 1111000 | 1100110 | 0 | 101111 | 110111 | 1011 | 1001 | 1000100 | 1000000 |
Color Harmonies of #E27866
Complementary color
Monochromatic Colors of #E27866
Black with #E27866
Text Example
Text Example
White with #E27866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27866; }
p { color: rgb(226,120,102); }
H1.HeaderClassName
{
color: #E27866;
}
.AnyTagClassName
{
color: #E27866;
}
</style>
background-color css
<style>
a { background-color: #E27866; }
a { background-color: rgb(226,120,102); }
div.DivClassName
{
background-color: #E27866;
}
.BgClassName
{
background-color: #E27866;
}
</style>
border-color css
<style>
span { border-color: #E27866; }
span { border-color: rgb(226,120,102); }
td.TdClassName
{
border-color: #E27866;
}
.TagClassName
{
border-color: #E27866;
}
</style>