Shades of Terra Cotta #E46E68
Tints of Terra Cotta #E46E68
RGB
CMYK
RGB Variations
Color information
#E46E68 (or 0xE46E68) is known color: Terra Cotta. HEX triplet: E4, 6E and 68. RGB value is (228,110,104). Sum of RGB (Red+Green+Blue) = 228+110+104=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E68 is #1B9197. Grayscale: #909090. Windows color (decimal): -1806744 or 6844132. OLE color: 6844132.
HSL color Cylindrical-coordinate representation of color #E46E68: hue angle of 2.9º degrees, saturation: 0.7, 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 #E46E68 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 104 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.11 |
| HSL | 2.9º | 0.7% | 0.65% | - |
| HSV(B) | 2.9º | 0.54% | 0.89% | - |
| XYZ | 40.07 | 28.65 | 16.51 | - |
| YUV | 144.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 104 | 0 | 0.52 | 0.54 | 0.11 | 2.9 | 0.7 | 0.65 |
| Hex | E4 | 6E | 68 | 0 | 34 | 36 | B | 3 | 46 | 41 |
| Octal | 344 | 156 | 150 | 0 | 64 | 66 | 13 | 3 | 106 | 101 |
| Binary | 11100100 | 1101110 | 1101000 | 0 | 110100 | 110110 | 1011 | 11 | 1000110 | 1000001 |
Color Harmonies of #E46E68
Complementary color
Monochromatic Colors of #E46E68
Black with #E46E68
Text Example
Text Example
White with #E46E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46E68; }
p { color: rgb(228,110,104); }
H1.HeaderClassName
{
color: #E46E68;
}
.AnyTagClassName
{
color: #E46E68;
}
</style>
background-color css
<style>
a { background-color: #E46E68; }
a { background-color: rgb(228,110,104); }
div.DivClassName
{
background-color: #E46E68;
}
.BgClassName
{
background-color: #E46E68;
}
</style>
border-color css
<style>
span { border-color: #E46E68; }
span { border-color: rgb(228,110,104); }
td.TdClassName
{
border-color: #E46E68;
}
.TagClassName
{
border-color: #E46E68;
}
</style>