Shades of Terra Cotta #E36C5A
Tints of Terra Cotta #E36C5A
RGB
CMYK
RGB Variations
Color information
#E36C5A (or 0xE36C5A) is known color: Terra Cotta. HEX triplet: E3, 6C and 5A. RGB value is (227,108,90). Sum of RGB (Red+Green+Blue) = 227+108+90=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E36C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36C5A is #1C93A5. Grayscale: #8D8D8D. Windows color (decimal): -1872806 or 5926115. OLE color: 5926115.
HSL color Cylindrical-coordinate representation of color #E36C5A: hue angle of 7.88º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E36C5A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 90 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.11 |
| HSL | 7.88º | 0.71% | 0.62% | - |
| HSV(B) | 7.88º | 0.6% | 0.89% | - |
| XYZ | 38.89 | 27.79 | 12.99 | - |
| YUV | 141.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 90 | 0 | 0.52 | 0.60 | 0.11 | 7.88 | 0.71 | 0.62 |
| Hex | E3 | 6C | 5A | 0 | 34 | 3C | B | 8 | 47 | 3E |
| Octal | 343 | 154 | 132 | 0 | 64 | 74 | 13 | 10 | 107 | 76 |
| Binary | 11100011 | 1101100 | 1011010 | 0 | 110100 | 111100 | 1011 | 1000 | 1000111 | 111110 |
Color Harmonies of #E36C5A
Complementary color
Monochromatic Colors of #E36C5A
Black with #E36C5A
Text Example
Text Example
White with #E36C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36C5A; }
p { color: rgb(227,108,90); }
H1.HeaderClassName
{
color: #E36C5A;
}
.AnyTagClassName
{
color: #E36C5A;
}
</style>
background-color css
<style>
a { background-color: #E36C5A; }
a { background-color: rgb(227,108,90); }
div.DivClassName
{
background-color: #E36C5A;
}
.BgClassName
{
background-color: #E36C5A;
}
</style>
border-color css
<style>
span { border-color: #E36C5A; }
span { border-color: rgb(227,108,90); }
td.TdClassName
{
border-color: #E36C5A;
}
.TagClassName
{
border-color: #E36C5A;
}
</style>