Shades of Terra Cotta #E27768
Tints of Terra Cotta #E27768
RGB
CMYK
RGB Variations
Color information
#E27768 (or 0xE27768) is known color: Terra Cotta. HEX triplet: E2, 77 and 68. RGB value is (226,119,104). Sum of RGB (Red+Green+Blue) = 226+119+104=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E27768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27768 is #1D8897. Grayscale: #959595. Windows color (decimal): -1935512 or 6846434. OLE color: 6846434.
HSL color Cylindrical-coordinate representation of color #E27768: hue angle of 7.38º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E27768 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 104 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.11 |
| HSL | 7.38º | 0.68% | 0.65% | - |
| HSV(B) | 7.38º | 0.54% | 0.89% | - |
| XYZ | 40.46 | 30.36 | 16.82 | - |
| YUV | 149.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 104 | 0 | 0.47 | 0.54 | 0.11 | 7.38 | 0.68 | 0.65 |
| Hex | E2 | 77 | 68 | 0 | 2F | 36 | B | 7 | 44 | 41 |
| Octal | 342 | 167 | 150 | 0 | 57 | 66 | 13 | 7 | 104 | 101 |
| Binary | 11100010 | 1110111 | 1101000 | 0 | 101111 | 110110 | 1011 | 111 | 1000100 | 1000001 |
Color Harmonies of #E27768
Complementary color
Monochromatic Colors of #E27768
Black with #E27768
Text Example
Text Example
White with #E27768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27768; }
p { color: rgb(226,119,104); }
H1.HeaderClassName
{
color: #E27768;
}
.AnyTagClassName
{
color: #E27768;
}
</style>
background-color css
<style>
a { background-color: #E27768; }
a { background-color: rgb(226,119,104); }
div.DivClassName
{
background-color: #E27768;
}
.BgClassName
{
background-color: #E27768;
}
</style>
border-color css
<style>
span { border-color: #E27768; }
span { border-color: rgb(226,119,104); }
td.TdClassName
{
border-color: #E27768;
}
.TagClassName
{
border-color: #E27768;
}
</style>