Shades of Terra Cotta #E36A5E
Tints of Terra Cotta #E36A5E
RGB
CMYK
RGB Variations
Color information
#E36A5E (or 0xE36A5E) is known color: Terra Cotta. HEX triplet: E3, 6A and 5E. RGB value is (227,106,94). Sum of RGB (Red+Green+Blue) = 227+106+94=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E36A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36A5E is #1C95A1. Grayscale: #8C8C8C. Windows color (decimal): -1873314 or 6187747. OLE color: 6187747.
HSL color Cylindrical-coordinate representation of color #E36A5E: hue angle of 5.41º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E36A5E is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 94 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.11 |
| HSL | 5.41º | 0.7% | 0.63% | - |
| HSV(B) | 5.41º | 0.59% | 0.89% | - |
| XYZ | 38.85 | 27.45 | 13.84 | - |
| YUV | 140.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 94 | 0 | 0.53 | 0.59 | 0.11 | 5.41 | 0.7 | 0.63 |
| Hex | E3 | 6A | 5E | 0 | 35 | 3B | B | 5 | 46 | 3F |
| Octal | 343 | 152 | 136 | 0 | 65 | 73 | 13 | 5 | 106 | 77 |
| Binary | 11100011 | 1101010 | 1011110 | 0 | 110101 | 111011 | 1011 | 101 | 1000110 | 111111 |
Color Harmonies of #E36A5E
Complementary color
Monochromatic Colors of #E36A5E
Black with #E36A5E
Text Example
Text Example
White with #E36A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36A5E; }
p { color: rgb(227,106,94); }
H1.HeaderClassName
{
color: #E36A5E;
}
.AnyTagClassName
{
color: #E36A5E;
}
</style>
background-color css
<style>
a { background-color: #E36A5E; }
a { background-color: rgb(227,106,94); }
div.DivClassName
{
background-color: #E36A5E;
}
.BgClassName
{
background-color: #E36A5E;
}
</style>
border-color css
<style>
span { border-color: #E36A5E; }
span { border-color: rgb(227,106,94); }
td.TdClassName
{
border-color: #E36A5E;
}
.TagClassName
{
border-color: #E36A5E;
}
</style>