Shades of Terra Cotta #E37268
Tints of Terra Cotta #E37268
RGB
CMYK
RGB Variations
Color information
#E37268 (or 0xE37268) is known color: Terra Cotta. HEX triplet: E3, 72 and 68. RGB value is (227,114,104). Sum of RGB (Red+Green+Blue) = 227+114+104=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E37268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37268 is #1C8D97. Grayscale: #929292. Windows color (decimal): -1871256 or 6845155. OLE color: 6845155.
HSL color Cylindrical-coordinate representation of color #E37268: hue angle of 4.88º 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 #E37268 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 104 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.11 |
| HSL | 4.88º | 0.69% | 0.65% | - |
| HSV(B) | 4.88º | 0.54% | 0.89% | - |
| XYZ | 40.19 | 29.37 | 16.65 | - |
| YUV | 146.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 104 | 0 | 0.50 | 0.54 | 0.11 | 4.88 | 0.69 | 0.65 |
| Hex | E3 | 72 | 68 | 0 | 32 | 36 | B | 5 | 45 | 41 |
| Octal | 343 | 162 | 150 | 0 | 62 | 66 | 13 | 5 | 105 | 101 |
| Binary | 11100011 | 1110010 | 1101000 | 0 | 110010 | 110110 | 1011 | 101 | 1000101 | 1000001 |
Color Harmonies of #E37268
Complementary color
Monochromatic Colors of #E37268
Black with #E37268
Text Example
Text Example
White with #E37268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37268; }
p { color: rgb(227,114,104); }
H1.HeaderClassName
{
color: #E37268;
}
.AnyTagClassName
{
color: #E37268;
}
</style>
background-color css
<style>
a { background-color: #E37268; }
a { background-color: rgb(227,114,104); }
div.DivClassName
{
background-color: #E37268;
}
.BgClassName
{
background-color: #E37268;
}
</style>
border-color css
<style>
span { border-color: #E37268; }
span { border-color: rgb(227,114,104); }
td.TdClassName
{
border-color: #E37268;
}
.TagClassName
{
border-color: #E37268;
}
</style>