Shades of Terra Cotta #E36C68
Tints of Terra Cotta #E36C68
RGB
CMYK
RGB Variations
Color information
#E36C68 (or 0xE36C68) is known color: Terra Cotta. HEX triplet: E3, 6C and 68. RGB value is (227,108,104). Sum of RGB (Red+Green+Blue) = 227+108+104=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E36C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36C68 is #1C9397. Grayscale: #8F8F8F. Windows color (decimal): -1872792 or 6843619. OLE color: 6843619.
HSL color Cylindrical-coordinate representation of color #E36C68: hue angle of 1.95º degrees, saturation: 0.69, 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 #E36C68 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 104 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.11 |
| HSL | 1.95º | 0.69% | 0.65% | - |
| HSV(B) | 1.95º | 0.54% | 0.89% | - |
| XYZ | 39.54 | 28.06 | 16.43 | - |
| YUV | 143.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 104 | 0 | 0.52 | 0.54 | 0.11 | 1.95 | 0.69 | 0.65 |
| Hex | E3 | 6C | 68 | 0 | 34 | 36 | B | 2 | 45 | 41 |
| Octal | 343 | 154 | 150 | 0 | 64 | 66 | 13 | 2 | 105 | 101 |
| Binary | 11100011 | 1101100 | 1101000 | 0 | 110100 | 110110 | 1011 | 10 | 1000101 | 1000001 |
Color Harmonies of #E36C68
Complementary color
Monochromatic Colors of #E36C68
Black with #E36C68
Text Example
Text Example
White with #E36C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36C68; }
p { color: rgb(227,108,104); }
H1.HeaderClassName
{
color: #E36C68;
}
.AnyTagClassName
{
color: #E36C68;
}
</style>
background-color css
<style>
a { background-color: #E36C68; }
a { background-color: rgb(227,108,104); }
div.DivClassName
{
background-color: #E36C68;
}
.BgClassName
{
background-color: #E36C68;
}
</style>
border-color css
<style>
span { border-color: #E36C68; }
span { border-color: rgb(227,108,104); }
td.TdClassName
{
border-color: #E36C68;
}
.TagClassName
{
border-color: #E36C68;
}
</style>