Shades of Terra Cotta #E37055
Tints of Terra Cotta #E37055
RGB
CMYK
RGB Variations
Color information
#E37055 (or 0xE37055) is known color: Terra Cotta. HEX triplet: E3, 70 and 55. RGB value is (227,112,85). Sum of RGB (Red+Green+Blue) = 227+112+85=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E37055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37055 is #1C8FAA. Grayscale: #8F8F8F. Windows color (decimal): -1871787 or 5599459. OLE color: 5599459.
HSL color Cylindrical-coordinate representation of color #E37055: hue angle of 11.41º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E37055 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 85 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.11 |
| HSL | 11.41º | 0.72% | 0.61% | - |
| HSV(B) | 11.41º | 0.63% | 0.89% | - |
| XYZ | 39.11 | 28.58 | 12.05 | - |
| YUV | 143.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 85 | 0 | 0.51 | 0.63 | 0.11 | 11.41 | 0.72 | 0.61 |
| Hex | E3 | 70 | 55 | 0 | 33 | 3F | B | B | 48 | 3D |
| Octal | 343 | 160 | 125 | 0 | 63 | 77 | 13 | 13 | 110 | 75 |
| Binary | 11100011 | 1110000 | 1010101 | 0 | 110011 | 111111 | 1011 | 1011 | 1001000 | 111101 |
Color Harmonies of #E37055
Complementary color
Monochromatic Colors of #E37055
Black with #E37055
Text Example
Text Example
White with #E37055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37055; }
p { color: rgb(227,112,85); }
H1.HeaderClassName
{
color: #E37055;
}
.AnyTagClassName
{
color: #E37055;
}
</style>
background-color css
<style>
a { background-color: #E37055; }
a { background-color: rgb(227,112,85); }
div.DivClassName
{
background-color: #E37055;
}
.BgClassName
{
background-color: #E37055;
}
</style>
border-color css
<style>
span { border-color: #E37055; }
span { border-color: rgb(227,112,85); }
td.TdClassName
{
border-color: #E37055;
}
.TagClassName
{
border-color: #E37055;
}
</style>